diff --git a/apps/econ/src/context.ts b/apps/econ/src/context.ts index 3a7a837..b75159b 100644 --- a/apps/econ/src/context.ts +++ b/apps/econ/src/context.ts @@ -8,6 +8,8 @@ export type Env = SharedHonoEnv & { JWT_SECRET: SecretsStoreSecret /** Shared `recflare` D1 (accounts table) — stores the player's avatar. */ DB: D1Database + /** Static storefront catalogs (`static/storefronts/sf*.json`), fetched by path. */ + ASSETS: Fetcher } /** Variables can be extended */ diff --git a/apps/econ/src/econ.app.ts b/apps/econ/src/econ.app.ts index 6546ddc..9ac75d4 100644 --- a/apps/econ/src/econ.app.ts +++ b/apps/econ/src/econ.app.ts @@ -6,7 +6,6 @@ import { withNotFound, withOnError } from '@repo/hono-helpers' import defaultAvatarItems from '../static/default-avatar-items.json' import defaultAvatar from '../static/default-avatar.json' import myProgress from '../static/my-progress.json' -import storefrontGiftDrop3 from '../static/storefronts-v3-giftdropstore-3.json' import weeklyChallenge from '../static/weekly-challenge.json' import { getAvatar, setAvatar } from './avatar-db' import { validateAndGetAccountId } from './jwt' @@ -218,9 +217,14 @@ const app = new Hono() ]) }) - // Gift-drop storefront. Falls back to the bundled static catalog when no - // storefront row exists. - .get('/api/storefronts/v3/giftdropstore/3', (c) => c.json(storefrontGiftDrop3)) + // Gift-drop storefront. Serves `static/storefronts/sf{id}.json` for the requested + // storefront id via the ASSETS binding; 404s when no such catalog exists. + .get('/api/storefronts/v3/giftdropstore/:id', async (c) => { + const id = c.req.param('id') + const res = await c.env.ASSETS.fetch(new URL(`/sf${id}.json`, c.req.url)) + if (!res.ok) return c.notFound() + return c.json(await res.json()) + }) // Current weekly challenge. Served from the bundled static JSON until // per-rotation challenge data is wired up. diff --git a/apps/econ/static/storefronts-v3-giftdropstore-3.json b/apps/econ/static/storefronts-v3-giftdropstore-3.json deleted file mode 100644 index e0447c1..0000000 --- a/apps/econ/static/storefronts-v3-giftdropstore-3.json +++ /dev/null @@ -1,27385 +0,0 @@ -{ - "StoreItems": [ - { - "GiftDrops": [ - { - "GiftDropId": 2959, - "FriendlyName": "Doctor's Head Mirror", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5ac25e5a-8c8e-445c-82a4-7272baec1eb5,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 2975, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 750 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 2960, - "FriendlyName": "Shutter Shades (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "bu9tb-K7NEiocvZY3o7ukw,76CA_KCr806y1FA35m-YTg,tqyzKPdDwkWq3jfZ8jZdaA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 2976, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 6000 }], - "SubscriberPrices": [], - "IsFeatured": true, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 2961, - "FriendlyName": "Action Hair", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "fbdca48d-4ae6-41ad-8c33-b70a9e33fd77,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 2977, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 2962, - "FriendlyName": "Bee Body", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "bb8602d4-f91f-4e35-9c88-1cdf3a04ff0a,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 1000, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 2978, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 2000 }], - "SubscriberPrices": [], - "IsFeatured": true, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 2963, - "FriendlyName": "Bee Antenna", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "2786fc22-3d6c-440d-afcc-15890c061577,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 1000, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 2979, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1500 }], - "SubscriberPrices": [], - "IsFeatured": true, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 2964, - "FriendlyName": "Bee Wings", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "37668d3d-c9f4-4bd6-81d4-a4f64ba2d61b,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 1000, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 2980, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 4000 }], - "SubscriberPrices": [], - "IsFeatured": true, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 2965, - "FriendlyName": "Floatie (Zebra)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "84574356-98ec-415f-8668-82cb52016bd3,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": true, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 21, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 2981, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 7000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 2966, - "FriendlyName": "Bear Hug Hat (Holiday Panda)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ef7771eb-c5f3-44fd-8c27-f581b035ef10,OnZujqqU_UqwxmznvBBMfg,_zrnGn1ErEWR8WqrZmKZsA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": true, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 21, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 2982, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 2967, - "FriendlyName": "Grillmaster Mitt (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "q7pSsRMNHkqEJmYHuhhG6g,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 2983, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 2968, - "FriendlyName": "Black Polka Dot Cowboy Scarf ", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,J1bmomo_3Ume0KR2Yh46Uw,b292eb4b-07e3-4a48-99b5-3c6587a1e02e,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 2984, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 960 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2024-07-05T18:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 2969, - "FriendlyName": "Black Plaid Cowboy Scarf", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,J1bmomo_3Ume0KR2Yh46Uw,cf119781-5bd9-4b85-9a0b-12e82e988c23,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 2985, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 960 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2024-07-05T18:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 2971, - "FriendlyName": "Baseball Jersey (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "2f8518fc-c989-40de-98b4-c6f09b304166,a1c51d1e-1d5f-4f8a-bc0f-6a20eddfe58a,ca37823a-b8f3-4414-b38b-de0dc7fa4295,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 2987, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 2972, - "FriendlyName": "Jersey (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7b857a8c-92ad-4028-a2c2-b3c20cdab5f2,51ef8d39-2b94-4f9e-9620-07b6b0a913a5,d2a692e6-e1a9-4cfe-8154-10b52be7f8c8,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 2988, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 2973, - "FriendlyName": "Sundress (Sunset)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "adf2aa89-61c4-4b7a-9307-e39e72db23d3,as9fjqDWiUi1w7yYavKZXA,thwvF0DFRk-mV99ruqYFoQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 2989, - "Type": 0, - "Prices": [ - { "CurrencyType": 2, "Price": 850 }, - { "CurrencyType": 400, "Price": 150 } - ], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 2974, - "FriendlyName": "Bounty Hunter Belt", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f2c1c5e3-b201-4d34-9ce6-3082ff7e5d42,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 2990, - "Type": 0, - "Prices": [ - { "CurrencyType": 2, "Price": 850 }, - { "CurrencyType": 400, "Price": 150 } - ], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 2980, - "FriendlyName": "Dryad Dress (Summer)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "8595c7b2-4d1c-4eae-af9a-8180d475d931,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 1000, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 2996, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 3000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 2982, - "FriendlyName": "Zombie Head", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9168b3f9-c7e5-40b6-bb2c-9e708596e675,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 1000, - "ItemSetId": 14, - "ItemSetFriendlyName": "Zombie Set" - } - ], - "PurchasableItemId": 2998, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 4000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 2983, - "FriendlyName": "Luau Dress (Paradise)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7aa994d2-6499-4918-ab2a-2531c17e27a7,nPUQvBsxu0mzhQg9YnWEgw,CAqT_iLfQ0qQ-GbIdAsZow,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 2999, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2022-05-27T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 2984, - "FriendlyName": "Luau Headband (Paradise)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "3eb14fcf-5d20-47d3-b991-97808798a225,yXZO-donI0SHB9-TT0jUdw,5ekjxLQZwUm7-iXJ0bYSiQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3000, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2022-05-27T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 2985, - "FriendlyName": "KO - Bear Claw", - "Tooltip": "", - "ConsumableItemDesc": "ZtZnYBpKkECJlhHmkj4MiA", - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 110000, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3001, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 2986, - "FriendlyName": "Tourist Shirt (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "vDSlMnayzEqWXwT-lkcKSA,XT_txjZfIUOT400UPHLaRA,M-mi8QUHwEeIewXE8uAlrQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3002, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 2987, - "FriendlyName": "Tourist Hat (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "0QOlT9c5xUuinpfZaoEe8Q,Pu_1I6Zq-0G1HBMHa5MrKg,Cjy-bE0PikWLCRrL4U2NGQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3003, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 2988, - "FriendlyName": "Beret (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ef84cb35-5e25-4aa6-82c9-17f01a5040c7,7_n11PF4-0KqTZ9az23hqg,FWL8ZeMe9EerdB0_Fya3AA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3004, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2022-03-23T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 2989, - "FriendlyName": "Beret (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ef84cb35-5e25-4aa6-82c9-17f01a5040c7,WeP_tPjUNUuGojXrVBOAIA,FWL8ZeMe9EerdB0_Fya3AA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3005, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 2990, - "FriendlyName": "Luau Shirt (Paradise)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "vDSlMnayzEqWXwT-lkcKSA,NKf5-r2S_0iP0SaO9bjvaw,0WOBGm34H0ySBC10VToa9g,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3006, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2022-02-25T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 2991, - "FriendlyName": "Luau Hat (Paradise)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "0QOlT9c5xUuinpfZaoEe8Q,LEUQnDz-k0m-hY-AX3Z9Sg,znNiHfNdTE-szOIAnIWFQg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3007, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2022-02-25T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 2992, - "FriendlyName": "Hockey Helmet (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "8d703940-224a-4b0c-a04d-f365550071e1,qdA34j6p_UqphqChTCHEYQ,7c4d447c-6594-4bd8-9510-12ad683ab116,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3008, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2022-01-21T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 2993, - "FriendlyName": "Brimmed Beanie (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "48ec7a6a-0c31-40d4-9179-66e3ba6505a1,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3009, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2022-01-23T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 2994, - "FriendlyName": "Brimmed Beanie (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "48ec7a6a-0c31-40d4-9179-66e3ba6505a1,gT0WA7Y1H0my5uMlteIMMg,7nBHNMZhAE-t9rLCYO_STA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3010, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 2995, - "FriendlyName": "Beret (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ef84cb35-5e25-4aa6-82c9-17f01a5040c7,JShcoWWPz0297HeEUJbDCQ,FWL8ZeMe9EerdB0_Fya3AA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3011, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-12-31T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 2996, - "FriendlyName": "Beret (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ef84cb35-5e25-4aa6-82c9-17f01a5040c7,_psc7WCgOk2JzRQwuFAqNw,FWL8ZeMe9EerdB0_Fya3AA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3012, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-12-31T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 2997, - "FriendlyName": "Basketball Jersey (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "348ac48b-986e-4d42-a0f7-1aea16b88271,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3013, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 2998, - "FriendlyName": "Bike Shirt (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "843e3364-a743-4dfc-a990-0436e47b8c10,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3014, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 2999, - "FriendlyName": "Cheerful Dress (Navy)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b02053b3-013f-42b0-8881-85f5be2b8cda,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3015, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3000, - "FriendlyName": "Collared Shirt (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "2e59d8d0-91a0-4449-bfdc-a5d663fd9343,071d1bf3-86dc-4a31-b54a-e6579fab8649,d015cae7-a905-49e4-8823-6dec069689a6,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3016, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3001, - "FriendlyName": "Cowboy Vest (Black, Gold)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ba84b23e-01ee-4668-a7ef-2e3e0eca2f23,192ba73d-6990-42da-8fe0-914c2a7181eb,98553538-cafd-4df9-8f37-bb0a4bb478a5,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3017, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 7000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3002, - "FriendlyName": "Cowboy Vest (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ba84b23e-01ee-4668-a7ef-2e3e0eca2f23,5e00a832-3f25-4dd3-84d2-b6ed6a4b4c37,98553538-cafd-4df9-8f37-bb0a4bb478a5,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3018, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 7000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3003, - "FriendlyName": "Cowboy Vest (Cherry)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ba84b23e-01ee-4668-a7ef-2e3e0eca2f23,624c85e5-095a-48b6-85fb-c9bbade19a8d,98553538-cafd-4df9-8f37-bb0a4bb478a5,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3019, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 7000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3004, - "FriendlyName": "Cheerleader Skirt (Pride)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "657efe89-620a-46a2-8b58-cafd855c7cd5,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3020, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3005, - "FriendlyName": "Field Hockey Uniform (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "a986ff33-9e16-4219-8ebb-2e7b4c772ca7,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3021, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3006, - "FriendlyName": "Firefighter Jacket", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "1b37d6cd-0a89-4604-a046-e5cff55b0cf6,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3022, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3007, - "FriendlyName": "Flower Swimsuit (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f41653f9-ae02-443c-aaf4-1c6f4e49035d,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3023, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3008, - "FriendlyName": "Football Shoulder Pads (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "34d45669-b319-4c7d-bd05-078961d70d0b,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3024, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3009, - "FriendlyName": "Football Shoulder Pads (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "34d45669-b319-4c7d-bd05-078961d70d0b,32dde6dc-e3dc-43ee-9b7c-987bc6778c17,e17481fc-b2b6-47a5-91e5-7205f45a3247,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3025, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3010, - "FriendlyName": "Football Shoulder Pads (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "34d45669-b319-4c7d-bd05-078961d70d0b,88c3ed05-ce41-4a9d-a4a7-8a428d240b3f,e17481fc-b2b6-47a5-91e5-7205f45a3247,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3026, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3011, - "FriendlyName": "Fur Coat (Brown)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "77c37481-a185-47ff-af55-65f9fdfcf9e5,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3027, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3012, - "FriendlyName": "Jazzercise Shirt (Teal)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5f492f8f-ab61-484a-9587-747132b54309,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3028, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3013, - "FriendlyName": "Luchador Singlet (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9c34c2c1-07d7-4180-94a2-be8c9caaae84,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3029, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3014, - "FriendlyName": "Cheerleader Sweater (Pride)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9073d6a0-3bc1-4c82-aeb3-d4ee195538b4,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3030, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3015, - "FriendlyName": "Paintball Vest (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "d8f408f0-78f5-4e8a-b42a-e7b09632d1fd,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3031, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3016, - "FriendlyName": "Long Coat (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "745c5110-104e-4b37-aabf-7c690fd54811,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3032, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3017, - "FriendlyName": "Belted Dress (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f51a7ed5-52ea-485f-a430-303697f6fec9,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3033, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3018, - "FriendlyName": "Belted Dress (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f51a7ed5-52ea-485f-a430-303697f6fec9,5b58d879-2bc4-47ed-a996-1af2ace16425,3d971439-41d1-43a2-8434-704f9ec8d906,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3034, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3019, - "FriendlyName": "Belted Dress (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f51a7ed5-52ea-485f-a430-303697f6fec9,d320ad9b-ba5c-45ea-b2b8-0d3e409a9db1,3d971439-41d1-43a2-8434-704f9ec8d906,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3035, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3020, - "FriendlyName": "Belted Dress (Cream)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f51a7ed5-52ea-485f-a430-303697f6fec9,d61711fd-589a-4669-b991-9408a58fffd9,3d971439-41d1-43a2-8434-704f9ec8d906,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3036, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3021, - "FriendlyName": "Flowered Dress (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "515dfc36-7f7b-47bc-abee-380d68f41be6,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3037, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3022, - "FriendlyName": "Captain Jacket (Blue, White, Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "0bc6bd1b-8b7e-4945-a1d6-c26b9c043318,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3038, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3023, - "FriendlyName": "Captain Jacket (Black, White, Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "0bc6bd1b-8b7e-4945-a1d6-c26b9c043318,b9f51861-ad10-4878-a9b1-d849bccf532a,8ec5de40-73fc-4f09-9bf3-ddf4701107bc,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3039, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3024, - "FriendlyName": "Captain Jacket (Black, White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "0bc6bd1b-8b7e-4945-a1d6-c26b9c043318,b5d62931-e756-4a8a-8f3b-760beba49319,8ec5de40-73fc-4f09-9bf3-ddf4701107bc,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3040, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3025, - "FriendlyName": "Captain Jacket (Black, White, Grey)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "0bc6bd1b-8b7e-4945-a1d6-c26b9c043318,6145292a-9002-41c6-8cd5-43679b6f542f,8ec5de40-73fc-4f09-9bf3-ddf4701107bc,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3041, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3026, - "FriendlyName": "Captain Jacket (Black, White, Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "0bc6bd1b-8b7e-4945-a1d6-c26b9c043318,7c1aaa7e-503b-46ef-b1c5-0c61a75b916e,8ec5de40-73fc-4f09-9bf3-ddf4701107bc,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3042, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3027, - "FriendlyName": "Captain Jacket (Blue, White, Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "0bc6bd1b-8b7e-4945-a1d6-c26b9c043318,27af51bc-8226-4911-8d47-22d28ea8e378,8ec5de40-73fc-4f09-9bf3-ddf4701107bc,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3043, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3028, - "FriendlyName": "Captain Jacket (Blue, White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "0bc6bd1b-8b7e-4945-a1d6-c26b9c043318,857fdcd8-704f-43d0-92b9-bca26619b153,8ec5de40-73fc-4f09-9bf3-ddf4701107bc,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3044, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3029, - "FriendlyName": "Captain Jacket (Black, Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "0bc6bd1b-8b7e-4945-a1d6-c26b9c043318,3df5d13b-ba77-4b51-90b2-7a946e4d0be7,8ec5de40-73fc-4f09-9bf3-ddf4701107bc,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3045, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3030, - "FriendlyName": "Boxing Shirt (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ff15e25d-d467-47a8-9ecc-e415d5acb90c,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3046, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 2000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3031, - "FriendlyName": "Doctor's Coat", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "27e742bf-3081-4274-ba70-301f0edeb4f1,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3047, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3032, - "FriendlyName": "Drum Major Shirt (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "a6f1825e-1647-4d06-85d7-ac2d139612c0,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3048, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 7500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3033, - "FriendlyName": "Jersey (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7b857a8c-92ad-4028-a2c2-b3c20cdab5f2,8377ab96-c908-457f-9fee-b784c9a759f3,d2a692e6-e1a9-4cfe-8154-10b52be7f8c8,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3049, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3034, - "FriendlyName": "Jersey (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7b857a8c-92ad-4028-a2c2-b3c20cdab5f2,dee70c38-7a99-4c2b-9181-665f1bf75aca,d2a692e6-e1a9-4cfe-8154-10b52be7f8c8,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3050, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3035, - "FriendlyName": "Lacrosse Shirt (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "39278302-b52a-48a8-a566-ed756a5fa1a9,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3051, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3036, - "FriendlyName": "Lacrosse Shirt (Pink)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "39278302-b52a-48a8-a566-ed756a5fa1a9,e3454bc7-c88d-4958-8b81-db3fe5472a1e,da36bbcc-2a9a-4ba2-9e4a-6f52c9b1ef74,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3052, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3037, - "FriendlyName": "Tracksuit (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "d766c8d3-76e8-4021-b0a4-24b78fb7eaba,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3053, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3038, - "FriendlyName": "Astronaut Gloves (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "88739d79-aeb9-471a-b25b-776f46bba9f6,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 15, - "ItemSetFriendlyName": "White Astronaut Set" - } - ], - "PurchasableItemId": 3054, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3039, - "FriendlyName": "Bike Gloves (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7a6fe0e6-f930-4fb8-9b2f-4c857a273dd9,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3055, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3040, - "FriendlyName": "Boxing Gloves (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b904304b-cce0-466f-8569-c621eeadd4f7,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3056, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3041, - "FriendlyName": "Cowboy Gloves (Cherry)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9eb7f505-5afd-4b28-9886-7996d38c59c6,17e44296-1cd9-4f8e-9aa7-3837dc69279a,8eef8837-9141-4088-835a-b2f47f4126f8,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3057, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3042, - "FriendlyName": "Cowboy Gloves (Black, Gold)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9eb7f505-5afd-4b28-9886-7996d38c59c6,c4ebfd1a-fcda-4b98-a151-a941b1801867,8eef8837-9141-4088-835a-b2f47f4126f8,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3058, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3043, - "FriendlyName": "Cowboy Gloves (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9eb7f505-5afd-4b28-9886-7996d38c59c6,c0c33a35-494c-4a1a-aa53-d27d9b9ef5a4,8eef8837-9141-4088-835a-b2f47f4126f8,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3059, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3044, - "FriendlyName": "Drum Major Gloves (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "4d533b3a-b5fa-446a-842d-92798ad5b493,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3060, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3045, - "FriendlyName": "Paintball Gloves", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "64ad8789-1645-45f7-819a-a413ff7c9622,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3061, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3046, - "FriendlyName": "Fighter Pilot Helmet (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ec836d2a-b1b8-4566-b8eb-123ae2845956,cea53c7f-24a9-4e3b-80b9-fbf95738f973,9d6ac0b7-bbef-40bc-9173-effe65d7c0ff,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3062, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3047, - "FriendlyName": "Fighter Pilot Helmet (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ec836d2a-b1b8-4566-b8eb-123ae2845956,e37b07d1-6b9d-49b9-94ca-1c728e228cfe,9d6ac0b7-bbef-40bc-9173-effe65d7c0ff,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3063, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3048, - "FriendlyName": "Fighter Pilot Uniform (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ff7e6d41-5c27-4516-930c-ad0e9a23cce2,cea53c7f-24a9-4e3b-80b9-fbf95738f973,435eba0d-d8f9-43cc-91aa-2959d63c6fa7,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3064, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3049, - "FriendlyName": "Fighter Pilot Uniform (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ff7e6d41-5c27-4516-930c-ad0e9a23cce2,e37b07d1-6b9d-49b9-94ca-1c728e228cfe,435eba0d-d8f9-43cc-91aa-2959d63c6fa7,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3065, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3050, - "FriendlyName": "Fighter Pilot Gloves (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5800d2b5-75b8-442f-8b10-63bd3d73a1b8,18b52db5-0261-46a0-9214-ff510d455ed9,7869b2a5-cd89-4033-b9f7-4f1451ecb47b,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3066, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3051, - "FriendlyName": "Fighter Pilot Gloves (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5800d2b5-75b8-442f-8b10-63bd3d73a1b8,55b4e661-43e1-4708-82d5-2dd2bebd4f45,7869b2a5-cd89-4033-b9f7-4f1451ecb47b,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3067, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3052, - "FriendlyName": "Fighter Pilot Helmet (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ec836d2a-b1b8-4566-b8eb-123ae2845956,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3068, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3053, - "FriendlyName": "Fighter Pilot Uniform (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ff7e6d41-5c27-4516-930c-ad0e9a23cce2,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3069, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3054, - "FriendlyName": "Fighter Pilot Gloves (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5800d2b5-75b8-442f-8b10-63bd3d73a1b8,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3070, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3055, - "FriendlyName": "Mullet Hair", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "2b7f4dae-51da-4af0-b009-12d6005c85c6,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3071, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3056, - "FriendlyName": "Curly Mustache", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "6b337a35-95d9-4b3a-9891-d9fbb06262aa,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3072, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3057, - "FriendlyName": "Punk Hawk Hair", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ce250e13-8137-4f62-9e52-2b1cebe7d0ad,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3073, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3058, - "FriendlyName": "Farmer Beard", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7553d851-1986-4325-870d-e425dfb7d007,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3074, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3059, - "FriendlyName": "Safari Belt Sash", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f47f81e7-fcdd-4687-9b99-013147bef30f,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3075, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3060, - "FriendlyName": "Punk Jacket (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "e4ba395e-f291-4e7b-8193-45f4422f41ce,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3076, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3061, - "FriendlyName": "Punk Jacket (Pink)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "e4ba395e-f291-4e7b-8193-45f4422f41ce,4169bfed-8403-4590-a29d-4941275ac0b6,d738ad4c-c9b5-41e6-8979-d586c964fb6c,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3077, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3062, - "FriendlyName": "Punk Jacket (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "e4ba395e-f291-4e7b-8193-45f4422f41ce,0724b166-9ace-46ff-a191-b13f135b00a8,d738ad4c-c9b5-41e6-8979-d586c964fb6c,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3078, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3063, - "FriendlyName": "Safari Shirt (Tan)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "1041d745-c5e9-4218-a3e1-198f5c9c418c,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3079, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3064, - "FriendlyName": "Punk Wristbands (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "28374ebc-4050-4ea0-b3b6-41ebe75cedf7,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3080, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3065, - "FriendlyName": "Punk Wristbands (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "28374ebc-4050-4ea0-b3b6-41ebe75cedf7,a6796264-9c7e-4605-830c-06db8d0dc780,dd7472ed-bdcb-4811-81ba-5ed682fb7675,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3081, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3066, - "FriendlyName": "Punk Wristbands (Pink)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "28374ebc-4050-4ea0-b3b6-41ebe75cedf7,f3b2330a-b981-4c7e-902f-1f57382f2388,dd7472ed-bdcb-4811-81ba-5ed682fb7675,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3082, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3067, - "FriendlyName": "Aviator Hat (Brown)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7a7d8a06-7982-4bcb-b7bd-4d03b48889b4,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3083, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3068, - "FriendlyName": "Safari Hat (Tan)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "418ed21e-766f-4c69-9d57-6f866dcc7feb,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3084, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 750 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3069, - "FriendlyName": "Aviator Goggles (Brown)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "47629ed1-5378-427c-ad61-4b44d2fe90cc,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3085, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3070, - "FriendlyName": "Safari Monocle", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "02a5b48c-abba-4385-967b-ba900424829e,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3086, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 3000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3071, - "FriendlyName": "Aviator Coat (Brown)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "42aa7888-f0b9-4584-9cc1-966585c6b36e,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3087, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3072, - "FriendlyName": "Aviator Gloves (Brown)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "125a3a62-1005-47dc-9fd8-ee09ea803e9f,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3088, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3073, - "FriendlyName": "Safari Gloves (Tan)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "74365234-cb72-409d-8cf5-9a7209f707e1,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3089, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3074, - "FriendlyName": "Barbershop Hat (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "dcf9012d-f9e9-4f15-872e-f130af3b2efa,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3090, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3075, - "FriendlyName": "Barbershop Shirt (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "18cd3470-2dd9-4a0a-98bd-eae2d5f5d522,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3091, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 750 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3076, - "FriendlyName": "Barbershop Wrist (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ce81210f-8eb8-4cd2-95d5-046d4da229c8,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3092, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3077, - "FriendlyName": "Safari Hat (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "418ed21e-766f-4c69-9d57-6f866dcc7feb,49bbd11a-e5c9-47ff-b04d-72eb321e8a57,0dabda0d-842c-4d39-a6b9-a8ca3ec20825,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3093, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 750 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3078, - "FriendlyName": "Safari Shirt (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "1041d745-c5e9-4218-a3e1-198f5c9c418c,49bbd11a-e5c9-47ff-b04d-72eb321e8a57,84c016ad-133f-45e3-a412-cac35612540b,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3094, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3079, - "FriendlyName": "Punk Wristbands (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "28374ebc-4050-4ea0-b3b6-41ebe75cedf7,baffdefe-de21-4551-9330-b50873965bdd,dd7472ed-bdcb-4811-81ba-5ed682fb7675,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3095, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3080, - "FriendlyName": "Safari Gloves (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "74365234-cb72-409d-8cf5-9a7209f707e1,49bbd11a-e5c9-47ff-b04d-72eb321e8a57,fa9a3d8e-16c9-4a7e-9166-3226e0d13c39,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3096, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3081, - "FriendlyName": "Aviator Hat (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7a7d8a06-7982-4bcb-b7bd-4d03b48889b4,a8de80d3-286a-4fdc-bed2-75d52f8c0964,ff5ae41e-e446-4a96-8c11-49d85556fa81,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3097, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3082, - "FriendlyName": "Aviator Hat (Tan)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7a7d8a06-7982-4bcb-b7bd-4d03b48889b4,c6cf096c-f0cb-4500-80a0-bc2916b5a426,ff5ae41e-e446-4a96-8c11-49d85556fa81,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3098, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3083, - "FriendlyName": "Aviator Goggles (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "47629ed1-5378-427c-ad61-4b44d2fe90cc,7b82c3c5-fd1f-45ec-b83f-e32668aa8dce,556f876a-70da-4104-b792-fca8ad67be0c,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3099, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3084, - "FriendlyName": "Aviator Goggles (Tan)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "47629ed1-5378-427c-ad61-4b44d2fe90cc,23428ca9-be75-4146-b400-df01d1dadac9,556f876a-70da-4104-b792-fca8ad67be0c,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3100, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3085, - "FriendlyName": "Aviator Coat (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "42aa7888-f0b9-4584-9cc1-966585c6b36e,da185fbb-ad2b-4f30-87a2-491f24b78ebb,9009bcdf-b6f7-4dae-b2ec-895511d118ff,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3101, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3086, - "FriendlyName": "Aviator Coat (Tan)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "42aa7888-f0b9-4584-9cc1-966585c6b36e,bea795cc-aabd-4229-84dd-49ab4f91a445,9009bcdf-b6f7-4dae-b2ec-895511d118ff,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3102, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3087, - "FriendlyName": "Aviator Gloves (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "125a3a62-1005-47dc-9fd8-ee09ea803e9f,97bbb384-b37e-4ea1-902c-88fbd6854ab5,5659ce2c-9cb0-49da-8c39-4b7df0f8deec,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3103, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3088, - "FriendlyName": "Aviator Gloves (Tan)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "125a3a62-1005-47dc-9fd8-ee09ea803e9f,7fb8496f-0e6c-4e48-b8fa-5709ebbf4820,5659ce2c-9cb0-49da-8c39-4b7df0f8deec,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3104, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3089, - "FriendlyName": "Barbershop Hat (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "dcf9012d-f9e9-4f15-872e-f130af3b2efa,631c9015-2a00-47ea-bb35-465a2ddbca5d,83158223-e268-4036-8a6a-218a8430eb2c,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3105, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3090, - "FriendlyName": "Barbershop Hat (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "dcf9012d-f9e9-4f15-872e-f130af3b2efa,7f9cb939-36a4-40da-8337-025e1d7bf8e5,83158223-e268-4036-8a6a-218a8430eb2c,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3106, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3091, - "FriendlyName": "Barbershop Shirt (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "18cd3470-2dd9-4a0a-98bd-eae2d5f5d522,a5925738-a451-4f25-b622-ccbfa12bd88c,15edb8d7-2ff6-4170-a7e6-acd9e965cab5,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3107, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 750 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3092, - "FriendlyName": "Barbershop Shirt (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "18cd3470-2dd9-4a0a-98bd-eae2d5f5d522,c64ac7a9-7fd4-4587-8626-0413a190b706,15edb8d7-2ff6-4170-a7e6-acd9e965cab5,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3108, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 750 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3093, - "FriendlyName": "Barbershop Wrist (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ce81210f-8eb8-4cd2-95d5-046d4da229c8,bb01b51e-a95f-441e-8c52-abc3aeed7145,f7c7d05f-5454-445a-af38-25f110bd204a,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3109, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3094, - "FriendlyName": "Drum Major Hat (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "1a028850-64ee-40ab-b547-ebbcfa1b04b3,5a614f97-ef7f-4b70-afff-9ed837a86407,a8a91216-0fcc-461e-a682-95ee82509cce,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3110, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 8000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3095, - "FriendlyName": "Drum Major Hat (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "1a028850-64ee-40ab-b547-ebbcfa1b04b3,8053b5e5-0f67-4329-a45d-1ee9fc830820,a8a91216-0fcc-461e-a682-95ee82509cce,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3111, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 8000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3096, - "FriendlyName": "Field Hockey Uniform (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "a986ff33-9e16-4219-8ebb-2e7b4c772ca7,7b0d6661-e856-4ec1-ab90-d89c28a70826,1fede91a-434e-49a5-882e-e6db107112a8,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3112, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3097, - "FriendlyName": "Drum Major Shirt (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "a6f1825e-1647-4d06-85d7-ac2d139612c0,fe5288bc-0e02-4ea3-b17d-dee0e576979d,b0298c45-0dd1-453e-bad4-41e4656bb38e,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3113, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 7500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3098, - "FriendlyName": "Drum Major Shirt (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "a6f1825e-1647-4d06-85d7-ac2d139612c0,54d3c589-30ba-44c1-a77c-8f9e16eb0b20,b0298c45-0dd1-453e-bad4-41e4656bb38e,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3114, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 7500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3099, - "FriendlyName": "Drum Major Gloves (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "4d533b3a-b5fa-446a-842d-92798ad5b493,fe5288bc-0e02-4ea3-b17d-dee0e576979d,6b38ab79-142b-446e-978c-ad829ade8823,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3115, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3100, - "FriendlyName": "Drum Major Gloves (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "4d533b3a-b5fa-446a-842d-92798ad5b493,b444ed0a-eab5-4bd6-af34-d080de74a149,6b38ab79-142b-446e-978c-ad829ade8823,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3116, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3101, - "FriendlyName": "Drum Major Gloves (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "4d533b3a-b5fa-446a-842d-92798ad5b493,8053b5e5-0f67-4329-a45d-1ee9fc830820,6b38ab79-142b-446e-978c-ad829ade8823,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3117, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3102, - "FriendlyName": "Boxing Helmet (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b99a89c7-38c5-4196-9862-4e1bf9cb0ce1,8c7b09f2-6213-4ef9-87ab-a2df72d07a22,92714eac-cc07-4f74-a6f5-cfbbadd07e06,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3118, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 4000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3103, - "FriendlyName": "Cheerful Dress (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b02053b3-013f-42b0-8881-85f5be2b8cda,6e0f3af8-297f-4ea7-8f9e-4a1bc57d3e35,93987d32-7a6e-45df-af56-76f912969ce7,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3119, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3104, - "FriendlyName": "Cheerful Dress (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b02053b3-013f-42b0-8881-85f5be2b8cda,faedf215-289b-40f7-90cc-f5b98517d133,93987d32-7a6e-45df-af56-76f912969ce7,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3120, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3105, - "FriendlyName": "Cheerful Dress (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b02053b3-013f-42b0-8881-85f5be2b8cda,1773d5d8-4714-4721-b30c-97e25d6f2a5a,93987d32-7a6e-45df-af56-76f912969ce7,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3121, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3106, - "FriendlyName": "Flower Swimsuit (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f41653f9-ae02-443c-aaf4-1c6f4e49035d,cf515c87-3c0a-4443-9f63-5ea1bdbaa61a,3248a3ec-50d1-4c0a-96ae-25eb9d8ed622,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3122, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3107, - "FriendlyName": "Flower Swimsuit (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f41653f9-ae02-443c-aaf4-1c6f4e49035d,27680277-aec1-41be-a476-9f51cf775580,3248a3ec-50d1-4c0a-96ae-25eb9d8ed622,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3123, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3108, - "FriendlyName": "Flower Swimsuit (Grey)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f41653f9-ae02-443c-aaf4-1c6f4e49035d,5a96ac4d-03c3-4214-9dcb-c2044ff28f2e,3248a3ec-50d1-4c0a-96ae-25eb9d8ed622,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3124, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3109, - "FriendlyName": "Boxing Shirt (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ff15e25d-d467-47a8-9ecc-e415d5acb90c,8c7b09f2-6213-4ef9-87ab-a2df72d07a22,0ec6628c-a106-4452-af82-105a3e3a9f2e,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3125, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 2000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3110, - "FriendlyName": "Boxing Gloves (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b904304b-cce0-466f-8569-c621eeadd4f7,8c7b09f2-6213-4ef9-87ab-a2df72d07a22,f79f8a46-ef1d-4d8c-a4fc-383e3a9eb10b,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3126, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3111, - "FriendlyName": "Bowtie (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "83be5ba4-525a-4781-a5f6-839c22e4d1d3,724c79a3-822c-422f-9462-a5374ee0211c,0b2395e1-ebcc-47e9-aaf1-faf9e9cec4cd,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3127, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3112, - "FriendlyName": "Bowtie (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "83be5ba4-525a-4781-a5f6-839c22e4d1d3,8377ab96-c908-457f-9fee-b784c9a759f3,0b2395e1-ebcc-47e9-aaf1-faf9e9cec4cd,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3128, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3113, - "FriendlyName": "Bowtie (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "83be5ba4-525a-4781-a5f6-839c22e4d1d3,e69372eb-2fd8-4e17-a448-ee0be61a2c7a,0b2395e1-ebcc-47e9-aaf1-faf9e9cec4cd,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3129, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3114, - "FriendlyName": "Bandana (Dots, Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,827a1538-51bb-4fef-99c1-7f1bebd9866c,b292eb4b-07e3-4a48-99b5-3c6587a1e02e,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3130, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3115, - "FriendlyName": "Bandana (Dots, Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,ad61c418-6d77-4a99-8ac5-9f10f5a3d42f,b292eb4b-07e3-4a48-99b5-3c6587a1e02e,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3131, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3116, - "FriendlyName": "Bandana (Dots, White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,6dd95046-acf8-42fe-ab78-80a334096a9d,b292eb4b-07e3-4a48-99b5-3c6587a1e02e,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3132, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3117, - "FriendlyName": "Bandana (Flowers, Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,827a1538-51bb-4fef-99c1-7f1bebd9866c,27a5df72-4095-4837-bf24-cdd3d95a43e9,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3133, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3118, - "FriendlyName": "Bandana (Flowers, Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,ad61c418-6d77-4a99-8ac5-9f10f5a3d42f,27a5df72-4095-4837-bf24-cdd3d95a43e9,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3134, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3119, - "FriendlyName": "Bandana (Flowers, White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,6dd95046-acf8-42fe-ab78-80a334096a9d,27a5df72-4095-4837-bf24-cdd3d95a43e9,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3135, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3120, - "FriendlyName": "Bandana (Plaid, Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,827a1538-51bb-4fef-99c1-7f1bebd9866c,cf119781-5bd9-4b85-9a0b-12e82e988c23,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3136, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3121, - "FriendlyName": "Bandana (Plaid, Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,ad61c418-6d77-4a99-8ac5-9f10f5a3d42f,cf119781-5bd9-4b85-9a0b-12e82e988c23,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3137, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3122, - "FriendlyName": "Bandana (Plaid, White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,6dd95046-acf8-42fe-ab78-80a334096a9d,cf119781-5bd9-4b85-9a0b-12e82e988c23,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3138, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3123, - "FriendlyName": "Business Tie (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "c6c08eb5-381a-4193-9722-80da95d62abe,dee70c38-7a99-4c2b-9181-665f1bf75aca,0b2395e1-ebcc-47e9-aaf1-faf9e9cec4cd,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3139, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3124, - "FriendlyName": "Business Tie (Grey)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "c6c08eb5-381a-4193-9722-80da95d62abe,0ecb8a2a-cffc-47db-aeda-fb0684aef1e5,0b2395e1-ebcc-47e9-aaf1-faf9e9cec4cd,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3140, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3125, - "FriendlyName": "Business Tie (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "c6c08eb5-381a-4193-9722-80da95d62abe,8377ab96-c908-457f-9fee-b784c9a759f3,0b2395e1-ebcc-47e9-aaf1-faf9e9cec4cd,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3141, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3126, - "FriendlyName": "Business Tie (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "c6c08eb5-381a-4193-9722-80da95d62abe,724c79a3-822c-422f-9462-a5374ee0211c,0b2395e1-ebcc-47e9-aaf1-faf9e9cec4cd,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3142, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3127, - "FriendlyName": "Business Tie (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "c6c08eb5-381a-4193-9722-80da95d62abe,67bcca75-4ab1-4964-8688-9908c464d355,0b2395e1-ebcc-47e9-aaf1-faf9e9cec4cd,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3143, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3128, - "FriendlyName": "Tied Scarf (Plaid, Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5d1c42a0-7e36-431a-8e78-a8b74046d153,827a1538-51bb-4fef-99c1-7f1bebd9866c,cf119781-5bd9-4b85-9a0b-12e82e988c23,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3144, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3129, - "FriendlyName": "Tied Scarf (Plaid, Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5d1c42a0-7e36-431a-8e78-a8b74046d153,ad61c418-6d77-4a99-8ac5-9f10f5a3d42f,cf119781-5bd9-4b85-9a0b-12e82e988c23,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3145, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3130, - "FriendlyName": "Tied Scarf (Plaid, White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5d1c42a0-7e36-431a-8e78-a8b74046d153,6dd95046-acf8-42fe-ab78-80a334096a9d,cf119781-5bd9-4b85-9a0b-12e82e988c23,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3146, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3131, - "FriendlyName": "Tied Scarf (Dots, Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5d1c42a0-7e36-431a-8e78-a8b74046d153,827a1538-51bb-4fef-99c1-7f1bebd9866c,b292eb4b-07e3-4a48-99b5-3c6587a1e02e,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3147, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3132, - "FriendlyName": "Tied Scarf (Dots, Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5d1c42a0-7e36-431a-8e78-a8b74046d153,ad61c418-6d77-4a99-8ac5-9f10f5a3d42f,b292eb4b-07e3-4a48-99b5-3c6587a1e02e,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3148, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3133, - "FriendlyName": "Tied Scarf (Dots, White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5d1c42a0-7e36-431a-8e78-a8b74046d153,6dd95046-acf8-42fe-ab78-80a334096a9d,b292eb4b-07e3-4a48-99b5-3c6587a1e02e,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3149, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3134, - "FriendlyName": "Fur Coat (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "77c37481-a185-47ff-af55-65f9fdfcf9e5,43501b0c-eaaa-4ab3-9d03-2ca61d2e8fc9,2c0d912d-c184-4eab-8ee4-73b90ba7b0a6,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3150, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3135, - "FriendlyName": "Fur Coat (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "77c37481-a185-47ff-af55-65f9fdfcf9e5,643b5f2d-0666-4869-b699-03742de34d16,2c0d912d-c184-4eab-8ee4-73b90ba7b0a6,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3151, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3136, - "FriendlyName": "Long Coat (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "745c5110-104e-4b37-aabf-7c690fd54811,b42d903b-b393-4f49-af5e-38d0fb6c42b0,3ba69a39-a4e7-4505-bae7-8db31360ec1c,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3152, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3137, - "FriendlyName": "Long Coat (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "745c5110-104e-4b37-aabf-7c690fd54811,8cab8cc6-9a2d-434c-8b72-e66edbdd223c,3ba69a39-a4e7-4505-bae7-8db31360ec1c,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3153, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3138, - "FriendlyName": "Long Coat (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "745c5110-104e-4b37-aabf-7c690fd54811,657f28d5-672a-4f27-86c6-3cb00f25bb84,3ba69a39-a4e7-4505-bae7-8db31360ec1c,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3154, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3139, - "FriendlyName": "Flowered Dress (Grey)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "515dfc36-7f7b-47bc-abee-380d68f41be6,1acb1f56-4509-449f-9c6a-065bdeaa9ee3,2d7361d2-31a2-404b-90da-10e89114e1f2,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3155, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3140, - "FriendlyName": "Flowered Dress (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "515dfc36-7f7b-47bc-abee-380d68f41be6,e98c3f98-7844-4d6e-a21c-05027033c18c,2d7361d2-31a2-404b-90da-10e89114e1f2,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3156, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3141, - "FriendlyName": "Flower Headband (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "2b2eb9e5-d52e-4004-bdb2-0bcf6910992d,c5884778-a87f-4612-9717-86fbb65d440f,7d040391-03f7-4b3d-bcfd-a1278ff459c9,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3157, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 750 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3142, - "FriendlyName": "Flower Headband (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "2b2eb9e5-d52e-4004-bdb2-0bcf6910992d,827a1538-51bb-4fef-99c1-7f1bebd9866c,7d040391-03f7-4b3d-bcfd-a1278ff459c9,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3158, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 750 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3143, - "FriendlyName": "Bike Helmet (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "71014872-d879-4858-9d68-58da3c673d8b,83522c12-9549-4d74-8c87-bae210bcd2bf,5fd9e83a-cfaf-4c98-bd31-91a7484c26dd,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3159, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3144, - "FriendlyName": "Bike Helmet (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "71014872-d879-4858-9d68-58da3c673d8b,4398ce1a-e6ee-4da4-ad0d-7abfab41020c,5fd9e83a-cfaf-4c98-bd31-91a7484c26dd,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3160, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3145, - "FriendlyName": "Flower Hair Clip (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "a61e86cd-f7e7-4ac7-a6e8-df269bc5cb01,ce465d53-3807-423f-baa0-bdba2a75ceb3,65b89eae-347e-4eff-9ff3-7f25cace0125,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3161, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3146, - "FriendlyName": "Flower Hair Clip (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "a61e86cd-f7e7-4ac7-a6e8-df269bc5cb01,596097a8-d545-4256-959d-1d3cd96fc64c,65b89eae-347e-4eff-9ff3-7f25cace0125,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3162, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3147, - "FriendlyName": "Luchador Mask (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "1596c113-aa3a-4f5c-b398-e5c3575548e7,916384ca-e209-42a0-bd64-c64f5a40b56f,96b36c98-cba1-4337-91dd-c74c00316f97,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3163, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3148, - "FriendlyName": "Luchador Mask (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "1596c113-aa3a-4f5c-b398-e5c3575548e7,0217fd2e-ff9d-49f7-9bc8-8d0d6b8bf250,96b36c98-cba1-4337-91dd-c74c00316f97,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3164, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3149, - "FriendlyName": "Small Brim Hat (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9cdb4965-6f00-4304-afed-e301e73a2b3a,67fc9269-8dd8-4d6f-b594-c77e716f2482,65ed43ff-dfc4-4cab-b0b9-77dc94165e24,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3165, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3150, - "FriendlyName": "Small Brim Hat (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9cdb4965-6f00-4304-afed-e301e73a2b3a,43501b0c-eaaa-4ab3-9d03-2ca61d2e8fc9,65ed43ff-dfc4-4cab-b0b9-77dc94165e24,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3166, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3151, - "FriendlyName": "Small Brim Hat (Maroon)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9cdb4965-6f00-4304-afed-e301e73a2b3a,d6823e01-69f0-4f85-b94a-74894356a2cf,65ed43ff-dfc4-4cab-b0b9-77dc94165e24,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3167, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3152, - "FriendlyName": "Bike Shirt (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "843e3364-a743-4dfc-a990-0436e47b8c10,c5884778-a87f-4612-9717-86fbb65d440f,1695608b-e9cc-4a03-b56d-0f09d2804379,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3168, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3153, - "FriendlyName": "Bike Shirt (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "843e3364-a743-4dfc-a990-0436e47b8c10,83522c12-9549-4d74-8c87-bae210bcd2bf,1695608b-e9cc-4a03-b56d-0f09d2804379,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3169, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3154, - "FriendlyName": "Luchador Singlet (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9c34c2c1-07d7-4180-94a2-be8c9caaae84,916384ca-e209-42a0-bd64-c64f5a40b56f,7ef7d0cf-99f1-4872-9d3d-8230cc9fa368,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3170, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3155, - "FriendlyName": "Luchador Singlet (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9c34c2c1-07d7-4180-94a2-be8c9caaae84,0217fd2e-ff9d-49f7-9bc8-8d0d6b8bf250,7ef7d0cf-99f1-4872-9d3d-8230cc9fa368,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3171, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3156, - "FriendlyName": "Tracksuit (Pink)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "d766c8d3-76e8-4021-b0a4-24b78fb7eaba,026ca50e-3a81-43cf-87f5-950687b7bbdd,adae82eb-a4b9-4541-acf2-76cea839a593,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3172, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3157, - "FriendlyName": "Tracksuit (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "d766c8d3-76e8-4021-b0a4-24b78fb7eaba,6584dada-499e-4d7c-958d-466955b20640,adae82eb-a4b9-4541-acf2-76cea839a593,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3173, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3158, - "FriendlyName": "Babydoll Dress (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "da55bfc3-47b7-46f6-b548-7fb2c2a5e0bf,c9589974-c261-485e-b571-cb2f34fb178f,cb9e9e05-c481-4397-86e7-c2111bc0e817,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3174, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3159, - "FriendlyName": "Jersey (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7b857a8c-92ad-4028-a2c2-b3c20cdab5f2,f8b0cfe8-e129-4578-8bb5-f60af5d38599,d2a692e6-e1a9-4cfe-8154-10b52be7f8c8,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3175, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3160, - "FriendlyName": "Jersey (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7b857a8c-92ad-4028-a2c2-b3c20cdab5f2,d2b40639-5d34-45b6-904e-6dd29030ff44,d2a692e6-e1a9-4cfe-8154-10b52be7f8c8,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3176, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3161, - "FriendlyName": "Jersey (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7b857a8c-92ad-4028-a2c2-b3c20cdab5f2,724c79a3-822c-422f-9462-a5374ee0211c,d2a692e6-e1a9-4cfe-8154-10b52be7f8c8,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3177, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3162, - "FriendlyName": "Jersey (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7b857a8c-92ad-4028-a2c2-b3c20cdab5f2,c72911d0-453f-4732-b1bd-dad520220a06,d2a692e6-e1a9-4cfe-8154-10b52be7f8c8,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3178, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3163, - "FriendlyName": "Jersey (Teal)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7b857a8c-92ad-4028-a2c2-b3c20cdab5f2,90bc2d31-1715-4d1a-813a-7c57e66cb017,d2a692e6-e1a9-4cfe-8154-10b52be7f8c8,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3179, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3164, - "FriendlyName": "Jersey (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7b857a8c-92ad-4028-a2c2-b3c20cdab5f2,1b1d08f2-12ca-43dd-a44f-ea2820b919b4,d2a692e6-e1a9-4cfe-8154-10b52be7f8c8,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3180, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3165, - "FriendlyName": "Captain Hat (Pink, Black, Pink)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f5c9743f-e77c-42f2-ba63-9843342cbf8e,2738ab5f-8c94-46b3-bac6-4a8111c41c21,a4e51b6b-fdfd-47dc-9d0e-f26f383e03e9,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3181, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3166, - "FriendlyName": "Romper (Pink)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "e042433a-40a2-4758-8074-3b9d407835ec,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3182, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3167, - "FriendlyName": "Mobster Hat (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "76369aef-aeda-46d2-996a-cd00594d0543,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3183, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3168, - "FriendlyName": "Mobster Suit (Pinstripe)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "4308da04-af84-40bb-845a-7a9e1a2726ec,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3184, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3169, - "FriendlyName": "Mobster Suit (Herringbone)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "4308da04-af84-40bb-845a-7a9e1a2726ec,531b4297-b38b-4362-9854-4f2139ea43be,33ee376a-586e-4aff-a7e4-4213445a3e92,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3185, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3170, - "FriendlyName": "Mobster Cuffs (Pinstripe)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "08d56627-4500-4724-8692-a23c96ddb3ec,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3186, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3171, - "FriendlyName": "Flapper Headband (Silver)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "18feb3c2-049f-4f91-9f4e-6b5fcb4ab70c,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3187, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3172, - "FriendlyName": "Flapper Dress (Silver)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5f600892-aa67-484a-afc7-14c219d89c52,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3188, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3173, - "FriendlyName": "Flapper Gloves (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "473c672d-2b79-48a2-a49d-fd68160c5bde,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3189, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3174, - "FriendlyName": "Black & White Camera Film", - "Tooltip": "", - "ConsumableItemDesc": "frOMH6WxDEG1fBqC4_83vg", - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 110000, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3190, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 20 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3175, - "FriendlyName": "Dawn Camera Film", - "Tooltip": "", - "ConsumableItemDesc": "m0bVLwWGj0GuIBSb6wCk6Q", - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 110000, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3191, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 20 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3176, - "FriendlyName": "Sepia Camera Film", - "Tooltip": "", - "ConsumableItemDesc": "A5M-yf9tgUihq1uab3v58g", - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 110000, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3192, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 20 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3177, - "FriendlyName": "Ego Potion", - "Tooltip": "", - "ConsumableItemDesc": "Tpxqe_lycUelySRHM8B0Vw", - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 110000, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3193, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3178, - "FriendlyName": "Root Beer", - "Tooltip": "", - "ConsumableItemDesc": "JfnVXFmilU6ysv-VbTAe3A", - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 110000, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3194, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 50 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3179, - "FriendlyName": "High Five O'Gold ", - "Tooltip": "", - "ConsumableItemDesc": "-hy0qD-iUk-v4NHxNzanmg", - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 4004, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3195, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 30 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3180, - "FriendlyName": "Supreme Pizza", - "Tooltip": "", - "ConsumableItemDesc": "wUCIKdJSvEmiQHYMyx4X4w", - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 110000, - "ItemSetId": 16, - "ItemSetFriendlyName": "Pizza Aplenty" - } - ], - "PurchasableItemId": 3196, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 95 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3181, - "FriendlyName": "High Five O'Spells", - "Tooltip": "", - "ConsumableItemDesc": "VQSgL2pTLkWx4B3kwYG7UA", - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 4014, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3197, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 30 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3182, - "FriendlyName": "Cheese Pizza", - "Tooltip": "", - "ConsumableItemDesc": "5hIAZ9wg5EyG1cILf4FS2A", - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 110000, - "ItemSetId": 16, - "ItemSetFriendlyName": "Pizza Aplenty" - } - ], - "PurchasableItemId": 3198, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 85 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3183, - "FriendlyName": "Pepperoni Pizza", - "Tooltip": "", - "ConsumableItemDesc": "mq23W-RSP0G8iGNLdrcpUw", - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 110000, - "ItemSetId": 16, - "ItemSetFriendlyName": "Pizza Aplenty" - } - ], - "PurchasableItemId": 3199, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 90 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3184, - "FriendlyName": "Flapper Headband (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "18feb3c2-049f-4f91-9f4e-6b5fcb4ab70c,565c17e0-496d-45bd-a2c3-564e118c06cc,d9be3a98-9da9-419e-9dce-fe58a3ad9c4e,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3200, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3185, - "FriendlyName": "Flapper Headband (Gold)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "18feb3c2-049f-4f91-9f4e-6b5fcb4ab70c,b6c25a3b-125b-4aab-bed0-e6e5ced2c21c,d9be3a98-9da9-419e-9dce-fe58a3ad9c4e,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3201, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3186, - "FriendlyName": "Mobster Hat (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "76369aef-aeda-46d2-996a-cd00594d0543,40283127-2ffc-4989-82f6-29c3381bf9e2,d759c88d-a159-4c26-86dd-b054bb05b3ed,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3202, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3187, - "FriendlyName": "Mobster Hat (Brown)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "76369aef-aeda-46d2-996a-cd00594d0543,1421caa9-9a0d-42c2-b847-1500ba2e483a,d759c88d-a159-4c26-86dd-b054bb05b3ed,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3203, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3188, - "FriendlyName": "Mobster Hat (Grey)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "76369aef-aeda-46d2-996a-cd00594d0543,390a476a-5545-48eb-955c-1bf1a16012bf,d759c88d-a159-4c26-86dd-b054bb05b3ed,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3204, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3189, - "FriendlyName": "Bow (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "1e504fee-b593-4037-bd8f-b88025147991,c9589974-c261-485e-b571-cb2f34fb178f,e0186718-4a18-434b-b96e-0c9c912f0d1f,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3205, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3190, - "FriendlyName": "Bow (Pink)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "1e504fee-b593-4037-bd8f-b88025147991,6564acf1-4d70-4f92-92ac-08e2b76dbb6b,e0186718-4a18-434b-b96e-0c9c912f0d1f,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3206, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3191, - "FriendlyName": "Equestrian Helmet (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "a628d62c-fa30-4405-bcbc-3e646e3a3434,55901f12-d5b5-4fa8-b4c8-e479689ee39d,be6b3fa1-3388-48ac-8957-d7b8c85ff968,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3207, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3192, - "FriendlyName": "Equestrian Helmet (Grey)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "a628d62c-fa30-4405-bcbc-3e646e3a3434,4828b50c-95b6-466a-bb25-514891d78202,be6b3fa1-3388-48ac-8957-d7b8c85ff968,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3208, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3193, - "FriendlyName": "Equestrian Helmet (Maroon)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "a628d62c-fa30-4405-bcbc-3e646e3a3434,d6823e01-69f0-4f85-b94a-74894356a2cf,be6b3fa1-3388-48ac-8957-d7b8c85ff968,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3209, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3194, - "FriendlyName": "Firefighter Helmet (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "bb54e0e9-5d90-41f3-94c0-8e82f1791af1,891d902e-3257-4a8c-9001-858046007997,c8ccb85e-52cd-4b3b-aadf-289819067125,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3210, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3195, - "FriendlyName": "Firefighter Helmet (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "bb54e0e9-5d90-41f3-94c0-8e82f1791af1,4c26d1e7-2382-4478-b9c4-a068ed01a607,c8ccb85e-52cd-4b3b-aadf-289819067125,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3211, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3196, - "FriendlyName": "Flat Cap (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5e3929d3-d291-4e91-a0ba-2ef203e407d3,9967ce54-c2b7-437a-946e-11f8ee6d6fdd,73fc2e2a-a036-410b-bafa-3a07658245b5,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3212, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3197, - "FriendlyName": "Flat Cap (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5e3929d3-d291-4e91-a0ba-2ef203e407d3,0ba92db2-690a-44ce-92f4-130e9503b6c1,73fc2e2a-a036-410b-bafa-3a07658245b5,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3213, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3198, - "FriendlyName": "Hockey Helmet (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "8d703940-224a-4b0c-a04d-f365550071e1,d5efaf80-7f34-4c9a-bc3a-b80b1ac70ace,7c4d447c-6594-4bd8-9510-12ad683ab116,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3214, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3199, - "FriendlyName": "Hockey Helmet (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "8d703940-224a-4b0c-a04d-f365550071e1,0217fd2e-ff9d-49f7-9bc8-8d0d6b8bf250,7c4d447c-6594-4bd8-9510-12ad683ab116,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3215, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3200, - "FriendlyName": "Flapper Dress (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5f600892-aa67-484a-afc7-14c219d89c52,565c17e0-496d-45bd-a2c3-564e118c06cc,a240d44f-963d-4d35-b22f-980938c7788d,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3216, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3201, - "FriendlyName": "Flapper Dress (Gold)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5f600892-aa67-484a-afc7-14c219d89c52,b6c25a3b-125b-4aab-bed0-e6e5ced2c21c,a240d44f-963d-4d35-b22f-980938c7788d,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3217, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3202, - "FriendlyName": "Flapper Gloves (Silver)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "473c672d-2b79-48a2-a49d-fd68160c5bde,30c61e63-5e09-4a6f-8915-1e1fe4d55cf0,0e42108e-3b08-49b4-86c0-7984719e8380,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3218, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3203, - "FriendlyName": "Flapper Gloves (Gold)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "473c672d-2b79-48a2-a49d-fd68160c5bde,2cf2b644-3fa6-449c-9fe8-d0ab917f3106,0e42108e-3b08-49b4-86c0-7984719e8380,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3219, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3204, - "FriendlyName": "Basketball Jersey (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "348ac48b-986e-4d42-a0f7-1aea16b88271,59a62fa3-9e15-463e-9bd5-3aecdf604c1b,54a5c055-f757-4c00-a1e1-8b0b6552c608,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3220, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3205, - "FriendlyName": "Basketball Jersey (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "348ac48b-986e-4d42-a0f7-1aea16b88271,4effd67c-a52f-4b41-a5b0-04287f91a7bc,54a5c055-f757-4c00-a1e1-8b0b6552c608,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3221, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3206, - "FriendlyName": "Jazzercise Shirt (Pink)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5f492f8f-ab61-484a-9587-747132b54309,3b2cfc85-4e2a-4e0d-b738-c296ae8692f8,f6f26e2b-657b-454a-8663-55d6b9b6e50c,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3222, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3207, - "FriendlyName": "Jazzercise Shirt (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5f492f8f-ab61-484a-9587-747132b54309,78eb0969-f246-4cac-acd6-295df7c092e4,f6f26e2b-657b-454a-8663-55d6b9b6e50c,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3223, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3208, - "FriendlyName": "Paintball Vest (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "d8f408f0-78f5-4e8a-b42a-e7b09632d1fd,178c6beb-c737-434c-a53b-d14f438f6a98,0189ec4c-0389-4ebc-b9ba-32303a6341c2,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3224, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3209, - "FriendlyName": "Paintball Vest (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "d8f408f0-78f5-4e8a-b42a-e7b09632d1fd,2913bd93-bf35-4bdf-b83a-d40a10213adc,0189ec4c-0389-4ebc-b9ba-32303a6341c2,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3225, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3210, - "FriendlyName": "Conductor Hat (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "07205057-0804-41de-abe4-bd4027fee1df,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3226, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3211, - "FriendlyName": "Conductor Jacket (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "e60fccda-8711-463d-b8a3-7cd5e76903b2,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3227, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3212, - "FriendlyName": "Conductor Cuffs (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "8fc7aaef-adec-4534-8f91-445e4e7095d5,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3228, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3213, - "FriendlyName": "KO - Skull Wings", - "Tooltip": "", - "ConsumableItemDesc": "U38Qe6rhEk6mFvArHfYjng", - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 110000, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3229, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3214, - "FriendlyName": "Deep Sea Diver Helmet (Triton)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "4fcb5b84-13a9-43e6-9680-72b17874ae53,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3230, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 9500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3215, - "FriendlyName": "Babydoll Dress (Pink)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "da55bfc3-47b7-46f6-b548-7fb2c2a5e0bf,da6d0ced-3d43-4878-a868-925f2ed6fd5b,cb9e9e05-c481-4397-86e7-c2111bc0e817,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3231, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3216, - "FriendlyName": "Deep Sea Diver Suit (Triton)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "c3745cee-d87e-4a23-b6e2-64ebf05c8b11,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3232, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 6500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3217, - "FriendlyName": "Deep Sea Diver Gloves (Triton)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b1c3ccc8-91d7-434e-b9cc-bd632fffc01b,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3233, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3218, - "FriendlyName": "KO - Shield", - "Tooltip": "", - "ConsumableItemDesc": "5AJin8T2iEG7BzOPOgx2HA", - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 110000, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3234, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3219, - "FriendlyName": "Winner's Medal (Gold)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "bf13fa1c-f991-4aaa-9402-aac109be9562,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3235, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3220, - "FriendlyName": "Baseball Jersey (White, Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "2f8518fc-c989-40de-98b4-c6f09b304166,e5de2e45-207c-46af-9a5e-eb01a0c621fe,ca37823a-b8f3-4414-b38b-de0dc7fa4295,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3236, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3221, - "FriendlyName": "Baseball Jersey (White, Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "2f8518fc-c989-40de-98b4-c6f09b304166,de0a5a3a-8aff-4799-8269-9efa3aeb383a,ca37823a-b8f3-4414-b38b-de0dc7fa4295,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 17, - "ItemSetFriendlyName": "Red Team" - } - ], - "PurchasableItemId": 3237, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2024-06-07T18:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3222, - "FriendlyName": "Jersey (Pink)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7b857a8c-92ad-4028-a2c2-b3c20cdab5f2,cbe29e9f-f2ac-47fb-97e1-8bad16abb89d,d2a692e6-e1a9-4cfe-8154-10b52be7f8c8,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3238, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3223, - "FriendlyName": "Jersey (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7b857a8c-92ad-4028-a2c2-b3c20cdab5f2,51ef8d39-2b94-4f9e-9620-07b6b0a913a5,d2a692e6-e1a9-4cfe-8154-10b52be7f8c8,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3239, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3224, - "FriendlyName": "Ranger Hat (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f277af6a-0807-4716-8948-1bee236ffb74,d0bb468c-b78f-4e80-916d-65fec3ec0010,0272eb19-fc0e-4ad6-8db9-cc0cda2528b0,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3240, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3225, - "FriendlyName": "Ranger Uniform (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "fb907eb2-91c8-45ff-84a5-462bb86ea7de,b415fe60-3e9d-4f4d-a53a-ca15eac6af7d,d21e1b6f-9c9e-42b4-bad5-201ec43161e9,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3241, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3226, - "FriendlyName": "Deep Sea Diver Tank (Triton)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "8d97303c-5138-4da1-a74d-378da19d11cb,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3242, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3227, - "FriendlyName": "Beekeeper Veil (Gold)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "96bc2f9f-ce3a-4c4c-b92c-cfed4ed4594f,1919d319-6cce-4500-8766-15fed6a13fa8,e4b53a9a-ac95-49ae-bf68-615bb23fa075,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3243, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 4500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3228, - "FriendlyName": "Beekeeper Suit (Gold)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "1ebbfdfc-f72b-4d70-99d4-4d527f896aa7,1919d319-6cce-4500-8766-15fed6a13fa8,afd88a79-7f03-40f6-bcb4-c247dd86edc4,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3244, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 3000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3229, - "FriendlyName": "Beekeeper Gloves (Gold)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "4025e4c4-abaa-4729-a2a3-a7175313e5ed,1919d319-6cce-4500-8766-15fed6a13fa8,1f18670d-df52-4d2b-8009-a32cf7c67b40,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3245, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3230, - "FriendlyName": "Space Visor (Nova)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b89be768-a169-4b24-8022-751e7b817865,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3246, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 9500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3231, - "FriendlyName": "Detective Cap (Tan)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5bde836f-9343-4934-b01a-606f707020ef,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3247, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3232, - "FriendlyName": "Detective Coat (Tan)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "033e328f-d9d2-4e53-af20-44f18e3ea208,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3248, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3233, - "FriendlyName": "RecFly Vest (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "74c65554-0d15-409b-b9a8-0b2620a7d7e2,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3249, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3234, - "FriendlyName": "Royal Cape (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "a44766dc-19ad-4476-849c-5113a5faabd0,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3250, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3235, - "FriendlyName": "Clubmaster Glasses", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "TcgHS_0aPkehrBg7ytMOMQ,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3251, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 750 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3236, - "FriendlyName": "Poindexter Shirt (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "pQqNvrhDJ0uuipKHA2qUOA,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3252, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3237, - "FriendlyName": "Royal Crown (Gold)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "40734c4d-e1fe-426c-8921-930f7463d8e8,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3253, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 9000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3238, - "FriendlyName": "Royal Dress (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "0ab6c95c-e157-48bd-a172-2642896b4ffc,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 11, - "ItemSetFriendlyName": "Royal Dresses" - } - ], - "PurchasableItemId": 3254, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3239, - "FriendlyName": "Royal Tabard (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "e13f6558-d49c-4314-820c-962ef48eb0c6,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 12, - "ItemSetFriendlyName": "Royal Tabards" - } - ], - "PurchasableItemId": 3255, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3240, - "FriendlyName": "Cat Ears (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "3d5184e1-0201-4476-bf4b-4eb28190de62,c1e430c5-fd8d-4032-9e3f-8d87cc8784da,1e3195ab-f7f6-41f4-a5ec-378d09ecdf69,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3256, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 9000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3241, - "FriendlyName": "Biker Helmet", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "VQnoLstCyEGDPy1c38-GvA,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3257, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 750 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3242, - "FriendlyName": "Biker Goggles", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "_qXaNbm4yEeyalo372QbvA,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3258, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3243, - "FriendlyName": "Biker Jacket", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "n52um7A-b0utGxixd1ESvA,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3259, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3244, - "FriendlyName": "Glazed Donuts", - "Tooltip": "", - "ConsumableItemDesc": "7OZ5AE3uuUyqa0P-2W1ptg", - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 110000, - "ItemSetId": 18, - "ItemSetFriendlyName": "Donuts by the Dozen" - } - ], - "PurchasableItemId": 3260, - "Type": 0, - "Prices": [ - { "CurrencyType": 2, "Price": 90 }, - { "CurrencyType": 400, "Price": 100 } - ], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3245, - "FriendlyName": "Assorted Donuts", - "Tooltip": "", - "ConsumableItemDesc": "ZuvkidodzkuOfGLDnTOFyg", - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 110000, - "ItemSetId": 18, - "ItemSetFriendlyName": "Donuts by the Dozen" - } - ], - "PurchasableItemId": 3261, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3246, - "FriendlyName": "Frosted Donuts", - "Tooltip": "", - "ConsumableItemDesc": "mMCGPgK3tki5S_15q2Z81A", - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 110000, - "ItemSetId": 18, - "ItemSetFriendlyName": "Donuts by the Dozen" - } - ], - "PurchasableItemId": 3262, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 95 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3247, - "FriendlyName": "KO - Star Power", - "Tooltip": "", - "ConsumableItemDesc": "yvqSbK2czkS2sUCRdrGaEw", - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 110000, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3263, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3248, - "FriendlyName": "KO - Grenade", - "Tooltip": "", - "ConsumableItemDesc": "EAhk3ZZdXEmH5wRAXXT24Q", - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 110000, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3264, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3249, - "FriendlyName": "Peacoat (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ab15ef15-a97c-4ab1-896b-bd4d7e1cd9f5,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3265, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3250, - "FriendlyName": "Mobster Cuffs (Herringbone)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "08d56627-4500-4724-8692-a23c96ddb3ec,531b4297-b38b-4362-9854-4f2139ea43be,c2a9c007-2748-4fa2-ab9b-0081eef792f1,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3266, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3251, - "FriendlyName": "Windbreaker (Teal)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "AIpF1QUeMUWytpHYBDBAkg,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3267, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3252, - "FriendlyName": "Windbreaker Cuffs (Teal)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "52VsI_lKlkSUAOJlfDnyrQ,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3268, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3253, - "FriendlyName": "Shutter Shades (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "bu9tb-K7NEiocvZY3o7ukw,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3269, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 6000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3254, - "FriendlyName": "Letter Jacket (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "C4uuztTiYUe20PACMARksA,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3270, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3255, - "FriendlyName": "Letter Jacket Cuffs (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "2dFMy4zc7ky_Fd5fzfgInw,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3271, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3256, - "FriendlyName": "Swing Dress (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "439d1e24-d67f-4b8a-8fb3-8bf589d5a8ee,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3272, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3257, - "FriendlyName": "Plastic Sunglasses (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "exQz9Zr3HEyOR9nDDrimlQ,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3273, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3258, - "FriendlyName": "Anime Tiara (Fuchsia)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "hT7nSD7Ts06F_1SNlOMLwg,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3274, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 8500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3259, - "FriendlyName": "Anime Bow (Fuchsia)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "WuShlrJnHUKuscn8e6Rt2g,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3275, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3260, - "FriendlyName": "Anime Skirt (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "MJkDYDH510izAab13ZfXQw,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3276, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 6500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3261, - "FriendlyName": "Anime Glove (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "eS_or4AnMka9M_bD7YN28g,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3277, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3262, - "FriendlyName": "Classic Glasses", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "kghEf_iMKUSxPO-h5iRhSQ,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3278, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3263, - "FriendlyName": "Cat Ears (Brown)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "3d5184e1-0201-4476-bf4b-4eb28190de62,713781e5-ce47-41c6-a24f-94d42a565e30,1e3195ab-f7f6-41f4-a5ec-378d09ecdf69,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3279, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 9000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3264, - "FriendlyName": "Hawaiian Pizza", - "Tooltip": "", - "ConsumableItemDesc": "_jnjYGBcyEWY5Ub4OezXcA", - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 110000, - "ItemSetId": 16, - "ItemSetFriendlyName": "Pizza Aplenty" - } - ], - "PurchasableItemId": 3280, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 95 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3265, - "FriendlyName": "Salted Pretzels", - "Tooltip": "", - "ConsumableItemDesc": "InQ25wQMGkG_bvuD5rf2Ag", - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 110000, - "ItemSetId": 13, - "ItemSetFriendlyName": "Snickety Snacks" - } - ], - "PurchasableItemId": 3281, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 75 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3266, - "FriendlyName": "Rec Room Hoodie (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b6rLwzD4NkKV7xKn9ZYVkA,u_Gzj9Nro0WS48xKnH9few,oHKhT-GTx0iFWrrlz9s6Tw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3282, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3267, - "FriendlyName": "Rec Room Hoodie (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b6rLwzD4NkKV7xKn9ZYVkA,mvMeyStxGUGlNLSYNeSubQ,oHKhT-GTx0iFWrrlz9s6Tw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3283, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3268, - "FriendlyName": "Rec Room Hoodie (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b6rLwzD4NkKV7xKn9ZYVkA,rNhOQoP3XkOBHV28ze2NpA,oHKhT-GTx0iFWrrlz9s6Tw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3284, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3269, - "FriendlyName": "Rec Room Hoodie (Grey)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b6rLwzD4NkKV7xKn9ZYVkA,JTgXKeT7w0K2Mw4Jk2HCqg,oHKhT-GTx0iFWrrlz9s6Tw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3285, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3270, - "FriendlyName": "Detective Cap (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5bde836f-9343-4934-b01a-606f707020ef,fEPwvuJCWkGBe4IekXpmLw,axPBGoqorEe77Oqqjfzb5w,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3286, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3271, - "FriendlyName": "Detective Coat (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "033e328f-d9d2-4e53-af20-44f18e3ea208,Z1Ib9r_fkUqgoZk0uid_Xw,9ZP617DQk0mZ10J3d5q9oA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3287, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3272, - "FriendlyName": "Peacoat (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ab15ef15-a97c-4ab1-896b-bd4d7e1cd9f5,fvoaMN4M10WS6jiA6XlOJQ,AZnPWCN41kmNwFwDqWGFWQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3288, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3273, - "FriendlyName": "Peacoat (Tan)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ab15ef15-a97c-4ab1-896b-bd4d7e1cd9f5,PwsLxCnzOkSW-RGz3tNb1w,AZnPWCN41kmNwFwDqWGFWQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3289, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3274, - "FriendlyName": "Peacoat (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ab15ef15-a97c-4ab1-896b-bd4d7e1cd9f5,uiBklotTUEqRI2F67vyJyA,AZnPWCN41kmNwFwDqWGFWQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3290, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3275, - "FriendlyName": "Peacoat (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ab15ef15-a97c-4ab1-896b-bd4d7e1cd9f5,jXBi28cRV0CEQgKIrpD0_A,AZnPWCN41kmNwFwDqWGFWQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3291, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3276, - "FriendlyName": "Sandbox D4 Skin Turquoise", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": "[Sandbox_D4]", - "EquipmentModificationGuid": "_2jxSTYSpEykZ_O91oDAzg", - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3292, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3277, - "FriendlyName": "Sandbox D6 Skin Turquoise", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": "[Sandbox_D6]", - "EquipmentModificationGuid": "HnVo08F-zk-YeikERFa1Yw", - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3293, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3278, - "FriendlyName": "Sandbox D8 Skin Turquoise", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": "[Sandbox_D8]", - "EquipmentModificationGuid": "f45tTZp4KUextmAsX8X9Hw", - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3294, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3279, - "FriendlyName": "Sandbox D10 Skin Turquoise", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": "[Sandbox_D10]", - "EquipmentModificationGuid": "SnSOf-GZ2kastpF5KWxT-Q", - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3295, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3280, - "FriendlyName": "Sandbox D12 Skin Turquoise", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": "[Sandbox_D12]", - "EquipmentModificationGuid": "ub6apg3zEUiCp3k81JjQGw", - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3296, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3281, - "FriendlyName": "Sandbox D20 Skin Turquoise", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": "[Sandbox_D20]", - "EquipmentModificationGuid": "DrG0ntsyPUSv8ra0m-Hhaw", - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3297, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3282, - "FriendlyName": "Bike Shirt (Navy)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "843e3364-a743-4dfc-a990-0436e47b8c10,XNq4Cns4lEGydtktdsXlmQ,1695608b-e9cc-4a03-b56d-0f09d2804379,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3298, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3283, - "FriendlyName": "Bike Helmet (Navy)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "71014872-d879-4858-9d68-58da3c673d8b,XNq4Cns4lEGydtktdsXlmQ,5fd9e83a-cfaf-4c98-bd31-91a7484c26dd,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3299, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3284, - "FriendlyName": "Swing Dress (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "439d1e24-d67f-4b8a-8fb3-8bf589d5a8ee,QzjakcO8tUaPeiI5KBLKtg,Rk18_7icF0Srgh7M1_G-hA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3300, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3285, - "FriendlyName": "Swing Dress (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "439d1e24-d67f-4b8a-8fb3-8bf589d5a8ee,Yr0mF1EWzEaIyRMOWFiY6w,Rk18_7icF0Srgh7M1_G-hA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3301, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3286, - "FriendlyName": "Swing Dress (Pink)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "439d1e24-d67f-4b8a-8fb3-8bf589d5a8ee,eb3SmJTIh0628LrZUkI4KQ,Rk18_7icF0Srgh7M1_G-hA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3302, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3287, - "FriendlyName": "Swing Dress (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "439d1e24-d67f-4b8a-8fb3-8bf589d5a8ee,BLgkgLeS-EyazgPQxGcavg,Rk18_7icF0Srgh7M1_G-hA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3303, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3288, - "FriendlyName": "Bowling Shirt (Hambone)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,-k9_-2onrEG407or8t1RFw,b-IM3eYMJUa40395O5XeLg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3304, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3289, - "FriendlyName": "Bowling Shirt (Turkey)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3305, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3290, - "FriendlyName": "Bowling Shirt (Flames, Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,8xjU4GQ4OkaqGyad-ypwtw,5RUG6i2Mx0-55IO-IlhUdQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3306, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3291, - "FriendlyName": "Bowling Shirt (Deadwood)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,ghM-uFq5-0Ci38AOHa9zZA,IWg9wuda4kaCilJk8JQpTQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3307, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3292, - "FriendlyName": "Cowboy Vest (Black, Silver)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ba84b23e-01ee-4668-a7ef-2e3e0eca2f23,K5vPqD3BrEuODRDzFdC6Hw,98553538-cafd-4df9-8f37-bb0a4bb478a5,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3308, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 7500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3293, - "FriendlyName": "Cowboy Hat (Black, Silver)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ad0bdec5-f767-42e7-99e0-221473464a85,K5vPqD3BrEuODRDzFdC6Hw,54778d93-2cff-48db-b25b-65c08b0e5be8,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3309, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 6500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3294, - "FriendlyName": "Cowboy Gloves (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9eb7f505-5afd-4b28-9886-7996d38c59c6,wat8f6fs80KptZbW39e8tA,8eef8837-9141-4088-835a-b2f47f4126f8,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3310, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3295, - "FriendlyName": "Cowboy Gloves (Black, Silver)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9eb7f505-5afd-4b28-9886-7996d38c59c6,wkqKPZmnoU-8TXSWzi2-Ow,8eef8837-9141-4088-835a-b2f47f4126f8,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3311, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3296, - "FriendlyName": "Cowboy Hat (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ad0bdec5-f767-42e7-99e0-221473464a85,teVKVbVEsEyqOSuRdqHQzA,54778d93-2cff-48db-b25b-65c08b0e5be8,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3312, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 6500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3297, - "FriendlyName": "Windbreaker Cuffs (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "52VsI_lKlkSUAOJlfDnyrQ,FvEjo9let0e_Sr-kWq5AvQ,MV1HW2x43kG4rrhyoC6mmw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3313, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3298, - "FriendlyName": "Windbreaker (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "AIpF1QUeMUWytpHYBDBAkg,JS7aa4QSUUOpUYPqRZEb5g,oSaMpc5rTE-U6yhjtPWQgg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3314, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3299, - "FriendlyName": "Windbreaker Cuffs (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "52VsI_lKlkSUAOJlfDnyrQ,VDo682NvSUa8xYn8zTX-AQ,MV1HW2x43kG4rrhyoC6mmw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3315, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3300, - "FriendlyName": "Windbreaker Cuffs (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "52VsI_lKlkSUAOJlfDnyrQ,42ZNGHXMvU29yo9s9tVpOQ,MV1HW2x43kG4rrhyoC6mmw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3316, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3301, - "FriendlyName": "Windbreaker Cuffs (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "52VsI_lKlkSUAOJlfDnyrQ,HncURj5yi0ykk2cVyCZ4Sw,MV1HW2x43kG4rrhyoC6mmw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3317, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3302, - "FriendlyName": "Windbreaker (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "AIpF1QUeMUWytpHYBDBAkg,C3ll7uPfUkeZ1QLX80_BpQ,oSaMpc5rTE-U6yhjtPWQgg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3318, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3303, - "FriendlyName": "Windbreaker (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "AIpF1QUeMUWytpHYBDBAkg,EbVDqEJQOk6j0UvX3t-8rQ,oSaMpc5rTE-U6yhjtPWQgg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3319, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3304, - "FriendlyName": "Windbreaker (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "AIpF1QUeMUWytpHYBDBAkg,grutFwJD_0Cb3t6fddNg6w,oSaMpc5rTE-U6yhjtPWQgg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3320, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3305, - "FriendlyName": "Ski Buddy Jacket (Summit)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "6RhwWExXekaYpK0NGHSXGQ,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3321, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3306, - "FriendlyName": "Ski Buddy Goggles (Summit)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5fwjFQoC_Uu9ChvF6uNGZw,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3322, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 750 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3307, - "FriendlyName": "Top Hat (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "102c625b-b988-4bf8-a2aa-a31ad7029cdc,DzgN67HoikexE2rTlZLdYQ,vm1ESK9ls0SaxSwHplNALQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3323, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 6500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3308, - "FriendlyName": "Letter Jacket (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "C4uuztTiYUe20PACMARksA,iufpnteVCEiiZu_m-yPovQ,fz_0gZ6RXEC78NpYsx_eqA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3324, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3309, - "FriendlyName": "Letter Jacket (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "C4uuztTiYUe20PACMARksA,Z1F9rjKqCE-Hd2-Ip5g3gA,fz_0gZ6RXEC78NpYsx_eqA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3325, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3310, - "FriendlyName": "Letter Jacket (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "C4uuztTiYUe20PACMARksA,VpqHNpPiY0CfRJEjRRM-mw,fz_0gZ6RXEC78NpYsx_eqA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3326, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3311, - "FriendlyName": "Letter Jacket (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "C4uuztTiYUe20PACMARksA,apSQiQ1eO0mEzRsbugeu9w,fz_0gZ6RXEC78NpYsx_eqA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3327, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3312, - "FriendlyName": "Letter Jacket Cuffs (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "2dFMy4zc7ky_Fd5fzfgInw,UUyjVU4mvECPhI9xTMYR1Q,4EHIyZkOOEqnM-PuD_a5xw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3328, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3313, - "FriendlyName": "Letter Jacket Cuffs (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "2dFMy4zc7ky_Fd5fzfgInw,HWc25-d8dUmNN2F3n8mV5A,4EHIyZkOOEqnM-PuD_a5xw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3329, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3314, - "FriendlyName": "Letter Jacket Cuffs (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "2dFMy4zc7ky_Fd5fzfgInw,Y0e7o0_BKUm7XJSLediN5w,4EHIyZkOOEqnM-PuD_a5xw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3330, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3315, - "FriendlyName": "Letter Jacket Cuffs (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "2dFMy4zc7ky_Fd5fzfgInw,MS7EPNLJEEyMLC6_yHQYtA,4EHIyZkOOEqnM-PuD_a5xw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3331, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3316, - "FriendlyName": "Rec Room Hoodie (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b6rLwzD4NkKV7xKn9ZYVkA,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3332, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3317, - "FriendlyName": "Winner's Medal (Bronze)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "bf13fa1c-f991-4aaa-9402-aac109be9562,iaDL2im4lkCXUo0NWM-F3g,wzt-5C_LjEmIQWUVPcYWhA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3333, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3318, - "FriendlyName": "Winner's Medal (Silver)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "bf13fa1c-f991-4aaa-9402-aac109be9562,ERnUPsyT6kuEnIRZF8zPwg,wzt-5C_LjEmIQWUVPcYWhA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3334, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3319, - "FriendlyName": "Cheerful Ponytail", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "BJ2XrGvl40iIl28IbTfbKg,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3335, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3320, - "FriendlyName": "Treasure Hunter Hat (Brown)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "-SQLtL4rdEWTJdw2IroQCQ,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3336, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3321, - "FriendlyName": "Treasure Hunter Bandolier (Brown)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "t_66r_j5oUSh9awIPmdUKg,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3337, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3322, - "FriendlyName": "Treasure Hunter Belt (Brown)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ImwG0snB9ECc_gqRRBoz6A,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3338, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3323, - "FriendlyName": "Treasure Hunter Shirt (Tan)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "QK6lBlX_wUCiSbJ9RkIwdA,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3339, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3324, - "FriendlyName": "Treasure Hunter Tank Top (Tan)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "TjrFi6TFhUC5tQXWkZiK9A,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3340, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3325, - "FriendlyName": "Boxing Gloves (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b904304b-cce0-466f-8569-c621eeadd4f7,rzUd1IMTKUmW0HeMPSIOBQ,f79f8a46-ef1d-4d8c-a4fc-383e3a9eb10b,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3341, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3326, - "FriendlyName": "Rec Room Hoodie (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b6rLwzD4NkKV7xKn9ZYVkA,yM5xRrd9OkmDGyQddwOP6g,oHKhT-GTx0iFWrrlz9s6Tw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3342, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3327, - "FriendlyName": "Shutter Shades (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "bu9tb-K7NEiocvZY3o7ukw,7B7vpnMTfkGLcMdHCZ_kWA,tqyzKPdDwkWq3jfZ8jZdaA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3343, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 6000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3328, - "FriendlyName": "Steampunk Goggles", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "CdeM6RJmPUumXtdmdM3RXA,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 19, - "ItemSetFriendlyName": "Male Steampunk Set" - } - ], - "PurchasableItemId": 3344, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3329, - "FriendlyName": "Steampunk Corset", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "LK8jt9zCuUGwLRccgOOvjA,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3345, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 8500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3330, - "FriendlyName": "Steampunk Pauldron", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "sOREgAGs-06CeGGsG-WIkw,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 19, - "ItemSetFriendlyName": "Male Steampunk Set" - } - ], - "PurchasableItemId": 3346, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3331, - "FriendlyName": "Steampunk Satchel", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "iBQ-v6xaqkipUlfzkSHEeQ,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 19, - "ItemSetFriendlyName": "Male Steampunk Set" - } - ], - "PurchasableItemId": 3347, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3332, - "FriendlyName": "Steampunk Vest", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "E9VTiIVFPEa-OuQRto0e_Q,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 19, - "ItemSetFriendlyName": "Male Steampunk Set" - } - ], - "PurchasableItemId": 3348, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 8500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3333, - "FriendlyName": "Steampunk Cuff", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "qxovV6Vym0ufL2cTCyKjOQ,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 19, - "ItemSetFriendlyName": "Male Steampunk Set" - } - ], - "PurchasableItemId": 3349, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3334, - "FriendlyName": "Anime Bow (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "WuShlrJnHUKuscn8e6Rt2g,_uh3kj6hKUyBKOSR3R8dog,M5z2wk-GDkOAjvZzqsfcNQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3350, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3335, - "FriendlyName": "Anime Skirt (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "MJkDYDH510izAab13ZfXQw,FE7_gQNBt0CXzMN6di5HWA,2UNd6eViFUO359xjSiuu2A,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3351, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 6500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3336, - "FriendlyName": "Anime Tiara (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "hT7nSD7Ts06F_1SNlOMLwg,EDLxuGjEVEGdOPXDqyN-xA,mG60EPIQIkaJNgOkonVmZg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3352, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 8500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3337, - "FriendlyName": "Anime Glove (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "eS_or4AnMka9M_bD7YN28g,N9CBuYaMtUOrCks5UcOycg,ZtCqMnFTQUWv2h0MfZ4m6A,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3353, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3338, - "FriendlyName": "Baseball Helmet (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "293e7ad3-01c9-43af-96e3-06c34145ff12,9967ce54-c2b7-437a-946e-11f8ee6d6fdd,FVdDQFOMQ06teQm2ANDPng,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3354, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3339, - "FriendlyName": "Baseball Helmet (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "293e7ad3-01c9-43af-96e3-06c34145ff12,a1c51d1e-1d5f-4f8a-bc0f-6a20eddfe58a,FVdDQFOMQ06teQm2ANDPng,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3355, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3340, - "FriendlyName": "Traveler Hat", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "0QOlT9c5xUuinpfZaoEe8Q,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3356, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 750 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3341, - "FriendlyName": "Traveler Shirt", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "vDSlMnayzEqWXwT-lkcKSA,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3357, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3342, - "FriendlyName": "Traveler Shades", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "cbN5e-t_jEKa4hzir5JAxQ,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3358, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3343, - "FriendlyName": "Belt Bag", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "oYvOo47DJE-DEPlpn5xNUw,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3359, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3344, - "FriendlyName": "Bowling Shirt (Brooklyn)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,Gtq8yRlt1UeFW8U-sc7FiA,IWg9wuda4kaCilJk8JQpTQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3360, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3345, - "FriendlyName": "Bowling Shirt (Runway)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,GDvaUU10-EKh3pKUQ9tnag,b-IM3eYMJUa40395O5XeLg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3361, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3346, - "FriendlyName": "Bowling Shirt (Lily)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,yrQCLXiqRUSwnuQRYX2Rsw,VO_3cgqQqUOTz30TVUxrFA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3362, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3347, - "FriendlyName": "Bowling Shirt (Flames, Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,032pE8s9Ik-2CImFVDrSqg,5RUG6i2Mx0-55IO-IlhUdQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3363, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3348, - "FriendlyName": "Bike Gloves (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7a6fe0e6-f930-4fb8-9b2f-4c857a273dd9,4398ce1a-e6ee-4da4-ad0d-7abfab41020c,0XPd5RzNJEepHztqwAznHQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3364, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3349, - "FriendlyName": "Bike Gloves (Navy)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7a6fe0e6-f930-4fb8-9b2f-4c857a273dd9,XNq4Cns4lEGydtktdsXlmQ,0XPd5RzNJEepHztqwAznHQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3365, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3350, - "FriendlyName": "Bike Gloves (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7a6fe0e6-f930-4fb8-9b2f-4c857a273dd9,83522c12-9549-4d74-8c87-bae210bcd2bf,0XPd5RzNJEepHztqwAznHQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3366, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3351, - "FriendlyName": "Deep Sea Diver Suit (Leviathan)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "c3745cee-d87e-4a23-b6e2-64ebf05c8b11,CahBzgN3D0y46AQsvGC14A,EiIow5mS80qpoS10r1ZdvQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3367, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 6500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3352, - "FriendlyName": "Deep Sea Diver Tank (Leviathan)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "8d97303c-5138-4da1-a74d-378da19d11cb,CahBzgN3D0y46AQsvGC14A,ZpyoWbO6GkGglXlMuYUARw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3368, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3353, - "FriendlyName": "Deep Sea Diver Helmet (Leviathan)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "4fcb5b84-13a9-43e6-9680-72b17874ae53,CahBzgN3D0y46AQsvGC14A,a3Er_BCApUiPtBaGkSH9LA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3369, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 9500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3354, - "FriendlyName": "Deep Sea Diver Gloves (Leviathan)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b1c3ccc8-91d7-434e-b9cc-bd632fffc01b,CahBzgN3D0y46AQsvGC14A,0p5N9U5qokKdQhW07yYLGQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3370, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3355, - "FriendlyName": "Space Visor (Nebula)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b89be768-a169-4b24-8022-751e7b817865,FFIpxInE-EKbk2GY-pIkyg,uB4gFxfrh0W5OtkmZdFN1Q,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3371, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 9500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3356, - "FriendlyName": "Rec Room Hoodie (Pink)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b6rLwzD4NkKV7xKn9ZYVkA,TEgugZRs80iJbhL87RdYwg,oHKhT-GTx0iFWrrlz9s6Tw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3372, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3357, - "FriendlyName": "Shutter Shades (Pink)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "bu9tb-K7NEiocvZY3o7ukw,ZpcM5H2Q1UCt0hh82nSu9w,tqyzKPdDwkWq3jfZ8jZdaA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3373, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 6000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3358, - "FriendlyName": "Royal Cape (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "a44766dc-19ad-4476-849c-5113a5faabd0,mqdncbYcuUSGFvFqEU0z4A,HTU3Wp_ri0GNYGFSezFHSg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3374, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3359, - "FriendlyName": "Royal Tabard (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "e13f6558-d49c-4314-820c-962ef48eb0c6,rCeRk8Pdl0W5M47JAQPhpw,50NUFrDxbUKmXbyAHBenvQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 12, - "ItemSetFriendlyName": "Royal Tabards" - } - ], - "PurchasableItemId": 3375, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3360, - "FriendlyName": "Royal Dress (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "0ab6c95c-e157-48bd-a172-2642896b4ffc,t1MeoroFOUioYmPfT9mCeA,PoMG28QAskagun1LSd4C_A,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 11, - "ItemSetFriendlyName": "Royal Dresses" - } - ], - "PurchasableItemId": 3376, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3361, - "FriendlyName": "Sandbox D4 Skin BoneWhite", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": "[Sandbox_D4]", - "EquipmentModificationGuid": "x3Cv42hIkkaNIy7fHZiWYg", - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3377, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 750 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3362, - "FriendlyName": "Sandbox D6 Skin BoneWhite", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": "[Sandbox_D6]", - "EquipmentModificationGuid": "Fn0gcj17c06tA9s98CKwAg", - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3378, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 750 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3363, - "FriendlyName": "Sandbox D8 Skin BoneWhite", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": "[Sandbox_D8]", - "EquipmentModificationGuid": "d_CbCG3DmUCtWGWYHioghg", - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3379, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 750 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3364, - "FriendlyName": "Sandbox D10 Skin BoneWhite", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": "[Sandbox_D10]", - "EquipmentModificationGuid": "GjQwBmNnK0ukv0hEEHK8tw", - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3380, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 750 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3365, - "FriendlyName": "Sandbox D12 Skin BoneWhite", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": "[Sandbox_D12]", - "EquipmentModificationGuid": "heFLfpPNd0-nhLOFpUCnpA", - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3381, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 750 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3366, - "FriendlyName": "Sandbox D20 Skin BoneWhite", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": "[Sandbox_D20]", - "EquipmentModificationGuid": "gXOOKrQEYE-FmS3uXWj1hA", - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3382, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 750 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3367, - "FriendlyName": "Grillmaster Apron (Tan)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "tTKv7eRODka2KC_hsY2O3Q,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3383, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3368, - "FriendlyName": "Notes Headphones (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3384, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 2500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3369, - "FriendlyName": "Notes Headphones (Techno)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,ns5tIRishUOp-nYqLedcwA,_Yq00H-NWUyQNvGxRunHbg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3385, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3370, - "FriendlyName": "Notes Headphones (Neon Void)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,Uz2hrptCa0erjqyPoiZxew,_Yq00H-NWUyQNvGxRunHbg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3386, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 10000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3371, - "FriendlyName": "Anime Skirt (Teal)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "MJkDYDH510izAab13ZfXQw,VQjkyb5aoEKHKo_eZsq9ug,2UNd6eViFUO359xjSiuu2A,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3387, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 6500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3372, - "FriendlyName": "Anime Tiara (Teal)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "hT7nSD7Ts06F_1SNlOMLwg,lhfOKGDAgEKWucerCmH7Fg,mG60EPIQIkaJNgOkonVmZg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3388, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 8500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3373, - "FriendlyName": "Anime Glove (Teal)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "eS_or4AnMka9M_bD7YN28g,zaSTWOUy_k6cnoVVYzypWg,ZtCqMnFTQUWv2h0MfZ4m6A,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3389, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3374, - "FriendlyName": "Anime Bow (Teal)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "WuShlrJnHUKuscn8e6Rt2g,Ot9EG-FfKEauT0u6pSZuWg,M5z2wk-GDkOAjvZzqsfcNQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3390, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3375, - "FriendlyName": "Bowling Shirt (Flames, Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,M4765UHzsUeNTwH-Pcxp1g,5RUG6i2Mx0-55IO-IlhUdQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3391, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3376, - "FriendlyName": "Bowling Shirt (Split)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,yZR5aX3gQ0WpRUT6cfK1cA,VO_3cgqQqUOTz30TVUxrFA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3392, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3377, - "FriendlyName": "Bowling Shirt (Spared)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,kLyM-6otSUy2ql5SEmnF9Q,b-IM3eYMJUa40395O5XeLg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3393, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3378, - "FriendlyName": "Bowling Shirt (Sleeper)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,XrSL-v2MbkK0md-FMOweOA,IWg9wuda4kaCilJk8JQpTQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3394, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3379, - "FriendlyName": "Lifeguard Uniform", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "rJ9zPPGdlk2i24sxLfkqng,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3395, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3380, - "FriendlyName": "Snorkel", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "22pyI3Kz-UullhcebC6DLQ,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3396, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3381, - "FriendlyName": "Beekeeper Suit (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "1ebbfdfc-f72b-4d70-99d4-4d527f896aa7,lBe3yxuE40eBmTrnEHBqQQ,afd88a79-7f03-40f6-bcb4-c247dd86edc4,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3397, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 3000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3382, - "FriendlyName": "Beekeeper Veil (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "96bc2f9f-ce3a-4c4c-b92c-cfed4ed4594f,lBe3yxuE40eBmTrnEHBqQQ,e4b53a9a-ac95-49ae-bf68-615bb23fa075,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3398, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 4500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3383, - "FriendlyName": "Beekeeper Gloves (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "4025e4c4-abaa-4729-a2a3-a7175313e5ed,lBe3yxuE40eBmTrnEHBqQQ,1f18670d-df52-4d2b-8009-a32cf7c67b40,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3399, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3384, - "FriendlyName": "Unicorn Horn (Harmony)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "2caHvVQ1vECrPv-YcdxdyA,FNe9LkWJMUeC3frYJMyEaQ,nW_fBsuZA0OfIjTMXm6ZCA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3400, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 9500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3385, - "FriendlyName": "Soda Clerk Hat (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "Wua43ED71UqL71ATtyS0iQ,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3401, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3386, - "FriendlyName": "Soda Clerk Bow Tie (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "83be5ba4-525a-4781-a5f6-839c22e4d1d3,e4IDo-fuH0C9YByzcX5k-A,qCIoeLQw-Uq-SKIetIgIpA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3402, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3387, - "FriendlyName": "Soda Clerk Uniform (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "iai6P7dDTUq8S4hqQmY1YA,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3403, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3388, - "FriendlyName": "Rec Room Hoodie (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b6rLwzD4NkKV7xKn9ZYVkA,ytmSzjhCr0Sm58MSNbwJUA,oHKhT-GTx0iFWrrlz9s6Tw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3404, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3389, - "FriendlyName": "Shutter Shades (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "bu9tb-K7NEiocvZY3o7ukw,nO-YacKU1kmLjTFAAqNeYQ,tqyzKPdDwkWq3jfZ8jZdaA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3405, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 6000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3390, - "FriendlyName": "Baseball Jersey (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "2f8518fc-c989-40de-98b4-c6f09b304166,9967ce54-c2b7-437a-946e-11f8ee6d6fdd,ca37823a-b8f3-4414-b38b-de0dc7fa4295,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3406, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3391, - "FriendlyName": "Stunt Shades (Pink)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "d57cf97e-b5d2-4e47-8231-a226a161f6e3,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3407, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 2000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3392, - "FriendlyName": "Stunt Shades (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f684d86f-4a75-4a9a-bc0a-cf58f36c91c5,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3408, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 2000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3393, - "FriendlyName": "Runner Wrist Guard (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "1beaf288-b5a5-475c-8149-c8f3d1146083,sX0ZZDcCUkyFSJISfvq0vg,rgzG7sfrlkqd9EO13LNmpQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3409, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3394, - "FriendlyName": "Runner Harness (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ca7a3ccb-2bc9-4c93-a6a8-6f22b38526af,RfZNDPUok0WyQEa3Ko08ow,ovy_3j_qwE-7mmks1Z47ig,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3410, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3395, - "FriendlyName": "Runner Harness (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ca7a3ccb-2bc9-4c93-a6a8-6f22b38526af,sX0ZZDcCUkyFSJISfvq0vg,ovy_3j_qwE-7mmks1Z47ig,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3411, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3396, - "FriendlyName": "Runner Helmet (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "459ec62c-67db-4b72-9e29-0ad3ecd0b737,Euf1h1qsZ02evDsyoHYbPQ,PZHohDVX0U2frX13N4KYDQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3412, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3397, - "FriendlyName": "Runner Helmet (Pink)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "459ec62c-67db-4b72-9e29-0ad3ecd0b737,zlqLrGEa8E2WW9ey_szREA,PZHohDVX0U2frX13N4KYDQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3413, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3398, - "FriendlyName": "Runner Wrist Guard (Pink)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "1beaf288-b5a5-475c-8149-c8f3d1146083,RfZNDPUok0WyQEa3Ko08ow,rgzG7sfrlkqd9EO13LNmpQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3414, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3399, - "FriendlyName": "RecFly Vest (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "74c65554-0d15-409b-b9a8-0b2620a7d7e2,kkvNbVRjcEKtChpy3W1bqQ,nbhzQy_Hdkeohh4S1IezwA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3415, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3400, - "FriendlyName": "Trucker Hat (Pickup)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ReqOfohe6UamzaiHG1x3Ow,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3416, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 750 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3401, - "FriendlyName": "Notes Headphones (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,JWBK5v78Y0uRVEXlD-Qk6Q,_Yq00H-NWUyQNvGxRunHbg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3417, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 2500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3402, - "FriendlyName": "Notes Headphones (Lounge)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,nX7krD8e2km_ZlOLWcoxdQ,_Yq00H-NWUyQNvGxRunHbg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3418, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3403, - "FriendlyName": "Notes Headphones (Neon Dawn)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,d9mwowRelE2lDKEA0UQMZQ,_Yq00H-NWUyQNvGxRunHbg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3419, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 10000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3404, - "FriendlyName": "Big Head Bow (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "JTrfBXhIT02o2-ssP94zew,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3420, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3405, - "FriendlyName": "Big Head Bow (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "JTrfBXhIT02o2-ssP94zew,8iZO162KNUiMC8l_z3OC_A,3DdSzSqV1UG5AtPr8ro3Kg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3421, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3406, - "FriendlyName": "Big Head Bow (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "JTrfBXhIT02o2-ssP94zew,f_c50saStkaGJuhLjJ9lfA,3DdSzSqV1UG5AtPr8ro3Kg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3422, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3407, - "FriendlyName": "Big Head Bow (Pink)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "JTrfBXhIT02o2-ssP94zew,FUP4iRnoc0ikNmjrFD06lg,3DdSzSqV1UG5AtPr8ro3Kg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3423, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3408, - "FriendlyName": "Royal Tabard (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "e13f6558-d49c-4314-820c-962ef48eb0c6,5TJPDmvEBEOkP82ZWLFqtg,50NUFrDxbUKmXbyAHBenvQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 12, - "ItemSetFriendlyName": "Royal Tabards" - } - ], - "PurchasableItemId": 3424, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3409, - "FriendlyName": "Royal Dress (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "0ab6c95c-e157-48bd-a172-2642896b4ffc,0ps19D7b_U2iejdKQFORyA,PoMG28QAskagun1LSd4C_A,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 11, - "ItemSetFriendlyName": "Royal Dresses" - } - ], - "PurchasableItemId": 3425, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3410, - "FriendlyName": "Graphic Cap (Goblins)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "14ef6b00-debf-4a85-9755-b4d37df496d3,pqLkLbri9Eu48eryQIFGMg,_yznwUwL80ejrS3vki0IKg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3426, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3411, - "FriendlyName": "Graphic Cap (High Fashion)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "474db08a-d4dc-4625-9f5a-1a6ae0b70827,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3427, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3412, - "FriendlyName": "Graphic Cap (Hyper Ramen)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "474db08a-d4dc-4625-9f5a-1a6ae0b70827,cpTKHXjj0kulivZCKVQqiA,Mrf17aidXEeCF-fFURUUcQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3428, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 3500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3413, - "FriendlyName": "Baseball Cap (White, Red, Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "14ef6b00-debf-4a85-9755-b4d37df496d3,nZor-clxlkm8EO9Gco0Otg,r_GLekt6mkWxXw8zPPR8Mg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3429, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3414, - "FriendlyName": "Round Glasses", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "bc7299ac-be2b-404f-b8e6-402e2c0660f0,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3430, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3415, - "FriendlyName": "Bowler Hat", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "bfd9c70b-9ad8-4f47-a840-c03231f9ad41,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3431, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3416, - "FriendlyName": "Trucker Jacket (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "8b065e2a-b106-4f11-b415-4c47ce87993e,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3432, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3417, - "FriendlyName": "Trucker Jacket (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "8b065e2a-b106-4f11-b415-4c47ce87993e,bgRKH1wfqkWVHcuSnFYnlQ,sxWOOK1RwUOp5YqZ7a36xg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3433, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3418, - "FriendlyName": "Trucker Jacket (Tan)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "8b065e2a-b106-4f11-b415-4c47ce87993e,o2WfRyjJy0CKoUg8YIxNjQ,sxWOOK1RwUOp5YqZ7a36xg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3434, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3419, - "FriendlyName": "Trucker Jacket (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "8b065e2a-b106-4f11-b415-4c47ce87993e,yA0KhVg19kWqG1UkyxQogQ,PMGQ8fLc2UuJXMy42Ati-w,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3435, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3420, - "FriendlyName": "Chef Hat (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "af33bdb1-b7fa-4fe6-b37a-b1fe6a420879,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3436, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3421, - "FriendlyName": "Chef Coat (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ff5c62b3-4f41-4acd-bfd8-8db00de4f36c,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3437, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3422, - "FriendlyName": "Turtleneck (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7e22a4bd-3e87-4d50-8843-9e2e3cf45285,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3438, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3423, - "FriendlyName": "Turtleneck (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7e22a4bd-3e87-4d50-8843-9e2e3cf45285,9b9t8_aKH0-gQXMhZycaOA,rzoH8P44a0esN-HnYd3aQg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3439, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3424, - "FriendlyName": "Turtleneck (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7e22a4bd-3e87-4d50-8843-9e2e3cf45285,Jt0QqNrAp0qzUR_RQoivVg,rzoH8P44a0esN-HnYd3aQg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3440, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3425, - "FriendlyName": "Turtleneck (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7e22a4bd-3e87-4d50-8843-9e2e3cf45285,lBePHNL9LkyaAjEFyFE8Sw,rzoH8P44a0esN-HnYd3aQg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3441, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3426, - "FriendlyName": "Turtleneck (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7e22a4bd-3e87-4d50-8843-9e2e3cf45285,G4HIPUjekUigiU0-Kr9mdA,rzoH8P44a0esN-HnYd3aQg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3442, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3427, - "FriendlyName": "Trucker Cuff (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "973d84ee-5b88-475c-b579-a76c34a7c533,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3443, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3428, - "FriendlyName": "Trucker Cuff (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "973d84ee-5b88-475c-b579-a76c34a7c533,yA0KhVg19kWqG1UkyxQogQ,yBNsYcZXzEiuR0u3tWnnWQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3444, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3429, - "FriendlyName": "Trucker Cuff (Tan)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "973d84ee-5b88-475c-b579-a76c34a7c533,o2WfRyjJy0CKoUg8YIxNjQ,sHyNs-dpc0-_Ah-HJVczcw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3445, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3430, - "FriendlyName": "Trucker Cuff (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "973d84ee-5b88-475c-b579-a76c34a7c533,bgRKH1wfqkWVHcuSnFYnlQ,sHyNs-dpc0-_Ah-HJVczcw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3446, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3431, - "FriendlyName": "Bubbly", - "Tooltip": "", - "ConsumableItemDesc": "iiGTvhOCHkOTNJhb16Zbyw", - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 110000, - "ItemSetId": 20, - "ItemSetFriendlyName": "Yummy Bubbly" - } - ], - "PurchasableItemId": 3447, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3432, - "FriendlyName": "Formal Necklace (Gold)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5e9bbda6-d681-42b1-9cc4-5758acf34bc0,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3448, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3433, - "FriendlyName": "Formal Necklace (Silver)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b95678aa-351a-4929-8a0e-0274a183eb18,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3449, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3434, - "FriendlyName": "Party Hat (Shindig)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "8df990d9-141a-4757-b4f2-138d5e68ab74,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3450, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3435, - "FriendlyName": "Formal Dress (Gold Sequins)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9a366f8b-ea5b-49ae-a98c-f6b282e9bf14,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3451, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 3000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3436, - "FriendlyName": "Formal Dress (Silver Sequins)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "73c0e2ba-cba1-482a-89d5-1508997aceeb,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3452, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 3000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3437, - "FriendlyName": "Business Tie (Gold Sequins)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "05ec4e87-088f-4281-a118-2e63c2585200,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3453, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3438, - "FriendlyName": "Business Tie (Silver Sequins)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "0d4e7ebe-efd9-4e68-9900-5645916e7596,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3454, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3439, - "FriendlyName": "Bow Tie (Gold Sequins)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "6dd261d8-9806-4dac-81c4-a58f6d6a7f9a,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3455, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3440, - "FriendlyName": "Bow Tie (Silver Sequins)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "988e4069-4341-428b-bbf5-023309891385,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3456, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3441, - "FriendlyName": "Ski Buddy Goggles (Chill)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5fwjFQoC_Uu9ChvF6uNGZw,fXNkMWFMV0aXalK_y_8SHw,SSY8ZYMgaE2Bl4oFmMjKQA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3457, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 750 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3442, - "FriendlyName": "Ski Buddy Jacket (Chill)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "6RhwWExXekaYpK0NGHSXGQ,fXNkMWFMV0aXalK_y_8SHw,HQQWccdyakaEmntPhvC6CQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3458, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3443, - "FriendlyName": "Anime Tiara (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "hT7nSD7Ts06F_1SNlOMLwg,f0pjsV0XMUWoE_z2kqOlSA,mG60EPIQIkaJNgOkonVmZg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3459, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 8500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3444, - "FriendlyName": "Anime Skirt (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "MJkDYDH510izAab13ZfXQw,hYu9itGe1Ee5Neanhj9VtQ,2UNd6eViFUO359xjSiuu2A,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3460, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 6500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3445, - "FriendlyName": "Anime Bow (Dark Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "WuShlrJnHUKuscn8e6Rt2g,S9uymuvraUCOM8gmB7bnEA,M5z2wk-GDkOAjvZzqsfcNQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3461, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3446, - "FriendlyName": "Anime Glove (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "eS_or4AnMka9M_bD7YN28g,xpkEQ6yjhU-WfFPSjvPdHg,ZtCqMnFTQUWv2h0MfZ4m6A,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3462, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3447, - "FriendlyName": "Mobster Hat (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "76369aef-aeda-46d2-996a-cd00594d0543,PZx7Iae0pkiDaxT9t3-vgg,d759c88d-a159-4c26-86dd-b054bb05b3ed,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3463, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3448, - "FriendlyName": "Mobster Suit (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "4308da04-af84-40bb-845a-7a9e1a2726ec,newGzX_zA0eGUX3Iayq5Ag,6Jv4AJGBYUGP_n4sDcz2Kw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3464, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3449, - "FriendlyName": "Mobster Cuffs (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "08d56627-4500-4724-8692-a23c96ddb3ec,newGzX_zA0eGUX3Iayq5Ag,QBzMp7MdAUOLIofvddui1A,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3465, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3450, - "FriendlyName": "Bear Hug Hat (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ef7771eb-c5f3-44fd-8c27-f581b035ef10,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3466, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3451, - "FriendlyName": "Knight Helmet (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "e614df5d-3cfe-4bca-b9c2-30c267b9c94e,PMa9370LPEig_7pKwCceEQ,0dd6596c-b4ea-4d55-a219-e1f44e4a376d,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 9, - "ItemSetFriendlyName": "Knight (Green)" - } - ], - "PurchasableItemId": 3467, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3452, - "FriendlyName": "Knight Gauntlet (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9bf9d502-8a3c-4b24-9565-0a2c2d9864fd,PMa9370LPEig_7pKwCceEQ,fd67ec40-f898-4df6-b846-8bf350f362b8,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 9, - "ItemSetFriendlyName": "Knight (Green)" - } - ], - "PurchasableItemId": 3468, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3453, - "FriendlyName": "Knight Cape (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "2e5afc40-7e25-418c-8b1b-316b8ef479a7,PMa9370LPEig_7pKwCceEQ,15099be7-38b7-4b0b-ac13-1bacedbf5fb2,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 9, - "ItemSetFriendlyName": "Knight (Green)" - } - ], - "PurchasableItemId": 3469, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 3500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3454, - "FriendlyName": "Archer Hat (Grey)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "d2d3264b-fbf6-40b5-9f10-c85ec737d112,61VZkFjB402brzWm4UsftA,1ba65dd5-9df9-4ff3-be96-f83a7abf67b3,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 10, - "ItemSetFriendlyName": "Archer (Grey)" - } - ], - "PurchasableItemId": 3470, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3455, - "FriendlyName": "Archer Gloves (Grey)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5b01eaa3-0cac-40c0-b72a-b3f6a868ae0c,8hUBfmq28EixYjv92Xcrgg,7b187c06-7ba2-4f3c-bca9-fdf98146f385,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 10, - "ItemSetFriendlyName": "Archer (Grey)" - } - ], - "PurchasableItemId": 3471, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3456, - "FriendlyName": "Royal Crown (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "40734c4d-e1fe-426c-8921-930f7463d8e8,wCe2yC2U1kyYvPd8Z1rX2w,hCeaYHy1TE2s6rTPxAQP9A,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3472, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 9000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3457, - "FriendlyName": "Regal Crown (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9d395a84-4342-4b1c-940c-213ec2eb56f9,Zljmtj5WqUaRvB3XQTgJXg,XFuSiGupZ02Fut1Dxum_Iw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3473, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 9000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3458, - "FriendlyName": "Knight Armor (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "739fd42a-8a8c-44a5-afa3-e0974802c6ae,PMa9370LPEig_7pKwCceEQ,51a1809d-becd-42e0-8dfb-188d6f07ba1c,f5270130-6634-4052-aa3e-9849ddf5314e", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 9, - "ItemSetFriendlyName": "Knight (Green)" - } - ], - "PurchasableItemId": 3474, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 2000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3459, - "FriendlyName": "Archer Tunic (Grey)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "c0e59f27-a13d-4bd9-b3b8-a38a360f649b,61VZkFjB402brzWm4UsftA,f88178b8-b204-4fa5-9dfd-6e438bf1e247,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 10, - "ItemSetFriendlyName": "Archer (Grey)" - } - ], - "PurchasableItemId": 3475, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 2000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3460, - "FriendlyName": "Archer Quiver (Grey)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5b6535f0-86cd-417a-bcce-a1ace9a5f260,imDGL6dhrka-KliYlfpdgw,6094370d-5e28-473a-b422-f3f1c75d5db8,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 10, - "ItemSetFriendlyName": "Archer (Grey)" - } - ], - "PurchasableItemId": 3476, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 3500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3461, - "FriendlyName": "Royal Cape (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "a44766dc-19ad-4476-849c-5113a5faabd0,_9QlnTPXuEO5OQ3H0CwFkA,HTU3Wp_ri0GNYGFSezFHSg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3477, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3462, - "FriendlyName": "Royal Cape (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "a44766dc-19ad-4476-849c-5113a5faabd0,MbusQ9bte0i9zirlxtNkSQ,HTU3Wp_ri0GNYGFSezFHSg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3478, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3463, - "FriendlyName": "Witch Hunter Hat (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "6d36091e-7083-4e3d-8729-94612602c8cb,aBQ3R9boek-mYeSYSNvDbQ,32d91d32-b102-4093-927a-6dc3ac2e9e86,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 1, - "ItemSetFriendlyName": "Witch Hunter (Blue)" - } - ], - "PurchasableItemId": 3479, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3464, - "FriendlyName": "Wizard Hat (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "01689baf-405e-4b38-9f09-b624e03865b8,d3KmqVuMQkCYK6sVTMOTOA,abdf525b-b871-41be-a1c8-810f49740ad4,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 2, - "ItemSetFriendlyName": "Wizard (Purple)" - } - ], - "PurchasableItemId": 3480, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3465, - "FriendlyName": "Wizard Bracers (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "22ef1089-d073-4fe8-b038-6f34adf0b85f,d3KmqVuMQkCYK6sVTMOTOA,47514b9b-0d17-4727-97ed-dab67e7fe031,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 2, - "ItemSetFriendlyName": "Wizard (Purple)" - } - ], - "PurchasableItemId": 3481, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3466, - "FriendlyName": "Regal Crown (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9d395a84-4342-4b1c-940c-213ec2eb56f9,rmq1AOQvtUGOHvbPUximwg,XFuSiGupZ02Fut1Dxum_Iw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3482, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 9000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3467, - "FriendlyName": "Royal Crown (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "40734c4d-e1fe-426c-8921-930f7463d8e8,QkfA71-1z0qOiZAVrbzhtA,hCeaYHy1TE2s6rTPxAQP9A,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3483, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 9000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3468, - "FriendlyName": "Regal Crown (Gold)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9d395a84-4342-4b1c-940c-213ec2eb56f9,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3484, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 9000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3469, - "FriendlyName": "Witch Hunter Torso (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "418db0e0-c7af-40c2-9cac-d461ce41e210,aBQ3R9boek-mYeSYSNvDbQ,0f49ac81-63bd-4845-8bdc-1944181a8aa3,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 1, - "ItemSetFriendlyName": "Witch Hunter (Blue)" - } - ], - "PurchasableItemId": 3485, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 2500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3470, - "FriendlyName": "Wizard Robes (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "97eae086-cfea-45ff-9b77-1d184256d493,d3KmqVuMQkCYK6sVTMOTOA,8768aa33-b014-4062-b323-b146dd7d78d2,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 2, - "ItemSetFriendlyName": "Wizard (Purple)" - } - ], - "PurchasableItemId": 3486, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 2500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3471, - "FriendlyName": "Witch Hunter Gloves (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "1974dd48-aa44-434f-879a-eaff0c7c06e6,aBQ3R9boek-mYeSYSNvDbQ,5b8d9490-e5bc-480e-91bc-65d1797b52ad,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 1, - "ItemSetFriendlyName": "Witch Hunter (Blue)" - } - ], - "PurchasableItemId": 3487, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3472, - "FriendlyName": "Royal Dress (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "0ab6c95c-e157-48bd-a172-2642896b4ffc,pjkTGVHkIE-BzCVi1KAesQ,PoMG28QAskagun1LSd4C_A,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 11, - "ItemSetFriendlyName": "Royal Dresses" - } - ], - "PurchasableItemId": 3488, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3473, - "FriendlyName": "Royal Tabard (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "e13f6558-d49c-4314-820c-962ef48eb0c6,s2kCppLsN0uY7Hy6qjQc-g,50NUFrDxbUKmXbyAHBenvQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 12, - "ItemSetFriendlyName": "Royal Tabards" - } - ], - "PurchasableItemId": 3489, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3474, - "FriendlyName": "Sandbox D4 Skin Pewter", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": "[Sandbox_D4]", - "EquipmentModificationGuid": "WxWaXY61mUuNe_f6SgECnA", - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3490, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3475, - "FriendlyName": "Sandbox D6 Skin Pewter", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": "[Sandbox_D6]", - "EquipmentModificationGuid": "5U_KiCi_90-eWucQ68VdZQ", - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3491, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3476, - "FriendlyName": "Sandbox D8 Skin Pewter", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": "[Sandbox_D8]", - "EquipmentModificationGuid": "77cRA0O4GUqd6nr9QLefQA", - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3492, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3477, - "FriendlyName": "Sandbox D12 Skin Pewter", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": "[Sandbox_D12]", - "EquipmentModificationGuid": "2gYYjbVGqkiOefY2xjOxiQ", - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3493, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3478, - "FriendlyName": "Sandbox D20 Skin Pewter", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": "[Sandbox_D20]", - "EquipmentModificationGuid": "H3vrSi45AU6lshChLnr19Q", - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3494, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3479, - "FriendlyName": "Winter Cloak (Nightwatch)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b9d08f9a-b23d-4d7e-978b-a0cd8adbfe9c,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3495, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 4500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3480, - "FriendlyName": "Server Apron (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "204bc384-e6d2-41b8-8ce9-0b26be5d85b7,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3496, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3481, - "FriendlyName": "Server Apron (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "204bc384-e6d2-41b8-8ce9-0b26be5d85b7,HdwZhjrqxE6wuf68MnDhDw,f5z_jhdcqEGjo-1WUmldaw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3497, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3482, - "FriendlyName": "Server Dress (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f6caeb89-dbb4-4471-92fe-100bf48cd5ce,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3498, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3483, - "FriendlyName": "Server Dress (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f6caeb89-dbb4-4471-92fe-100bf48cd5ce,GQSpXmD0B02_gwzpq6StFA,ORmS9HkfoUeFuO4RhqcW7g,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3499, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3484, - "FriendlyName": "Popcorn", - "Tooltip": "", - "ConsumableItemDesc": "QRx0aSTT9keMFdAJMQHdTg", - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 110000, - "ItemSetId": 13, - "ItemSetFriendlyName": "Snickety Snacks" - } - ], - "PurchasableItemId": 3500, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3485, - "FriendlyName": "Paintball Belt", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "eda29bce-5a07-4439-a2a7-cafa11e2ed62,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3501, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3486, - "FriendlyName": "Froggy Headband", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "cec9cfac-a45b-4edb-b26d-7453cc2bfaf2,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": true, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 21, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3502, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3487, - "FriendlyName": "Top Hat (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "d3b8bd7b-ca9a-4f5d-b115-3659dc294a03,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3503, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 6500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3488, - "FriendlyName": "Bow Tie (Green Sequins)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "86af3a97-18d8-4dda-a2f2-cfd3b4224254,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3504, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3489, - "FriendlyName": "Big Head Bow (Green Sequins)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "66f8f55d-cad4-4afb-93e8-b6bdf04b37b3,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3505, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3490, - "FriendlyName": "Bowling Shirt (Striker)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,KqjQ1xRpokGLKp9GVN1EFA,VO_3cgqQqUOTz30TVUxrFA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3506, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3491, - "FriendlyName": "Turtleneck (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7e22a4bd-3e87-4d50-8843-9e2e3cf45285,Zz4XatKfUEapReRAQHxKKA,rzoH8P44a0esN-HnYd3aQg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3507, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3492, - "FriendlyName": "Collared Shirt (Plaid)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "2e59d8d0-91a0-4449-bfdc-a5d663fd9343,ojvIFCTpJkeegestF065wA,10fYSIBytk-yUjveDa407w,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3508, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3493, - "FriendlyName": "Trucker Jacket (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "8b065e2a-b106-4f11-b415-4c47ce87993e,P9bBSL0YLEyjN8PxMfgbKQ,PMGQ8fLc2UuJXMy42Ati-w,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3509, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3494, - "FriendlyName": "Butterfly Wings (Cool Mint)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "fc96ea5d-b49b-479b-a963-92f1eab44b2c,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3510, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3495, - "FriendlyName": "Butterfly Wings (The Blue One)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "27c2eb7f-9fac-4c42-90c7-44e7a33d5303,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": true, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 21, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3511, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3496, - "FriendlyName": "Butterfly Wings (Monarch)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "c506feae-be73-437b-b18a-1152bb9906e9,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3512, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3497, - "FriendlyName": "Raincoat (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9e6397dd-b7b0-4d32-8c86-1910106a8478,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3513, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3498, - "FriendlyName": "Raincoat (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9e6397dd-b7b0-4d32-8c86-1910106a8478,GH9q8_0O9EqjGdz7lGWD2g,T7zwcIIc8Ee3ud8a2JCuwQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3514, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3499, - "FriendlyName": "Rain Hat (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "2bd53190-46f8-4956-9388-87c5a04efc4f,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3515, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3500, - "FriendlyName": "Rain Hat (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "2bd53190-46f8-4956-9388-87c5a04efc4f,v3af60p1Q02NpdCqIRO9lw,1hVOI7IuY0mKvtr2PZXLww,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3516, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3501, - "FriendlyName": "Notes Headphones (Neon Sky)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,2sf-FU4WckGBDWUkVz4z1g,_Yq00H-NWUyQNvGxRunHbg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3517, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 10000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3502, - "FriendlyName": "Notes Headphones (Chillout)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,4scG_UBlzE-5DWRhSrtm6g,_Yq00H-NWUyQNvGxRunHbg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3518, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3503, - "FriendlyName": "Notes Headphones (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,8ANbOhNnO0yLQOCIBsDwfg,_Yq00H-NWUyQNvGxRunHbg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3519, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 2500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3504, - "FriendlyName": "Quilted Vest (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "0ab5790f-a537-4306-ba66-5eb87c02ec7d,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3520, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3505, - "FriendlyName": "Quilted Vest (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "0ab5790f-a537-4306-ba66-5eb87c02ec7d,QBglgj80zkuvUkk55Y5Feg,ACrBLiAIgEur9V6l_B0CvA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3521, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3506, - "FriendlyName": "Quilted Vest (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "0ab5790f-a537-4306-ba66-5eb87c02ec7d,-HYrY2A5Tk2UWMi4_hmYbg,ACrBLiAIgEur9V6l_B0CvA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3522, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3507, - "FriendlyName": "Quilted Vest (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "0ab5790f-a537-4306-ba66-5eb87c02ec7d,IjRMopsYlUqSE6327I9TIQ,ACrBLiAIgEur9V6l_B0CvA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3523, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3508, - "FriendlyName": "Formal Vest (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "3d9d52cb-6a3d-436b-90e7-e76f238329ee,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3524, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3509, - "FriendlyName": "Formal Vest (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "3d9d52cb-6a3d-436b-90e7-e76f238329ee,ffHKr5EcIU24PbAtWSnalw,bVrkIyADCUiGNYWdmP_HPw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3525, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3510, - "FriendlyName": "Formal Dress (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "30380607-8b54-4b63-81d3-cb3f08e452c1,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3526, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3511, - "FriendlyName": "Formal Dress (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "30380607-8b54-4b63-81d3-cb3f08e452c1,rcdwgNvO30Cvx2ycE1GfHw,JmFzNL5v_0q1p0bgoOlBpQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3527, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3512, - "FriendlyName": "Trucker Cuff (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "973d84ee-5b88-475c-b579-a76c34a7c533,P9bBSL0YLEyjN8PxMfgbKQ,yBNsYcZXzEiuR0u3tWnnWQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3528, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3513, - "FriendlyName": "Rec Room Hoodie (Galaxy)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5362d685-fc55-4b43-85a5-cc3d6cad3f69,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": true, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 21, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3529, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 2500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3514, - "FriendlyName": "Nightcap (Zonked)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "250bbb53-1fae-440d-b25a-46a16c271367,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3530, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3515, - "FriendlyName": "Nightcap (Zzz)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "250bbb53-1fae-440d-b25a-46a16c271367,2vawoQvJPUegnClmr2RNAQ,RR69IGV4j0Sd2xtmyN5wFg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3531, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3516, - "FriendlyName": "Nightcap (Dozy)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "250bbb53-1fae-440d-b25a-46a16c271367,kIcd-yEnsEqxoeogquvmRw,RR69IGV4j0Sd2xtmyN5wFg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3532, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3517, - "FriendlyName": "Nightcap (Sandman)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "250bbb53-1fae-440d-b25a-46a16c271367,qHyKfCsrbUqSWomjLXf7Hw,RR69IGV4j0Sd2xtmyN5wFg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3533, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3518, - "FriendlyName": "Night Coat (Zzz)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "64fddd4e-3d59-43df-bb39-671e18953c0f,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3534, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3519, - "FriendlyName": "Night Coat (Dozy)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "64fddd4e-3d59-43df-bb39-671e18953c0f,uDJ5ZqU1f0CiOAH8WY22Yw,KOCzRE4a6EKb3_NVOI_lcg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3535, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3520, - "FriendlyName": "Night Coat (Zonked)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "64fddd4e-3d59-43df-bb39-671e18953c0f,_jkPDSXFUkSU_yOfutQ7BA,KOCzRE4a6EKb3_NVOI_lcg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3536, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3521, - "FriendlyName": "Night Coat (Sandman)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "64fddd4e-3d59-43df-bb39-671e18953c0f,j66We9SYr0SNQ2ufZqIqhA,KOCzRE4a6EKb3_NVOI_lcg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3537, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3522, - "FriendlyName": "Space Visor (Quasar)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b89be768-a169-4b24-8022-751e7b817865,SXG9rdEkxkOR31Nk0aTOww,uB4gFxfrh0W5OtkmZdFN1Q,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3538, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 9500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3523, - "FriendlyName": "International Thief Coat (Mastermind)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "097a3266-4aab-4b23-8f56-373c9b1bc837,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3539, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3524, - "FriendlyName": "International Thief Coat (Spy)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "097a3266-4aab-4b23-8f56-373c9b1bc837,YB7kXMyLJ0mF_5WidhmH8A,SeA8s77hr0K6DRZyVlRTCg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3540, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3525, - "FriendlyName": "International Thief Coat (Rogue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "097a3266-4aab-4b23-8f56-373c9b1bc837,bQyNgFWAe0SPttPri6hxyg,SeA8s77hr0K6DRZyVlRTCg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3541, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3526, - "FriendlyName": "International Thief Coat (Outlaw)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "097a3266-4aab-4b23-8f56-373c9b1bc837,wRPoHTsXFESK5pjkxVMqGA,SeA8s77hr0K6DRZyVlRTCg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3542, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3527, - "FriendlyName": "International Thief Hat (Mastermind)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "bc3f8ab4-cdb1-4e63-bda5-ba5a4b1f4a43,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3543, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3528, - "FriendlyName": "International Thief Hat (Spy)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "bc3f8ab4-cdb1-4e63-bda5-ba5a4b1f4a43,RBRFHN8_rkuImbyDAfcHWw,BOB_mAXdA0u2khOH5qjqXQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3544, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3529, - "FriendlyName": "International Thief Hat (Rogue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "bc3f8ab4-cdb1-4e63-bda5-ba5a4b1f4a43,QJSPgq2KXEOWNynY8uqQvA,BOB_mAXdA0u2khOH5qjqXQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3545, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3530, - "FriendlyName": "International Thief Hat (Outlaw)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "bc3f8ab4-cdb1-4e63-bda5-ba5a4b1f4a43,4RH8_Z1mqU-JIVvx31wOsA,BOB_mAXdA0u2khOH5qjqXQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3546, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3531, - "FriendlyName": "International Thief Gloves (Mastermind)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "1014dded-3bbc-479b-a6cb-afa7413de2da,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3547, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3532, - "FriendlyName": "International Thief Gloves (Spy)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "1014dded-3bbc-479b-a6cb-afa7413de2da,DtFYrQwaCky5C1ZycqZbiQ,egpzBs77Q0CpDndZHqXOog,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3548, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3533, - "FriendlyName": "International Thief Gloves (Rogue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "1014dded-3bbc-479b-a6cb-afa7413de2da,9SAPupKy_EO6YeG0SMkI5A,egpzBs77Q0CpDndZHqXOog,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3549, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3534, - "FriendlyName": "International Thief Gloves (Outlaw)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "1014dded-3bbc-479b-a6cb-afa7413de2da,hiMYlmk5sEqh-sElOY3A9g,egpzBs77Q0CpDndZHqXOog,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3550, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3535, - "FriendlyName": "Beanie (Gray)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "41bece0e-9b5d-4151-bf5c-d0e786a803b4,SeVmHtrMS0y7gKCYkHcrOA,uWXtz0WaO0qJ1W4TfWnLqg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3551, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3536, - "FriendlyName": "Beanie (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "41bece0e-9b5d-4151-bf5c-d0e786a803b4,uDcJZClcFkiNdkEEh9IIyA,uWXtz0WaO0qJ1W4TfWnLqg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3552, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3537, - "FriendlyName": "Beanie (Pink)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "41bece0e-9b5d-4151-bf5c-d0e786a803b4,F5vJzMfNB0Ob6Abjadho7Q,uWXtz0WaO0qJ1W4TfWnLqg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3553, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3538, - "FriendlyName": "Beanie (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "41bece0e-9b5d-4151-bf5c-d0e786a803b4,vbOUaJsGHEaSfQCivNcMWg,uWXtz0WaO0qJ1W4TfWnLqg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3554, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3539, - "FriendlyName": "Brimmed Beanie (Gray)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "48ec7a6a-0c31-40d4-9179-66e3ba6505a1,t2bByt5oUEG90PMMePCP6A,7nBHNMZhAE-t9rLCYO_STA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3555, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3540, - "FriendlyName": "Brimmed Beanie (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "48ec7a6a-0c31-40d4-9179-66e3ba6505a1,-XSM6ZcSjE-vrWL7jyF4fQ,7nBHNMZhAE-t9rLCYO_STA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3556, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3541, - "FriendlyName": "Brimmed Beanie (Pink)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "48ec7a6a-0c31-40d4-9179-66e3ba6505a1,m7KXVnULz0iHvKfCFzFoyw,7nBHNMZhAE-t9rLCYO_STA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3557, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3542, - "FriendlyName": "Brimmed Beanie (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "48ec7a6a-0c31-40d4-9179-66e3ba6505a1,9tTuREkoQkW0ycqOjWXsiA,7nBHNMZhAE-t9rLCYO_STA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3558, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3543, - "FriendlyName": "Folded Bandana (Red) ", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "49800740-33d6-4280-aefb-3497597c6366,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3559, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3544, - "FriendlyName": "Gathered Shirt (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "cf1a6f8f-1649-423b-b513-b8d40d242b1f,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3560, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3545, - "FriendlyName": "Belt Bag (Cosmic)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "4ee2133d-c419-4fbc-9117-746d756a250d,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": true, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 21, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3561, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3546, - "FriendlyName": "Server Apron (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "204bc384-e6d2-41b8-8ce9-0b26be5d85b7,b7oobDcDtE-69fhM-5g5AQ,f5z_jhdcqEGjo-1WUmldaw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3562, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3547, - "FriendlyName": "Server Dress (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f6caeb89-dbb4-4471-92fe-100bf48cd5ce,YvPeCbQS2UOcLjPfoIML_g,ORmS9HkfoUeFuO4RhqcW7g,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3563, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3548, - "FriendlyName": "Server Apron (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "204bc384-e6d2-41b8-8ce9-0b26be5d85b7,Blev_VFjRUysY_nymGWAVg,f5z_jhdcqEGjo-1WUmldaw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3564, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3549, - "FriendlyName": "Server Dress (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f6caeb89-dbb4-4471-92fe-100bf48cd5ce,zGOD45zNAk2i6P_zPsNPfg,ORmS9HkfoUeFuO4RhqcW7g,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3565, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3550, - "FriendlyName": "Soda Clerk Hat (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "Wua43ED71UqL71ATtyS0iQ,MxnAq_XOw0uTzQ8IIxqb_Q,sV_ByCug30G1Gw-77KUe1Q,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3566, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3551, - "FriendlyName": "Soda Clerk Uniform (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "iai6P7dDTUq8S4hqQmY1YA,MxnAq_XOw0uTzQ8IIxqb_Q,MBuxBAIkpkWI26d-arAKQg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3567, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3552, - "FriendlyName": "Soda Clerk Hat (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "Wua43ED71UqL71ATtyS0iQ,oKxmH-1s2EyIDkZoOQSQQw,sV_ByCug30G1Gw-77KUe1Q,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3568, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3553, - "FriendlyName": "Flowing Hair", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5d13a7a2-8213-40e6-90a6-efdd76a3fdcb,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3569, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3554, - "FriendlyName": "Trucker Hat (Flatbed)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ReqOfohe6UamzaiHG1x3Ow,lDXambcP60CeY2C8qeGDFw,uiAwVt3HK0mRVtWp9B-gTg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3570, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 750 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3555, - "FriendlyName": "Trucker Jacket (Sleeveless, Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "3e3f5ed5-d810-4054-b648-d93167b90033,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3571, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3556, - "FriendlyName": "Trucker Jacket (Sleeveless, White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "3e3f5ed5-d810-4054-b648-d93167b90033,yA0KhVg19kWqG1UkyxQogQ,PMGQ8fLc2UuJXMy42Ati-w,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3572, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3557, - "FriendlyName": "Trucker Jacket (Sleeveless, Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "3e3f5ed5-d810-4054-b648-d93167b90033,bgRKH1wfqkWVHcuSnFYnlQ,sxWOOK1RwUOp5YqZ7a36xg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3573, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3558, - "FriendlyName": "Trucker Jacket (Sleeveless, Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "3e3f5ed5-d810-4054-b648-d93167b90033,P9bBSL0YLEyjN8PxMfgbKQ,PMGQ8fLc2UuJXMy42Ati-w,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3574, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3559, - "FriendlyName": "Grillmaster Mitt (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "q7pSsRMNHkqEJmYHuhhG6g,90qQe0AR3kOou0MsuoTmPA,ojCeJ1VwtUelyVqFnUwK5A,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3575, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3560, - "FriendlyName": "Grillmaster Mitt (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "q7pSsRMNHkqEJmYHuhhG6g,hZKPr4sg10SRj9DLuEgOrw,ojCeJ1VwtUelyVqFnUwK5A,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3576, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3561, - "FriendlyName": "Grillmaster Apron (Denim)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "tTKv7eRODka2KC_hsY2O3Q,eV3Nv6SWS0yl3f-fgjPb-w,t-ZEWJCgFEyGP2PjNblQMA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3577, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3562, - "FriendlyName": "Grillmaster Apron (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "tTKv7eRODka2KC_hsY2O3Q,Lxx3q6JRnUW_cPG_kGG4ag,t-ZEWJCgFEyGP2PjNblQMA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3578, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3563, - "FriendlyName": "Dino Hat", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "4abc2ac4-e60c-49b1-9ac8-4d4751ed78ae,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": true, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 21, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3579, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3564, - "FriendlyName": "Scuba Wetsuit (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "57552652-d902-43b7-a68e-5c7da87582bc,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3580, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3565, - "FriendlyName": "Scuba Wetsuit (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "57552652-d902-43b7-a68e-5c7da87582bc,VqtOYBiKRkaSW4xAlBxQgg,xTqtLPQVyEKjAQZYl6HGow,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3581, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3566, - "FriendlyName": "Scuba Tank (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5b3dc472-773e-4714-a9d0-7e7bbf6bc695,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3582, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3567, - "FriendlyName": "Scuba Tank (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5b3dc472-773e-4714-a9d0-7e7bbf6bc695,V_duN2oWaUmmao1xHhzCJA,Uvarm_CwTUWWQYZvzI8OaQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3583, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3568, - "FriendlyName": "Scuba Goggles (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9c28e450-8e12-455c-a4c8-c0a2160d4190,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3584, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3569, - "FriendlyName": "Scuba Goggles (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9c28e450-8e12-455c-a4c8-c0a2160d4190,DRS8xu3AqUOy2L0RKF3f7g,A7Y52vGIN0ijEKsWR_GQLg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3585, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3570, - "FriendlyName": "Pearl Necklace (Freshwater)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7be2eafc-21ea-4266-ae64-8888c06798d6,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3586, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3571, - "FriendlyName": "Pearl Necklace (Saltwater)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7be2eafc-21ea-4266-ae64-8888c06798d6,sqPMH0LhLkeG-4XkxpU-sw,URWHffwjGUKgXeV01upePA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3587, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3572, - "FriendlyName": "Mermaid Dress", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "fd7774bb-b29c-40b5-84b1-5c2bbe574255,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3588, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 8000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3573, - "FriendlyName": "Mermaid Crown", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "16359b51-96c4-4be0-b598-319c7549e18a,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3589, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 6000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3574, - "FriendlyName": "Crab Hat", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "3ae0eb82-13ce-43a2-bbc2-99a1cdbec63f,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3590, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3575, - "FriendlyName": "Shell Necklace", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "c8c00394-4cd9-4bad-9774-a825ded78f80,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3591, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3576, - "FriendlyName": "Big Head Bow (Teal, Polka Dot)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "JTrfBXhIT02o2-ssP94zew,GmS0wKwzVEqdf3NoTMHG5A,3DdSzSqV1UG5AtPr8ro3Kg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3592, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 750 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3577, - "FriendlyName": "Big Head Bow (Red, Polka Dot)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "JTrfBXhIT02o2-ssP94zew,ZNKGkou_gU-1cxBFy7pDKw,3DdSzSqV1UG5AtPr8ro3Kg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3593, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 750 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3578, - "FriendlyName": "Big Head Bow (White, Polka Dot)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "JTrfBXhIT02o2-ssP94zew,-Iqmonry4EKoqAULCKzRPA,3DdSzSqV1UG5AtPr8ro3Kg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3594, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 750 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3579, - "FriendlyName": "Sundress (Seafoam)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "adf2aa89-61c4-4b7a-9307-e39e72db23d3,wxvSDMommkenIl5hTY2fdQ,thwvF0DFRk-mV99ruqYFoQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3595, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3580, - "FriendlyName": "Sundress (Sunrise)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "adf2aa89-61c4-4b7a-9307-e39e72db23d3,-sqfCQpzpUyjEShEXH9JYQ,thwvF0DFRk-mV99ruqYFoQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3596, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3581, - "FriendlyName": "Luau Dress (Primrose)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7aa994d2-6499-4918-ab2a-2531c17e27a7,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3597, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3582, - "FriendlyName": "Luau Shirt (Primrose)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "vDSlMnayzEqWXwT-lkcKSA,RZFWcTzxPkOfUuTIQ1mzkg,ytfIq0TiYU6EUdd0ruaGAQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3598, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3583, - "FriendlyName": "Luau Hat (Primrose)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "0QOlT9c5xUuinpfZaoEe8Q,SqHAYcqBXU2PtF2urWGruQ,sIP83lqv3kG31TH5Rw4gqg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3599, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3584, - "FriendlyName": "Luau Headband (Primrose)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "3eb14fcf-5d20-47d3-b991-97808798a225,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3600, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3585, - "FriendlyName": "Luau Dress (Begonia)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7aa994d2-6499-4918-ab2a-2531c17e27a7,wyKAZSZwT0u9cuSaQ_-IHg,vUgpsaXrO0ak7huhkHqlUA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3601, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3586, - "FriendlyName": "Luau Shirt (Begonia)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "vDSlMnayzEqWXwT-lkcKSA,4ijeE3LqUUuSplKrMto6Kg,ytfIq0TiYU6EUdd0ruaGAQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3602, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3587, - "FriendlyName": "Luau Headband (Begonia)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "3eb14fcf-5d20-47d3-b991-97808798a225,J5VsmblfWU2MeUjNo0fz1Q,5ekjxLQZwUm7-iXJ0bYSiQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3603, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3588, - "FriendlyName": "Beanie (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "41bece0e-9b5d-4151-bf5c-d0e786a803b4,_fBrHCkTKUe82QgxCyI-Kw,uWXtz0WaO0qJ1W4TfWnLqg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3604, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3589, - "FriendlyName": "Beanie (Brown)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "41bece0e-9b5d-4151-bf5c-d0e786a803b4,c24f1DNZjEmqkt-FibKUjQ,uWXtz0WaO0qJ1W4TfWnLqg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3605, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3590, - "FriendlyName": "Beanie (Tan)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "41bece0e-9b5d-4151-bf5c-d0e786a803b4,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3606, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3591, - "FriendlyName": "Luau Hat (Begonia)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "0QOlT9c5xUuinpfZaoEe8Q,B6qNcZQ770eJel13RskuIg,sIP83lqv3kG31TH5Rw4gqg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3607, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3592, - "FriendlyName": "Trucker Jacket (Sleeveless, Grey)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "3e3f5ed5-d810-4054-b648-d93167b90033,4Eck_dNL1UKlIZWsA1YppQ,WeyKw_WS70Cx3NZdOaxGeA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3608, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3593, - "FriendlyName": "Retro Sunglasses", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "767684e7-0eec-4f6e-ad58-3d5ae715206e,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3609, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 2000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3594, - "FriendlyName": "Notes Headphones (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,viL4CPch2ECwG-RNaWcyZw,_Yq00H-NWUyQNvGxRunHbg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3610, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 2500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3595, - "FriendlyName": "Notes Headphones (Psy)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,hf0gkFVS8ESvceRsC3LAXQ,_Yq00H-NWUyQNvGxRunHbg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3611, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": true, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3596, - "FriendlyName": "Notes Headphones (Neon Heat)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,I1J-xY4YNU2dB_od4P_7Dg,_Yq00H-NWUyQNvGxRunHbg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3612, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 10000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3597, - "FriendlyName": "Silly Shorts (Pink Flamingo)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ae180fb1-3e74-4232-9a9d-388fd488eba1,9P8ARRUYdk6hCoGMKhix4w,o__JORNtYEiJEyyoBIimPA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3613, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3598, - "FriendlyName": "Silly Shorts (Sour Popsicle)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ae180fb1-3e74-4232-9a9d-388fd488eba1,56qchovVVEaVwL9S52kneA,BAjMoTHbD0mSCjoG9jmzjA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3614, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3599, - "FriendlyName": "Silly Shorts (Pina Colada)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ae180fb1-3e74-4232-9a9d-388fd488eba1,sJioq5ARDUyMHFji_6OxFw,bjXO36Nu6EWD2dU1UC4Uwg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3615, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3600, - "FriendlyName": "Silly Shorts (Watermelon Rain)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ae180fb1-3e74-4232-9a9d-388fd488eba1,nu_UGtkJOUK-5MWaW83MUg,pgBFpOtl00K2zsTJcfrefQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3616, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3601, - "FriendlyName": "Sandbox D4 Skin Pink", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": "[Sandbox_D4]", - "EquipmentModificationGuid": "KiVWBp5_J0qCLuizAJGcAg", - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3617, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3602, - "FriendlyName": "Sandbox D6 Skin Pink", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": "[Sandbox_D6]", - "EquipmentModificationGuid": "TxIu8CUjykGDMr5RIJcNVQ", - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3618, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3603, - "FriendlyName": "Sandbox D8 Skin Pink", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": "[Sandbox_D8]", - "EquipmentModificationGuid": "AQXXckjNZ0uzPMTcP1C3Kg", - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3619, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3604, - "FriendlyName": "Sandbox D10 Skin Pink", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": "[Sandbox_D10]", - "EquipmentModificationGuid": "ZM543HEyl0G6n7P5rDMEWw", - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3620, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3605, - "FriendlyName": "Sandbox D12 Skin Pink", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": "[Sandbox_D12]", - "EquipmentModificationGuid": "EoV2ZoLR2UWY898p8j7qGQ", - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3621, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3606, - "FriendlyName": "Sandbox D20 Skin Pink", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": "[Sandbox_D20]", - "EquipmentModificationGuid": "Des7txtX0EO-7NiooR0-ow", - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3622, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3607, - "FriendlyName": "Pegasus Wings", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "4c673a35-c10f-4a8c-b8e0-96a50fe5b97f,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": true, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 21, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3623, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3608, - "FriendlyName": "Unicorn Horn (Joy)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "2caHvVQ1vECrPv-YcdxdyA,mudt-Z5-5USdnIq-xaDgOw,nW_fBsuZA0OfIjTMXm6ZCA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3624, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 12000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3609, - "FriendlyName": "Unicorn Horn (Spirit)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "2caHvVQ1vECrPv-YcdxdyA,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3625, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 9500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3610, - "FriendlyName": "Tiny Crown", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "00f0b914-aa22-4d14-9af1-996e1af61f4d,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3626, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3611, - "FriendlyName": "Royal Cape (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "a44766dc-19ad-4476-849c-5113a5faabd0,cKLBS6pbf0SFuavWyeZ7GA,HTU3Wp_ri0GNYGFSezFHSg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3627, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3612, - "FriendlyName": "I Heart Rec Room Shirt (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "97253092-90ba-4ff2-b137-6324ab244d11,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3628, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3613, - "FriendlyName": "Brimmed Beanie (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "48ec7a6a-0c31-40d4-9179-66e3ba6505a1,MVkY4sU5BkGC4QhweRiyIA,7nBHNMZhAE-t9rLCYO_STA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3629, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3614, - "FriendlyName": "Brimmed Beanie (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "48ec7a6a-0c31-40d4-9179-66e3ba6505a1,ux9DQVSRyU-_5GA-t197OA,7nBHNMZhAE-t9rLCYO_STA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3630, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3615, - "FriendlyName": "Brimmed Beanie (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "48ec7a6a-0c31-40d4-9179-66e3ba6505a1,RL6HkufaJ0yubTpCGVI9eQ,7nBHNMZhAE-t9rLCYO_STA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3631, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3616, - "FriendlyName": "Flannel (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "8b065e2a-b106-4f11-b415-4c47ce87993e,sscD2O3LEUOAKkqjGpGe8g,uZjxYOMa10GzJ9wQkRge2w,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3632, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3617, - "FriendlyName": "Flannel (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "8b065e2a-b106-4f11-b415-4c47ce87993e,hRxyLsKfsESFAsXAyZQjoA,uZjxYOMa10GzJ9wQkRge2w,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3633, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3618, - "FriendlyName": "Flannel (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "8b065e2a-b106-4f11-b415-4c47ce87993e,kgCKjtSjFEmFq9ez2llxKQ,uZjxYOMa10GzJ9wQkRge2w,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3634, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3619, - "FriendlyName": "Flannel (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "8b065e2a-b106-4f11-b415-4c47ce87993e,KaZqNx5VKkarRrOJcTuD9A,uZjxYOMa10GzJ9wQkRge2w,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3635, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3620, - "FriendlyName": "Moons & Stars Dress ", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "936d7126-a3b7-48a2-bceb-6cad9221b267,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3636, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3621, - "FriendlyName": "Sundress (Lodge)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "adf2aa89-61c4-4b7a-9307-e39e72db23d3,OJYpuFw810Sg4bTw0XQf-g,NqU5Mw75BE6kPaD8t11Qow,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3637, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3622, - "FriendlyName": "Sundress (Yacht)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "adf2aa89-61c4-4b7a-9307-e39e72db23d3,t4gMAKp4L0WBaTGf_rtqFw,NqU5Mw75BE6kPaD8t11Qow,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3638, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3623, - "FriendlyName": "Sundress (Veranda)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "adf2aa89-61c4-4b7a-9307-e39e72db23d3,rGMFdPKmK02_OvIIFYlAxA,NqU5Mw75BE6kPaD8t11Qow,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3639, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3624, - "FriendlyName": "Starship Helm", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "380a5e35-b4d0-4119-9721-8ce4c0840fbd,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": true, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 21, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3640, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 3000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3625, - "FriendlyName": "Luchador Mask (Green Lightning)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "1596c113-aa3a-4f5c-b398-e5c3575548e7,5_UnQ7vZ9E2T-EhJ7M-mQw,jL-LAsd03EeN1J-Zp8opew,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3641, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3626, - "FriendlyName": "Luchador Cape (Green Lightning)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "67117b3d-0669-4cf3-8a4f-066cabd4d8b1,Dtis2HpVzkelZb6M9mW5TQ,iqGv6iRJ-UGbofv8-aHKVA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3642, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3627, - "FriendlyName": "Luchador Singlet (Green Lightning)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9c34c2c1-07d7-4180-94a2-be8c9caaae84,7Jx8mrxoi0aQtZEb03CdRA,-IgxYllxkEyr7V1gosWXUA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3643, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3628, - "FriendlyName": "Boxing Shirt (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ff15e25d-d467-47a8-9ecc-e415d5acb90c,rzUd1IMTKUmW0HeMPSIOBQ,0ec6628c-a106-4452-af82-105a3e3a9f2e,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3644, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 2000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3629, - "FriendlyName": "Boxing Helmet (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b99a89c7-38c5-4196-9862-4e1bf9cb0ce1,rzUd1IMTKUmW0HeMPSIOBQ,92714eac-cc07-4f74-a6f5-cfbbadd07e06,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3645, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 4000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3630, - "FriendlyName": "Winged Hat (Kingfisher)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "fe15ca53-c5b8-4acf-9309-ff3f4e610fc9,tXhgU1o_wkaNQ-7P3KXidQ,njEWOjNEQEWCEqmytodpow,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3646, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3631, - "FriendlyName": "Winged Hat (Raven)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "fe15ca53-c5b8-4acf-9309-ff3f4e610fc9,6547pqf6vUm2L89AG6D91A,njEWOjNEQEWCEqmytodpow,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3647, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3632, - "FriendlyName": "Winged Hat (Grackle)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "fe15ca53-c5b8-4acf-9309-ff3f4e610fc9,oxi26T5a4U6L73pF-Pgrhg,njEWOjNEQEWCEqmytodpow,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3648, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3633, - "FriendlyName": "Winged Helm", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "16707919-756d-45ae-95fc-cfb6715b8ae6,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": true, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 21, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3649, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 2500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3634, - "FriendlyName": "Detective Cap (Grey)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5bde836f-9343-4934-b01a-606f707020ef,MQOxmUk-mUG-Ee9m9nX31Q,axPBGoqorEe77Oqqjfzb5w,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3650, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3635, - "FriendlyName": "Detective Coat (Grey)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "033e328f-d9d2-4e53-af20-44f18e3ea208,msOFHoFN9UORkeXXtdqBsw,9ZP617DQk0mZ10J3d5q9oA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3651, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3636, - "FriendlyName": "Turtleneck (Teal)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7e22a4bd-3e87-4d50-8843-9e2e3cf45285,R0UCacpdhUS906Xf7l142A,rzoH8P44a0esN-HnYd3aQg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3652, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3637, - "FriendlyName": "Turtleneck (Grey)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7e22a4bd-3e87-4d50-8843-9e2e3cf45285,G-VKgepBkkeATcwCaS6Rwg,rzoH8P44a0esN-HnYd3aQg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3653, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3638, - "FriendlyName": "Turtleneck (Navy)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7e22a4bd-3e87-4d50-8843-9e2e3cf45285,1LonkCbt4kykeAScYKpwyg,rzoH8P44a0esN-HnYd3aQg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3654, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3639, - "FriendlyName": "Drum Major Shirt (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "a6f1825e-1647-4d06-85d7-ac2d139612c0,82de1ca3-67d6-454d-84fb-0eeece71fcbc,b0298c45-0dd1-453e-bad4-41e4656bb38e,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3655, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 7500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3640, - "FriendlyName": "Drum Major Hat (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "1a028850-64ee-40ab-b547-ebbcfa1b04b3,b444ed0a-eab5-4bd6-af34-d080de74a149,a8a91216-0fcc-461e-a682-95ee82509cce,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3656, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 8000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3641, - "FriendlyName": "Drum Major Gloves (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "4d533b3a-b5fa-446a-842d-92798ad5b493,b444ed0a-eab5-4bd6-af34-d080de74a149,6b38ab79-142b-446e-978c-ad829ade8823,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3657, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3642, - "FriendlyName": "Bounty Hunter Helmet", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "2fadddc1-babd-4cb3-8f5a-0e7c889c3785,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3658, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 4500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3643, - "FriendlyName": "Bounty Hunter Cape", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "e773fddc-ad9f-408c-82c5-2637f75b3214,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3659, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 3500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3644, - "FriendlyName": "Bounty Hunter Armor ", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9ffa6e06-5200-4e53-ac13-f8491aecc864,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3660, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 2000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3645, - "FriendlyName": "Bounty Hunter Glove", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "2ddd2c2b-596c-4022-a488-655b0db1c265,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3661, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3646, - "FriendlyName": "Conductor Cuffs (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "8fc7aaef-adec-4534-8f91-445e4e7095d5,HBt3ToOkUUereoPKwyvzuw,awWjleyNP0akWNYJoehCLA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3662, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3647, - "FriendlyName": "Conductor Jacket (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "e60fccda-8711-463d-b8a3-7cd5e76903b2,2axtF2iOGkez1kfRRGUbYw,cQUquXMk5EGt0VUCuPKBgg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3663, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3648, - "FriendlyName": "Conductor Hat (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "07205057-0804-41de-abe4-bd4027fee1df,LdKaVAveokmp3qRwVBxnFA,YJGsYfwkik2lp7qWqXyXTw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3664, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3649, - "FriendlyName": "Figure Skater Shirt", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9o0gWLJjREG552gxRreT8A,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3665, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 2500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3650, - "FriendlyName": "Figure Skater Skirt", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5PUja-WX00Sme9yBwvDq-g,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3666, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 2500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3651, - "FriendlyName": "Nineties Outfit (Da Bomb)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ca218759-7eed-440e-b5dc-dba15f81e598,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3667, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3652, - "FriendlyName": "Suspicious Goblin Shirt", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "97253092-90ba-4ff2-b137-6324ab244d11,4oywwjb3-kifr-um9x87Pw,11ZEZTFhy0ONpoXb3kiewQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3668, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3653, - "FriendlyName": "Luau Dress (Dahlia)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7aa994d2-6499-4918-ab2a-2531c17e27a7,_OM7UNZENEejgO5h7H1ztg,vUgpsaXrO0ak7huhkHqlUA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3669, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3654, - "FriendlyName": "Luau Shirt (Dahlia)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "vDSlMnayzEqWXwT-lkcKSA,d27e5m1BLUWI42Pxnj6F4A,ytfIq0TiYU6EUdd0ruaGAQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3670, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3655, - "FriendlyName": "Luau Hat (Dahlia)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "0QOlT9c5xUuinpfZaoEe8Q,p3g8YAOhTUKAiE-Wh-X-aA,sIP83lqv3kG31TH5Rw4gqg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3671, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3656, - "FriendlyName": "Luau Headband (Dahlia)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "3eb14fcf-5d20-47d3-b991-97808798a225,Asfe0ZRi50eryD5wlJzgzA,5ekjxLQZwUm7-iXJ0bYSiQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3672, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3657, - "FriendlyName": "Fighter Pilot Helmet (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ec836d2a-b1b8-4566-b8eb-123ae2845956,8c74ee27-3d56-401b-8a8c-7868a80770e8,9d6ac0b7-bbef-40bc-9173-effe65d7c0ff,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3673, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3658, - "FriendlyName": "Fighter Pilot Uniform (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ff7e6d41-5c27-4516-930c-ad0e9a23cce2,8c74ee27-3d56-401b-8a8c-7868a80770e8,435eba0d-d8f9-43cc-91aa-2959d63c6fa7,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3674, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3659, - "FriendlyName": "Fighter Pilot Gloves (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5800d2b5-75b8-442f-8b10-63bd3d73a1b8,8c74ee27-3d56-401b-8a8c-7868a80770e8,7869b2a5-cd89-4033-b9f7-4f1451ecb47b,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3675, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3660, - "FriendlyName": "Deep Sea Diver Suit (Kraken)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "c3745cee-d87e-4a23-b6e2-64ebf05c8b11,Su7kiW24d0KapNns96JoFQ,EiIow5mS80qpoS10r1ZdvQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3676, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 6500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3661, - "FriendlyName": "Deep Sea Diver Tank (Kraken)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "8d97303c-5138-4da1-a74d-378da19d11cb,Su7kiW24d0KapNns96JoFQ,ZpyoWbO6GkGglXlMuYUARw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3677, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3662, - "FriendlyName": "Deep Sea Diver Helmet (Kraken)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "4fcb5b84-13a9-43e6-9680-72b17874ae53,Su7kiW24d0KapNns96JoFQ,a3Er_BCApUiPtBaGkSH9LA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3678, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 9500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3663, - "FriendlyName": "Deep Sea Diver Gloves (Kraken)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b1c3ccc8-91d7-434e-b9cc-bd632fffc01b,Su7kiW24d0KapNns96JoFQ,0p5N9U5qokKdQhW07yYLGQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3679, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3664, - "FriendlyName": "Fancy Cape (Grey)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "46cde502-86d6-4061-a80c-67458ffd4d60,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3680, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3665, - "FriendlyName": "Fancy Cape (Gilded)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "46cde502-86d6-4061-a80c-67458ffd4d60,crl8VlZ59kGxG01noGEWmA,EckOEU0mJkGIVDvYoKBN9g,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3681, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 2500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3666, - "FriendlyName": "Chef Hat (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "af33bdb1-b7fa-4fe6-b37a-b1fe6a420879,PR5dh2jf2kqGLO0lXgA69A,-lYK7LhYyEy6wqL1tIE9cg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3682, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3667, - "FriendlyName": "Chef Coat (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ff5c62b3-4f41-4acd-bfd8-8db00de4f36c,PR5dh2jf2kqGLO0lXgA69A,VDn1hO6ahky0GDJt5dRmyg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3683, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3668, - "FriendlyName": "Formal Vest (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "3d9d52cb-6a3d-436b-90e7-e76f238329ee,m4W5D0Oa9kaWa-8I96YYzA,WF_fg80f30qvHit0vGBwCA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3684, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3669, - "FriendlyName": "Formal Dress (Red Sequins)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "73a119ab-d2c8-4da9-98b2-29edbb38e2c2,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3685, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 3000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3670, - "FriendlyName": "Cat Ears (Grey)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "3d5184e1-0201-4476-bf4b-4eb28190de62,96e42c7a-2881-4299-a2fe-80c0d4d5ca26,1e3195ab-f7f6-41f4-a5ec-378d09ecdf69,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3686, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 9000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3671, - "FriendlyName": "Soda Clerk Uniform (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "iai6P7dDTUq8S4hqQmY1YA,oKxmH-1s2EyIDkZoOQSQQw,MBuxBAIkpkWI26d-arAKQg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3687, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3672, - "FriendlyName": "Soda Clerk Hat (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "Wua43ED71UqL71ATtyS0iQ,XFCpIdeDXUqeYCIgh4fGtg,sV_ByCug30G1Gw-77KUe1Q,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3688, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3673, - "FriendlyName": "Soda Clerk Uniform (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "iai6P7dDTUq8S4hqQmY1YA,XFCpIdeDXUqeYCIgh4fGtg,MBuxBAIkpkWI26d-arAKQg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3689, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3674, - "FriendlyName": "Beanie (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "41bece0e-9b5d-4151-bf5c-d0e786a803b4,fLWfBSEO6U6aHrDm3nKFEQ,uWXtz0WaO0qJ1W4TfWnLqg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3690, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3675, - "FriendlyName": "Beanie (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "41bece0e-9b5d-4151-bf5c-d0e786a803b4,wbFPXIg5gUK3QK6YycZexg,uWXtz0WaO0qJ1W4TfWnLqg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3691, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3676, - "FriendlyName": "Anime Skirt (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "MJkDYDH510izAab13ZfXQw,kTP3xKhzBkuQF3SqvmYFKA,2UNd6eViFUO359xjSiuu2A,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3692, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 6500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3677, - "FriendlyName": "Anime Bow (Pink)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "WuShlrJnHUKuscn8e6Rt2g,i3rD_hnQG0a-5f6Ve4AfWg,M5z2wk-GDkOAjvZzqsfcNQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3693, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3678, - "FriendlyName": "Anime Tiara (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "hT7nSD7Ts06F_1SNlOMLwg,kLv_wsbbGUmlfIUO1QLYLw,mG60EPIQIkaJNgOkonVmZg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3694, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 8500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3679, - "FriendlyName": "Anime Glove (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "eS_or4AnMka9M_bD7YN28g,1FcyrVGyGEC9dmOq_51nFQ,ZtCqMnFTQUWv2h0MfZ4m6A,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3695, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3680, - "FriendlyName": "Jacket Dress (Red) ", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "6fccd476-c621-4f3f-b2e3-45c95be912b5,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3696, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3681, - "FriendlyName": "Jacket Dress (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "6fccd476-c621-4f3f-b2e3-45c95be912b5,v_5qFi-vAUSDd1fLNL7pvA,X0_GvGrZGkSP9Ub81CHgqQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3697, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3682, - "FriendlyName": "Jacket Dress (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "6fccd476-c621-4f3f-b2e3-45c95be912b5,y5O8zRJy4kuhnXzATSWKew,X0_GvGrZGkSP9Ub81CHgqQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3698, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3683, - "FriendlyName": "Cowboy Hat (Brown)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ad0bdec5-f767-42e7-99e0-221473464a85,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3699, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 6000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3684, - "FriendlyName": "Viking Helmet", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "c87239ca-a255-4b13-bbc5-1b38236fb4cc,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3700, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 8500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3685, - "FriendlyName": "Cowboy Vest (Brown)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ba84b23e-01ee-4668-a7ef-2e3e0eca2f23,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3701, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 7000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3686, - "FriendlyName": "Cowboy Gloves (Brown)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9eb7f505-5afd-4b28-9886-7996d38c59c6,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3702, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3687, - "FriendlyName": "Squid Hat", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "899f1d17-eee1-4b7d-a112-fbbba597e738,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3703, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3688, - "FriendlyName": "Party Hat (Celebration)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "8df990d9-141a-4757-b4f2-138d5e68ab74,RROvzwtshUGyRudVIBn8bw,MrrsmY0J0EKduH-f5wUj6g,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3704, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3689, - "FriendlyName": "Business Tie (Red Sequins)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "05ec4e87-088f-4281-a118-2e63c2585200,Wm30oV5BtEuFQZFk3dPK_w,tfiSfpRez0y_R4QjAhO0bQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3705, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3690, - "FriendlyName": "Bow Tie (Red Sequins)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "6dd261d8-9806-4dac-81c4-a58f6d6a7f9a,Wm30oV5BtEuFQZFk3dPK_w,0R3Mh96tS0631EZYs03dmw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3706, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3691, - "FriendlyName": "Hero Guy Armor", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ffad1160-8383-4b4a-a5b9-223476b49b92,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3707, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 7500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3692, - "FriendlyName": "Hero Gal Armor", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "1988692c-aae3-450b-acd6-e9015b831f5c,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3708, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 7500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3693, - "FriendlyName": "Hero Bracer ", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "fa0e701c-5e80-46f4-8817-6e2dbf904734,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3709, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3694, - "FriendlyName": "Hero Crown", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b4e48239-a3b0-49ed-b78a-86f4e3aaca1e,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3710, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 2500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3695, - "FriendlyName": "Martial Arts Gi (Strength) ", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "25769d1f-4ecb-4d92-b692-322b38c013b5,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3711, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3696, - "FriendlyName": "Martial Arts Gi (Speed)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "e29d044e-79fb-4280-bca9-aa1e1257e968,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3712, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3697, - "FriendlyName": "Martial Arts Gi (Cunning) ", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "6423f23e-dde3-4428-96f5-6091027c92cb,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3713, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3698, - "FriendlyName": "Fox Ears", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "31bb82db-cd30-4988-a8bf-3ce55a12a4c9,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": true, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 21, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3714, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 2500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3699, - "FriendlyName": "Rec Room Hoodie (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b6rLwzD4NkKV7xKn9ZYVkA,LuYelZY8NkqmOp1pnxPXBg,oHKhT-GTx0iFWrrlz9s6Tw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3715, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3700, - "FriendlyName": "Disco Ball Hat", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "a5b747b8-c1a5-4bce-999f-e13dbe77bde6,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3716, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 9000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3701, - "FriendlyName": "Star Captain Hat ", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "34f45c5b-fea7-40b4-add7-bc7a37000ab5,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3717, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3702, - "FriendlyName": "Bandana (Dots, Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,40ldoL7MAUKnb5JA68CMBA,b292eb4b-07e3-4a48-99b5-3c6587a1e02e,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3718, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3703, - "FriendlyName": "Bandana (Flowers, Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,40ldoL7MAUKnb5JA68CMBA,27a5df72-4095-4837-bf24-cdd3d95a43e9,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3719, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3704, - "FriendlyName": "Bandana (Plaid, Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,40ldoL7MAUKnb5JA68CMBA,cf119781-5bd9-4b85-9a0b-12e82e988c23,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3720, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3705, - "FriendlyName": "Stunt Singlet (Pink)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "17236d76-e3b6-42f6-9179-6fcf0479436f,i1XbjBqTu0CILIuJClWimA,B-sIpWNOfEigMeQF-WVR1g,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3721, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3706, - "FriendlyName": "Stunt Singlet (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "17236d76-e3b6-42f6-9179-6fcf0479436f,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3722, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3707, - "FriendlyName": "Snowy Owl Cape", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9441142e-981c-4f35-8f9d-b4b3604da9a4,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3723, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 7500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3708, - "FriendlyName": "Snowy Owl Mask", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "771863b6-70d1-4f48-9c64-c621ce0fea46,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3724, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 4500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3709, - "FriendlyName": "Cheerleader Skirt (Victory)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "657efe89-620a-46a2-8b58-cafd855c7cd5,eWf2c62cqEOkRukLzhl_wQ,KFq8d1VsO0KDqBWUj4qRFg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3725, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3710, - "FriendlyName": "Cheerleader Sweater (Victory)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9073d6a0-3bc1-4c82-aeb3-d4ee195538b4,6secgNPvmUyFnI3NC5dIYw,5V_1JEDrRUa1UPKhtrSB2w,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3726, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3711, - "FriendlyName": "Square Glasses (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f527ffaf-da03-4519-82ed-46a9cb981dc3,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3727, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3712, - "FriendlyName": "Square Glasses (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f527ffaf-da03-4519-82ed-46a9cb981dc3,a1c51d1e-1d5f-4f8a-bc0f-6a20eddfe58a,e0186718-4a18-434b-b96e-0c9c912f0d1f,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3728, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3713, - "FriendlyName": "Square Glasses (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f527ffaf-da03-4519-82ed-46a9cb981dc3,c5884778-a87f-4612-9717-86fbb65d440f,e0186718-4a18-434b-b96e-0c9c912f0d1f,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3729, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3714, - "FriendlyName": "Hoodie Jacket", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "85e03c16-4288-45f4-a579-c911437d27d4,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3730, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3715, - "FriendlyName": "Astronaut Helmet (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f218e2de-46fd-45b9-9e0e-670b6bb905e7,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 15, - "ItemSetFriendlyName": "White Astronaut Set" - } - ], - "PurchasableItemId": 3731, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 10000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3716, - "FriendlyName": "Bog Monster Suit", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "dedd2e98-2721-4de6-92f2-9d399f34e8fe,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 3, - "ItemSetFriendlyName": "Bog Monster" - } - ], - "PurchasableItemId": 3732, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 3000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3717, - "FriendlyName": "Bog Monster Wrist", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "4e42e02e-33fd-4ff9-b74e-9bde26253c35,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 3, - "ItemSetFriendlyName": "Bog Monster" - } - ], - "PurchasableItemId": 3733, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3718, - "FriendlyName": "Bog Monster Hood", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "20b424a9-861a-4d39-a583-22d7b7348c14,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 3, - "ItemSetFriendlyName": "Bog Monster" - } - ], - "PurchasableItemId": 3734, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 9000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3719, - "FriendlyName": "Championship Wrestling Belt", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9231a9c6-7638-4fe9-bd2f-eac6c943009b,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": true, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 21, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3735, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 2500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3720, - "FriendlyName": "Silly Shorts (Lonely Island)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ae180fb1-3e74-4232-9a9d-388fd488eba1,zJMD-_HR80WCAUqYGe7_NA,rAzhaLh1nEWMd9v1D-HWcQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3736, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3721, - "FriendlyName": "Silly Shorts (Donut Dreams)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ae180fb1-3e74-4232-9a9d-388fd488eba1,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3737, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3722, - "FriendlyName": "Luchador Cape (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "67117b3d-0669-4cf3-8a4f-066cabd4d8b1,xNjX_6-aREm0cYZObVLiAg,OE-PtL0-0kWcJPwn1wvuVg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3738, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 4500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3723, - "FriendlyName": "Luchador Cape (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "67117b3d-0669-4cf3-8a4f-066cabd4d8b1,Kcyp8sv0202Puym1Wf86xg,OE-PtL0-0kWcJPwn1wvuVg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3739, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 4500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3724, - "FriendlyName": "Astronaut Helmet (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f218e2de-46fd-45b9-9e0e-670b6bb905e7,JFalLDUvm0aMm3wh1UVfVg,iQjkS1xYP0S63ltvKpkz5g,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 21, - "ItemSetFriendlyName": "Orange Astronaut Set" - } - ], - "PurchasableItemId": 3740, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 10000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3725, - "FriendlyName": "Astronaut Suit (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ec5255d5-edaf-4888-9fe1-e89ac0e0d300,9GhnX4Pj4E-wxbPlD8GB-g,YSrGwXybGEqaqHNCS64qOA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 21, - "ItemSetFriendlyName": "Orange Astronaut Set" - } - ], - "PurchasableItemId": 3741, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 8500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3726, - "FriendlyName": "Astronaut Gloves (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "88739d79-aeb9-471a-b25b-776f46bba9f6,y_gTbnuYS0GKJmnCs2retw,hjk9OO8CW0KNGR7A6_p84A,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 21, - "ItemSetFriendlyName": "Orange Astronaut Set" - } - ], - "PurchasableItemId": 3742, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3727, - "FriendlyName": "Animal Sweater (Ferret) ", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "20eb23e8-ab3b-44fc-8038-3714946c1a09,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3743, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3728, - "FriendlyName": "Beekeeper Suit (Teal)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "1ebbfdfc-f72b-4d70-99d4-4d527f896aa7,oZ8k0Qv3SkG-DkY0_dP7UA,afd88a79-7f03-40f6-bcb4-c247dd86edc4,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3744, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 3000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3729, - "FriendlyName": "Beekeeper Veil (Teal)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "96bc2f9f-ce3a-4c4c-b92c-cfed4ed4594f,oZ8k0Qv3SkG-DkY0_dP7UA,e4b53a9a-ac95-49ae-bf68-615bb23fa075,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3745, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 4500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3730, - "FriendlyName": "Beekeeper Gloves (Teal)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "4025e4c4-abaa-4729-a2a3-a7175313e5ed,oZ8k0Qv3SkG-DkY0_dP7UA,1f18670d-df52-4d2b-8009-a32cf7c67b40,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3746, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3731, - "FriendlyName": "Winter Cloak (Hearthstone)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b9d08f9a-b23d-4d7e-978b-a0cd8adbfe9c,pXrZhtzjV02_qvIQoWEFWA,Hj8WnsdidE6rJeNyOmWUfg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3747, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 4500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3732, - "FriendlyName": "Mirrored Glasses (Silver)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7db6b49f-3e2a-4da8-bdfa-e9ad9ebc5ba6,f841cdfa-45ba-4f09-a117-503eef34cb4b,9c55b609-b7dc-4070-a3ad-6351a0054a06,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3748, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 3500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3733, - "FriendlyName": "Mirrored Glasses (Gold)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7db6b49f-3e2a-4da8-bdfa-e9ad9ebc5ba6,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3749, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 3500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3734, - "FriendlyName": "Aviator Hat (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7a7d8a06-7982-4bcb-b7bd-4d03b48889b4,FjnZ-D1hcESLOWL4Ukv7kw,ff5ae41e-e446-4a96-8c11-49d85556fa81,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3750, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3735, - "FriendlyName": "Aviator Coat (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "42aa7888-f0b9-4584-9cc1-966585c6b36e,2APfqVnnQUaDYKi-fQg8jg,9009bcdf-b6f7-4dae-b2ec-895511d118ff,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3751, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3736, - "FriendlyName": "Aviator Gloves (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "125a3a62-1005-47dc-9fd8-ee09ea803e9f,7nRz9Jmnn066_PzngkhfFA,5659ce2c-9cb0-49da-8c39-4b7df0f8deec,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3752, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3737, - "FriendlyName": "Aviator Goggles (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "47629ed1-5378-427c-ad61-4b44d2fe90cc,qJGX62O_HUiZWN61NAc1Lg,556f876a-70da-4104-b792-fca8ad67be0c,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3753, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3738, - "FriendlyName": "KO - Tire Track", - "Tooltip": "", - "ConsumableItemDesc": "J1WqFNUWo0OBi4LGKPDHWw", - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 110000, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3754, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3739, - "FriendlyName": "Steampunk Topper", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "gwLiwmqBIk6glFxvaTzxeA,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 19, - "ItemSetFriendlyName": "Male Steampunk Set" - } - ], - "PurchasableItemId": 3755, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 8000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3740, - "FriendlyName": "Steampunk Hat", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "JWanxvOHyESg9F_HlmTOfA,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3756, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 8000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3741, - "FriendlyName": "Graphic Cap (Buckaneer)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "14ef6b00-debf-4a85-9755-b4d37df496d3,5iCrYb8MBkqN6IBEe3IipQ,SroEVC6vBkG42ILwCtKB9w,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3757, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-05-01T20:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3742, - "FriendlyName": "Turtleneck (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7e22a4bd-3e87-4d50-8843-9e2e3cf45285,5mcp7-2ZEE6n3-zN3_CoWw,rzoH8P44a0esN-HnYd3aQg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3758, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-05-01T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3743, - "FriendlyName": "Turtleneck (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7e22a4bd-3e87-4d50-8843-9e2e3cf45285,IXWd396grEOWHt32L7fCpQ,rzoH8P44a0esN-HnYd3aQg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3759, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-05-01T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3744, - "FriendlyName": "Ski Buddy Ear Muffs (Summit)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "6QT99hx6DE6t9cKAs61i3w,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3760, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3745, - "FriendlyName": "Ski Buddy Ear Muffs (Chill)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "6QT99hx6DE6t9cKAs61i3w,KwCEye0nsESFs-yj4h9sjQ,c_t9XDbn-Eqml1O-wC5zJQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3761, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3746, - "FriendlyName": "Long Coat (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "745c5110-104e-4b37-aabf-7c690fd54811,w_aK2K9bHEeU6oSQ7BK0qg,3ba69a39-a4e7-4505-bae7-8db31360ec1c,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3762, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3747, - "FriendlyName": "Beret (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ef84cb35-5e25-4aa6-82c9-17f01a5040c7,TKbjEeTWfUyA1u4laoULMg,FWL8ZeMe9EerdB0_Fya3AA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3763, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3748, - "FriendlyName": "Poindexter Shirt (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "pQqNvrhDJ0uuipKHA2qUOA,lq59KZwElEStrviDEQLLcA,olyS074RHU-ojE0GzBBYJw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3764, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3749, - "FriendlyName": "Basketball Jersey (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "348ac48b-986e-4d42-a0f7-1aea16b88271,RU-B71GUF0WPduoSOI1XMg,54a5c055-f757-4c00-a1e1-8b0b6552c608,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3765, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-04-04T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3750, - "FriendlyName": "Basketball Jersey (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "348ac48b-986e-4d42-a0f7-1aea16b88271,se0-2ylLD0u6sqCVPkeP6A,54a5c055-f757-4c00-a1e1-8b0b6552c608,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3766, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-04-04T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3751, - "FriendlyName": "Basketball Jersey (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "348ac48b-986e-4d42-a0f7-1aea16b88271,ojTIShRZHEOV1qQRfhwvTA,54a5c055-f757-4c00-a1e1-8b0b6552c608,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3767, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-04-04T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3752, - "FriendlyName": "Animal Sweater (Axolotl)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "20eb23e8-ab3b-44fc-8038-3714946c1a09,azbt5pgvrUS4LQwhndFeJg,cHZ4lDnSoUypIXCiRRowzg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3768, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3753, - "FriendlyName": "Nineties Outfit (Aiight)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ca218759-7eed-440e-b5dc-dba15f81e598,ulOBBvFEJ0ioFA1qmL390A,u9yHtj_tfkuowGp0h_YpFg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3769, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-05-05T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3754, - "FriendlyName": "Nineties Outfit (Booyah)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ca218759-7eed-440e-b5dc-dba15f81e598,V4CVhCB8eU-nrfYgticVOA,u9yHtj_tfkuowGp0h_YpFg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3770, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3755, - "FriendlyName": "Flannel (Black)\t", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "8b065e2a-b106-4f11-b415-4c47ce87993e,eOJkmpSL4EypK-AQz7j8gQ,uZjxYOMa10GzJ9wQkRge2w,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3771, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-05-30T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3756, - "FriendlyName": "Cloche (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "a16d59da-caa5-4388-af67-315bfcb16f64,w9I-I0GWRE-3RgOUMMlHjg,WWmx0nBo3k2nXUPPRJVJLQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3772, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-05-12T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3757, - "FriendlyName": "Cloche (Tan)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "a16d59da-caa5-4388-af67-315bfcb16f64,bmi_S166JEGWhf_7woVL0A,WWmx0nBo3k2nXUPPRJVJLQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3773, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3758, - "FriendlyName": "Cloche (Teal)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "a16d59da-caa5-4388-af67-315bfcb16f64,dSEiNUAZnUmErO5Vfv51zg,WWmx0nBo3k2nXUPPRJVJLQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3774, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-05-12T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3759, - "FriendlyName": "Cloche (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "a16d59da-caa5-4388-af67-315bfcb16f64,jTG-jnKn0k-Etg_-4Gb9gw,WWmx0nBo3k2nXUPPRJVJLQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3775, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-05-12T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3760, - "FriendlyName": "Sandbox D10 Skin Pewter", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": null, - "AvatarItemType": 0, - "EquipmentPrefabName": "[Sandbox_D10]", - "EquipmentModificationGuid": "I161QAym2kqPi5wXIHCt8A", - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3776, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2020-02-12T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3761, - "FriendlyName": "Cheerful Dress (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b02053b3-013f-42b0-8881-85f5be2b8cda,05K7dmjigkCByO2ufw9jtw,93987d32-7a6e-45df-af56-76f912969ce7,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3777, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-05-26T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3762, - "FriendlyName": "Cheerful Dress (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b02053b3-013f-42b0-8881-85f5be2b8cda,yOw1WqEN0EWqR9t53EsQpw,93987d32-7a6e-45df-af56-76f912969ce7,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3778, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3763, - "FriendlyName": "Cheerful Dress (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b02053b3-013f-42b0-8881-85f5be2b8cda,qoVZuGa5NkOmyfikHjDhXw,93987d32-7a6e-45df-af56-76f912969ce7,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3779, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-05-26T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3764, - "FriendlyName": "Tracksuit (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "d766c8d3-76e8-4021-b0a4-24b78fb7eaba,uUOO-k5KS0mU7B5BLaOpnA,adae82eb-a4b9-4541-acf2-76cea839a593,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3780, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3765, - "FriendlyName": "Tracksuit (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "d766c8d3-76e8-4021-b0a4-24b78fb7eaba,Ijf-j7EgEkGYOKo9SQNLRw,adae82eb-a4b9-4541-acf2-76cea839a593,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3781, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3766, - "FriendlyName": "Raincoat (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9e6397dd-b7b0-4d32-8c86-1910106a8478,q_HcScqHgEG-x70g1wtfLA,T7zwcIIc8Ee3ud8a2JCuwQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3782, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-06-09T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3767, - "FriendlyName": "Raincoat (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9e6397dd-b7b0-4d32-8c86-1910106a8478,M-N9vQt0CEefqgmeLp3l4g,T7zwcIIc8Ee3ud8a2JCuwQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3783, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-06-09T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3768, - "FriendlyName": "Conductor Jacket (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "e60fccda-8711-463d-b8a3-7cd5e76903b2,Chiz8maLoEGDpZOJZEtdQg,cQUquXMk5EGt0VUCuPKBgg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3784, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3769, - "FriendlyName": "Conductor Hat (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "07205057-0804-41de-abe4-bd4027fee1df,jwXdjDbEmkOFyKZHT_RYOw,YJGsYfwkik2lp7qWqXyXTw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3785, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3770, - "FriendlyName": "Conductor Cuffs (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "8fc7aaef-adec-4534-8f91-445e4e7095d5,5Dbc8qCaY0OXEuwykM4naA,awWjleyNP0akWNYJoehCLA,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3786, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-06-16T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3771, - "FriendlyName": "Flat Cap (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5e3929d3-d291-4e91-a0ba-2ef203e407d3,9aYT6E9sd0OSavlmkhtkGw,73fc2e2a-a036-410b-bafa-3a07658245b5,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3787, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-06-25T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3772, - "FriendlyName": "Flat Cap (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5e3929d3-d291-4e91-a0ba-2ef203e407d3,H-ypJNyVSka9as7rDFRZ_A,73fc2e2a-a036-410b-bafa-3a07658245b5,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3788, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-06-25T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3773, - "FriendlyName": "Flat Cap (Tan)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5e3929d3-d291-4e91-a0ba-2ef203e407d3,-7uPJmO-wUu3cUhqo0caPg,73fc2e2a-a036-410b-bafa-3a07658245b5,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3789, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3774, - "FriendlyName": "Sundress (Meadow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "adf2aa89-61c4-4b7a-9307-e39e72db23d3,sz-J7RjesE-ke3bKwumzZQ,mkNzDvyGfEijbdzAxKYrPQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3790, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3775, - "FriendlyName": "Sundress (Estate)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "adf2aa89-61c4-4b7a-9307-e39e72db23d3,6PyJEQxyd0K9TPRnvt_86Q,mkNzDvyGfEijbdzAxKYrPQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3791, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-06-30T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3776, - "FriendlyName": "Sundress (Vineyard)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "adf2aa89-61c4-4b7a-9307-e39e72db23d3,QlZt51mdn0WuiqKoJaIRyA,mkNzDvyGfEijbdzAxKYrPQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3792, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-06-30T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3777, - "FriendlyName": "Luchador Singlet (Pouncing Tiger)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9c34c2c1-07d7-4180-94a2-be8c9caaae84,TLrw3oncCE2MeuVifXSWTg,-_ViYCHHRUip7oN_AnH0Og,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3793, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3778, - "FriendlyName": "Luchador Cape (Pouncing Tiger)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "67117b3d-0669-4cf3-8a4f-066cabd4d8b1,_VfdBTi7PU276qzsYKayow,qSsEcadcm0-twR1TvVcgYQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3794, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3779, - "FriendlyName": "Luchador Mask (Pouncing Tiger)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "1596c113-aa3a-4f5c-b398-e5c3575548e7,RA7cizxxYE6J8yV_0XwPxA,VSLcLM0TJU2kJU5gS4KZGw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3795, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 1500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3780, - "FriendlyName": "Luau Dress (Poppy)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7aa994d2-6499-4918-ab2a-2531c17e27a7,IzdUC8x0F02i3BhPfEUOYw,CAqT_iLfQ0qQ-GbIdAsZow,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3796, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3781, - "FriendlyName": "Luau Shirt (Poppy)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "vDSlMnayzEqWXwT-lkcKSA,adJVA26PyUSVvmZgxkCAmQ,0WOBGm34H0ySBC10VToa9g,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3797, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3782, - "FriendlyName": "Luau Hat (Poppy)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "0QOlT9c5xUuinpfZaoEe8Q,cSFt9MWLj06CDzIzATqrTg,znNiHfNdTE-szOIAnIWFQg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3798, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3783, - "FriendlyName": "Luau Headband (Poppy)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "3eb14fcf-5d20-47d3-b991-97808798a225,B9DJPqTeYUuPnPHRbKzEJA,5ekjxLQZwUm7-iXJ0bYSiQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3799, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3784, - "FriendlyName": "Traveler Shirt (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "vDSlMnayzEqWXwT-lkcKSA,gwdtq3NiEEmMKYtn1VPoiw,M-mi8QUHwEeIewXE8uAlrQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3800, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-07-28T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3785, - "FriendlyName": "Traveler Hat (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "0QOlT9c5xUuinpfZaoEe8Q,aiBfwCNwpUyJ0rYKCMa7qw,Cjy-bE0PikWLCRrL4U2NGQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3801, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 750 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3786, - "FriendlyName": "Football Helmet (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5a38f864-7d1c-4989-8558-40b9668f78ef,X24EvVokeUqyDNdqevV2EA,7660e11a-7ef0-43d3-bc02-76b3a4aab064,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3802, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3787, - "FriendlyName": "Football Helmet (Gray)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5a38f864-7d1c-4989-8558-40b9668f78ef,UfhOpLemQ0ypYh7CIC3W1Q,7660e11a-7ef0-43d3-bc02-76b3a4aab064,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3803, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-01-29T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3788, - "FriendlyName": "Football Shoulder Pads (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "34d45669-b319-4c7d-bd05-078961d70d0b,vMqhT19x302aYEo6E9HhOA,e17481fc-b2b6-47a5-91e5-7205f45a3247,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3804, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3789, - "FriendlyName": "Football Shoulder Pads (Gray)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "34d45669-b319-4c7d-bd05-078961d70d0b,kCqthBeVvUKZA9b76kxuVQ,e17481fc-b2b6-47a5-91e5-7205f45a3247,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3805, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-01-29T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3790, - "FriendlyName": "Plastic Sunglasses (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "exQz9Zr3HEyOR9nDDrimlQ,z-yaXP9ImkysLOGuCQiblw,S21TW8NwMEWLV9zqHxWfFw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3806, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3791, - "FriendlyName": "Plastic Sunglasses (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "exQz9Zr3HEyOR9nDDrimlQ,SmRcrycMZ0qYNsHuQQOORA,S21TW8NwMEWLV9zqHxWfFw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3807, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-08-15T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3792, - "FriendlyName": "Plastic Sunglasses (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "exQz9Zr3HEyOR9nDDrimlQ,0svDrGn2NkmhUjC1VJUgRg,S21TW8NwMEWLV9zqHxWfFw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3808, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3793, - "FriendlyName": "Plastic Sunglasses (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "exQz9Zr3HEyOR9nDDrimlQ,Aq4fjEW5gEyzetXMoG2tdQ,S21TW8NwMEWLV9zqHxWfFw,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3809, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3794, - "FriendlyName": "Shark Hat", - "Tooltip": "Doo doo doo doo doo doo", - "ConsumableItemDesc": null, - "AvatarItemDesc": "13e70c80-69a4-4ad5-90e5-4dd5e03da677,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3810, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3795, - "FriendlyName": "Bandana (Flowers, Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,Z9H3wUn3_kS6pPehL74aHg,27a5df72-4095-4837-bf24-cdd3d95a43e9,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3811, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-08-22T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3796, - "FriendlyName": "Bandana (Flowers, Black)\t", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,J1bmomo_3Ume0KR2Yh46Uw,27a5df72-4095-4837-bf24-cdd3d95a43e9,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3812, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3797, - "FriendlyName": "Belted Dress (Light Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f51a7ed5-52ea-485f-a430-303697f6fec9,oJFfs62tR0WVRry2Smt8yA,3d971439-41d1-43a2-8434-704f9ec8d906,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3813, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3798, - "FriendlyName": "Belted Dress (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f51a7ed5-52ea-485f-a430-303697f6fec9,MIfCkcrFOEasJqfDmxThdw,3d971439-41d1-43a2-8434-704f9ec8d906,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3814, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3799, - "FriendlyName": "RecFly Vest (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "74c65554-0d15-409b-b9a8-0b2620a7d7e2,GVoh3mdWf0WNA9lfqL1GEw,w9qG5gHlAUqh8f9ZgnezsQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3815, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-09-29T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3800, - "FriendlyName": "RecFly Vest (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "74c65554-0d15-409b-b9a8-0b2620a7d7e2,x4PPvuhg6USE6GSFgZZnCg,w9qG5gHlAUqh8f9ZgnezsQ,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3816, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-09-29T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3801, - "FriendlyName": "Winged Hat (Vintage)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "fe15ca53-c5b8-4acf-9309-ff3f4e610fc9,nn86ATWxekWdIGlPePPgGQ,njEWOjNEQEWCEqmytodpow,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3817, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-10-08T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3802, - "FriendlyName": "Flower Headband (Pink)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "2b2eb9e5-d52e-4004-bdb2-0bcf6910992d,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3818, - "Type": 0, - "Prices": [ - { "CurrencyType": 2, "Price": 750 }, - { "CurrencyType": 400, "Price": 100000 } - ], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3803, - "FriendlyName": "Sun Hat", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "703f1987-2b31-4b6f-bab7-1939b1105ac0,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3819, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3804, - "FriendlyName": "Visor", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "8c51fc1a-b1ad-4002-a13c-4313abd92c7f,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3820, - "Type": 0, - "Prices": [ - { "CurrencyType": 2, "Price": 550 }, - { "CurrencyType": 400, "Price": 10 } - ], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3805, - "FriendlyName": "Baseball Helmet (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "293e7ad3-01c9-43af-96e3-06c34145ff12,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3821, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3806, - "FriendlyName": "Beret (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ef84cb35-5e25-4aa6-82c9-17f01a5040c7,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3822, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3807, - "FriendlyName": "Bike Helmet (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "71014872-d879-4858-9d68-58da3c673d8b,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3823, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3808, - "FriendlyName": "Bow (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "1e504fee-b593-4037-bd8f-b88025147991,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3824, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3809, - "FriendlyName": "Boxing Helmet (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "b99a89c7-38c5-4196-9862-4e1bf9cb0ce1,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3825, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 4000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3810, - "FriendlyName": "Beanie (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "41bece0e-9b5d-4151-bf5c-d0e786a803b4,58YffnGSUU6umcI1i0RvZw,uWXtz0WaO0qJ1W4TfWnLqg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3826, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-10-29T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3811, - "FriendlyName": "Cat Ears (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "3d5184e1-0201-4476-bf4b-4eb28190de62,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3827, - "Type": 0, - "Prices": [ - { "CurrencyType": 2, "Price": 9000 }, - { "CurrencyType": 400, "Price": 500 } - ], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3812, - "FriendlyName": "Beanie (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "41bece0e-9b5d-4151-bf5c-d0e786a803b4,Iezz6gCFfkKdVcmPXIhunw,uWXtz0WaO0qJ1W4TfWnLqg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3828, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3813, - "FriendlyName": "Cloche (Pink)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "a16d59da-caa5-4388-af67-315bfcb16f64,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3829, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 300 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3814, - "FriendlyName": "Cowboy Hat (Cherry)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ad0bdec5-f767-42e7-99e0-221473464a85,624c85e5-095a-48b6-85fb-c9bbade19a8d,54778d93-2cff-48db-b25b-65c08b0e5be8,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3830, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 6000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3815, - "FriendlyName": "Cowboy Hat (Black, Gold)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ad0bdec5-f767-42e7-99e0-221473464a85,192ba73d-6990-42da-8fe0-914c2a7181eb,54778d93-2cff-48db-b25b-65c08b0e5be8,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3831, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 6000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3816, - "FriendlyName": "Cowboy Hat (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ad0bdec5-f767-42e7-99e0-221473464a85,5e00a832-3f25-4dd3-84d2-b6ed6a4b4c37,54778d93-2cff-48db-b25b-65c08b0e5be8,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3832, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 6000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3817, - "FriendlyName": "Baseball Cap (White, Yellow, Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "14ef6b00-debf-4a85-9755-b4d37df496d3,XLYLo5qgW0eociGDgQ16PA,r_GLekt6mkWxXw8zPPR8Mg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3833, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-11-12T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3818, - "FriendlyName": "Equestrian Helmet (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "a628d62c-fa30-4405-bcbc-3e646e3a3434,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3834, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3819, - "FriendlyName": "Baseball Cap (White, Turquoise, Grey)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "14ef6b00-debf-4a85-9755-b4d37df496d3,yxWEn-oaYE2YvvnrTVV5WQ,r_GLekt6mkWxXw8zPPR8Mg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3835, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3820, - "FriendlyName": "Firefighter Helmet (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "bb54e0e9-5d90-41f3-94c0-8e82f1791af1,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3836, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3821, - "FriendlyName": "Baseball Cap (White, Orange, Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "14ef6b00-debf-4a85-9755-b4d37df496d3,M8IYDK6aTUyn5mRhr51GtA,r_GLekt6mkWxXw8zPPR8Mg,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3837, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": "2021-11-12T21:00:00" - }, - { - "GiftDrops": [ - { - "GiftDropId": 3822, - "FriendlyName": "Drum Major Hat (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "1a028850-64ee-40ab-b547-ebbcfa1b04b3,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3838, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 8000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3823, - "FriendlyName": "Flat Cap (Grey)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5e3929d3-d291-4e91-a0ba-2ef203e407d3,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3839, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3824, - "FriendlyName": "Lacrosse Helmet (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7134c60b-0640-463a-8d97-caa9184bef93,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3840, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3825, - "FriendlyName": "Football Helmet (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5a38f864-7d1c-4989-8558-40b9668f78ef,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3841, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3826, - "FriendlyName": "Lacrosse Helmet (Pink)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "7134c60b-0640-463a-8d97-caa9184bef93,e3454bc7-c88d-4958-8b81-db3fe5472a1e,7e688b30-ed13-4790-9ad8-c49885d1b7e8,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3842, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 400 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3827, - "FriendlyName": "Football Helmet (Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5a38f864-7d1c-4989-8558-40b9668f78ef,d8d490aa-7088-4163-9305-1441367f490c,7660e11a-7ef0-43d3-bc02-76b3a4aab064,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3843, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3828, - "FriendlyName": "Football Helmet (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5a38f864-7d1c-4989-8558-40b9668f78ef,61ff7a02-50ff-49ea-b95e-c31b95a30c8e,7660e11a-7ef0-43d3-bc02-76b3a4aab064,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3844, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3829, - "FriendlyName": "Flower Hair Clip (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "a61e86cd-f7e7-4ac7-a6e8-df269bc5cb01,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3845, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 700 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3830, - "FriendlyName": "Hockey Helmet (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "8d703940-224a-4b0c-a04d-f365550071e1,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3846, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3831, - "FriendlyName": "Luchador Mask (Green)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "1596c113-aa3a-4f5c-b398-e5c3575548e7,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3847, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 900 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3832, - "FriendlyName": "Captain Hat (White, Blue, Gold)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f5c9743f-e77c-42f2-ba63-9843342cbf8e,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3848, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 750 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3833, - "FriendlyName": "Captain Hat (White, Black, Gold)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f5c9743f-e77c-42f2-ba63-9843342cbf8e,f5403c89-9769-479b-8a05-c71607f9b189,a4e51b6b-fdfd-47dc-9d0e-f26f383e03e9,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3849, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3834, - "FriendlyName": "Captain Hat (White, Black, Silver)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f5c9743f-e77c-42f2-ba63-9843342cbf8e,36e63797-5a42-4779-a5cc-ef5c2e7d17d4,a4e51b6b-fdfd-47dc-9d0e-f26f383e03e9,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3850, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 800 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3835, - "FriendlyName": "Captain Hat (Black, Black, Gold)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "f5c9743f-e77c-42f2-ba63-9843342cbf8e,70112887-dc8d-49d5-96ed-0845204e0b58,a4e51b6b-fdfd-47dc-9d0e-f26f383e03e9,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 30, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3851, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 850 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3836, - "FriendlyName": "Small Brim Hat (Purple)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "9cdb4965-6f00-4304-afed-e301e73a2b3a,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3852, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 150 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3837, - "FriendlyName": "Top Hat (Black, Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "102c625b-b988-4bf8-a2aa-a31ad7029cdc,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3853, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 6500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3838, - "FriendlyName": "Side Pony Hair", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "49397e16-1027-4286-9bc4-b59eae565ff0,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3854, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3839, - "FriendlyName": "Mohawk Hair", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "e49d5d78-157e-4bc8-b878-ff7c4963fdc4,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3855, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3840, - "FriendlyName": "Sunglasses (Black)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "6427bd57-fcb2-420f-8b3e-d1da43470b84,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3856, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3841, - "FriendlyName": "Paintball Goggles", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "34144f4c-f6ef-49e5-a286-1781e82e6782,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3857, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 550 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3842, - "FriendlyName": "Ranger Stache", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "3e139dd9-4757-43a8-8546-8da70dc17f0a,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3858, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3843, - "FriendlyName": "Cowboy Stache", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "cca7ab3d-5609-4700-92fd-3280fcea9b77,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3859, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3844, - "FriendlyName": "Sea Captain Beard", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "c161dc73-6ce3-49c4-8d15-45e6911f84e4,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 0, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3860, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 250 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3845, - "FriendlyName": "Bowtie (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "83be5ba4-525a-4781-a5f6-839c22e4d1d3,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3861, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3846, - "FriendlyName": "Bandana (Flowers, Orange)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3862, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3847, - "FriendlyName": "Luchador Cape (Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "67117b3d-0669-4cf3-8a4f-066cabd4d8b1,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3863, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 4500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3848, - "FriendlyName": "Doctor's Stethoscope", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "587ca2bb-dd42-42bf-833f-4e2a97349866,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3864, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 600 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3849, - "FriendlyName": "Tied Scarf (Striped, Red)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "5d1c42a0-7e36-431a-8e78-a8b74046d153,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3865, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 100 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3850, - "FriendlyName": "Astronaut Suit (White)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "ec5255d5-edaf-4888-9fe1-e89ac0e0d300,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 15, - "ItemSetFriendlyName": "White Astronaut Set" - } - ], - "PurchasableItemId": 3866, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 8500 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3851, - "FriendlyName": "Babydoll Dress (Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "da55bfc3-47b7-46f6-b548-7fb2c2a5e0bf,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3867, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3852, - "FriendlyName": "Babydoll Dress (Maroon)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "da55bfc3-47b7-46f6-b548-7fb2c2a5e0bf,d6823e01-69f0-4f85-b94a-74894356a2cf,cb9e9e05-c481-4397-86e7-c2111bc0e817,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3868, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3853, - "FriendlyName": "Babydoll Dress (Yellow)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "da55bfc3-47b7-46f6-b548-7fb2c2a5e0bf,c5deba2a-6e35-4b13-8e94-8ba5457f39df,cb9e9e05-c481-4397-86e7-c2111bc0e817,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3869, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3854, - "FriendlyName": "Babydoll Dress (Brown)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "da55bfc3-47b7-46f6-b548-7fb2c2a5e0bf,e13cf33d-7588-4e2e-955e-f0a29d6380b7,cb9e9e05-c481-4397-86e7-c2111bc0e817,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 10, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3870, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 200 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3855, - "FriendlyName": "Baseball Jersey (White, Blue)", - "Tooltip": "", - "ConsumableItemDesc": null, - "AvatarItemDesc": "2f8518fc-c989-40de-98b4-c6f09b304166,,,", - "AvatarItemType": 0, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": false, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 20, - "CurrencyType": 0, - "Currency": 0, - "Context": 0, - "ItemSetId": 22, - "ItemSetFriendlyName": "Blue Team" - } - ], - "PurchasableItemId": 3871, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 450 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3970, - "FriendlyName": "Permanent Hair Dye (Paula's Periwinkle)", - "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", - "ConsumableItemDesc": null, - "AvatarItemDesc": "_2QGtfHzuUSq0eyI84rImw", - "AvatarItemType": 1, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3948, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3971, - "FriendlyName": "Permanent Hair Dye (PVPeach)", - "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", - "ConsumableItemDesc": null, - "AvatarItemDesc": "0RUmjv2bL0ydbKU61dlqlg", - "AvatarItemType": 1, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3949, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3972, - "FriendlyName": "Permanent Hair Dye (Bucket Orange)", - "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", - "ConsumableItemDesc": null, - "AvatarItemDesc": "1I8AD333gku-iOQlS6WWlw", - "AvatarItemType": 1, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3950, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3973, - "FriendlyName": "Permanent Hair Dye (Ranger Roy-Al Blue)", - "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", - "ConsumableItemDesc": null, - "AvatarItemDesc": "3ksu_FLaukeJ-YE90jb4Ow", - "AvatarItemType": 1, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3951, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3974, - "FriendlyName": "Permanent Hair Dye (Propulsion Purple)", - "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", - "ConsumableItemDesc": null, - "AvatarItemDesc": "53y1prYATU2drZDS-jpaqg", - "AvatarItemType": 1, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3952, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3975, - "FriendlyName": "Permanent Hair Dye (Mousebot Magenta)", - "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", - "ConsumableItemDesc": null, - "AvatarItemDesc": "8k_gZA_lrEyJxI19GrcAZg", - "AvatarItemType": 1, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3953, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3976, - "FriendlyName": "Permanent Hair Dye (Rebel Rose)", - "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", - "ConsumableItemDesc": null, - "AvatarItemDesc": "aziIarpSREmcT6vihduPwA", - "AvatarItemType": 1, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3954, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3977, - "FriendlyName": "Permanent Hair Dye (H2Oasis Blue)", - "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", - "ConsumableItemDesc": null, - "AvatarItemDesc": "Bjsgo9ddeUCk3zW1-DdJbw", - "AvatarItemType": 1, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3955, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3978, - "FriendlyName": "Permanent Hair Dye (Maker Mauve)", - "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", - "ConsumableItemDesc": null, - "AvatarItemDesc": "G129V_kVXkSLN2OG8EjSqQ", - "AvatarItemType": 1, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3956, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3979, - "FriendlyName": "Permanent Hair Dye (Standee Sandy)", - "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", - "ConsumableItemDesc": null, - "AvatarItemDesc": "H65ddsxAY0m2sccMrF48Aw", - "AvatarItemType": 1, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3957, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3980, - "FriendlyName": "Permanent Hair Dye (Frontier Forest)", - "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", - "ConsumableItemDesc": null, - "AvatarItemDesc": "LBz3a9520kiOOMMOwsTExg", - "AvatarItemType": 1, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3958, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3981, - "FriendlyName": "Permanent Hair Dye (Pirate Gold)", - "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", - "ConsumableItemDesc": null, - "AvatarItemDesc": "pQNfh-3DsEGWfiIls6Qf6g", - "AvatarItemType": 1, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3959, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3982, - "FriendlyName": "Permanent Hair Dye (Gizmo Grape)", - "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", - "ConsumableItemDesc": null, - "AvatarItemDesc": "QmgjYhH_L0q58eF5SWeDhQ", - "AvatarItemType": 1, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3960, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3983, - "FriendlyName": "Permanent Hair Dye (Witch Attack Lilac)", - "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", - "ConsumableItemDesc": null, - "AvatarItemDesc": "qp_vRXZQPU2rlx_IU1Vr8Q", - "AvatarItemType": 1, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3961, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3984, - "FriendlyName": "Permanent Hair Dye (Jungle Jade)", - "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", - "ConsumableItemDesc": null, - "AvatarItemDesc": "Sc8S3QiTIUuXNJZD6geY1Q", - "AvatarItemType": 1, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3962, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3985, - "FriendlyName": "Permanent Hair Dye (Goblin Green)", - "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", - "ConsumableItemDesc": null, - "AvatarItemDesc": "TylV8M6zjUaadhxHPWAS-w", - "AvatarItemType": 1, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3963, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3986, - "FriendlyName": "Permanent Hair Dye (Circuit Cerulean)", - "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", - "ConsumableItemDesc": null, - "AvatarItemDesc": "W5E2gDCKY0SXaKytP89-OA", - "AvatarItemType": 1, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3964, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3987, - "FriendlyName": "Permanent Hair Dye (EDM Emerald)", - "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", - "ConsumableItemDesc": null, - "AvatarItemDesc": "wXJZbYCkZE-NMbPVf2YuFA", - "AvatarItemType": 1, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3965, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3988, - "FriendlyName": "Permanent Hair Dye (Cauldron Crimson)", - "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", - "ConsumableItemDesc": null, - "AvatarItemDesc": "XCwNFMT1i0i9Q9gJYTLPUQ", - "AvatarItemType": 1, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3966, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3989, - "FriendlyName": "Permanent Hair Dye (KREQ Red)", - "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", - "ConsumableItemDesc": null, - "AvatarItemDesc": "xyHGGFKNWEOTnXloDFahPQ", - "AvatarItemType": 1, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3967, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3990, - "FriendlyName": "Permanent Hair Dye (Recreational Raspberry)", - "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", - "ConsumableItemDesc": null, - "AvatarItemDesc": "yejur5BbR0mevbH-rzgXYA", - "AvatarItemType": 1, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3968, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - }, - { - "GiftDrops": [ - { - "GiftDropId": 3991, - "FriendlyName": "Permanent Hair Dye (Butterfly Blue)", - "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", - "ConsumableItemDesc": null, - "AvatarItemDesc": "yTdx1nVVtECU8Vh7EC8dGA", - "AvatarItemType": 1, - "EquipmentPrefabName": null, - "EquipmentModificationGuid": null, - "IsQuery": false, - "Unique": true, - "SubscribersOnly": false, - "Level": 0, - "Rarity": 50, - "CurrencyType": 0, - "Currency": 0, - "Context": -1, - "ItemSetId": null, - "ItemSetFriendlyName": null - } - ], - "PurchasableItemId": 3969, - "Type": 0, - "Prices": [{ "CurrencyType": 2, "Price": 5000 }], - "SubscriberPrices": [], - "IsFeatured": false, - "NewUntil": null - } - ], - "StorefrontType": 3, - "NextUpdate": "2025-11-04T04:09:30.9369479", - "NewUntil": null -} diff --git a/apps/econ/static/storefronts/sf1.json b/apps/econ/static/storefronts/sf1.json new file mode 100644 index 0000000..c25c744 --- /dev/null +++ b/apps/econ/static/storefronts/sf1.json @@ -0,0 +1,1728 @@ +{ + "StoreItems": [ + { + "GiftDrops": [ + { + "GiftDropId": 3852, + "FriendlyName": "Bucket Skin (SciFi)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[Bucket]", + "EquipmentModificationGuid": "VW3WV6oQOkqYshf1xc9n3A", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 39, + "ItemSetFriendlyName": "Carpet Couture" + } + ], + "PurchasableItemId": 2100, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 100000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 100000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": "2021-07-02T21:00:00Z" + }, + { + "GiftDrops": [ + { + "GiftDropId": 1901, + "FriendlyName": "RECS Shirt (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d0a9262f-5504-46a7-bb10-7507503db58e,bde08851-a9e4-4faa-8f04-a0a661672472,0440f08f-ef1d-49d8-942b-523056e8bb45,237e0aa2-5911-4704-8d2a-d446ddd2d842", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 36, + "ItemSetFriendlyName": "Hangar Tees" + } + ], + "PurchasableItemId": 475, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 700, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 700, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1915, + "FriendlyName": "RECS Shirt (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d0a9262f-5504-46a7-bb10-7507503db58e,5e7a48ed-8f08-4990-a3ae-05722c9f59a8,0440f08f-ef1d-49d8-942b-523056e8bb45,237e0aa2-5911-4704-8d2a-d446ddd2d842", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 36, + "ItemSetFriendlyName": "Hangar Tees" + } + ], + "PurchasableItemId": 487, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 700, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 700, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1903, + "FriendlyName": "Robo Logo Shirt (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d0a9262f-5504-46a7-bb10-7507503db58e,4d52bbd6-ef74-45ae-a6c2-bde10ab8eb16,0440f08f-ef1d-49d8-942b-523056e8bb45,4ca3347a-dc87-412f-9eb1-799372e6fdd1", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 36, + "ItemSetFriendlyName": "Hangar Tees" + } + ], + "PurchasableItemId": 477, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 700, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 700, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1904, + "FriendlyName": "Robo Logo Shirt (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d0a9262f-5504-46a7-bb10-7507503db58e,bda7a57e-5227-49f4-a119-e3f166604738,0440f08f-ef1d-49d8-942b-523056e8bb45,4ca3347a-dc87-412f-9eb1-799372e6fdd1", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 36, + "ItemSetFriendlyName": "Hangar Tees" + } + ], + "PurchasableItemId": 478, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 700, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 700, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1905, + "FriendlyName": "Squad Goals Shirt", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d0a9262f-5504-46a7-bb10-7507503db58e,941c046e-4e95-49f8-a7d7-19071fcc3c94,0440f08f-ef1d-49d8-942b-523056e8bb45,6c395d04-2aa6-4a3e-8c2c-695932bc9736", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 36, + "ItemSetFriendlyName": "Hangar Tees" + } + ], + "PurchasableItemId": 479, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1908, + "FriendlyName": "Hang In There Shirt", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d0a9262f-5504-46a7-bb10-7507503db58e,815138e6-b0dc-459c-9538-20f5bbd37d6b,0440f08f-ef1d-49d8-942b-523056e8bb45,8f19d7f9-4f28-48ab-a1c5-d8f4f788514c", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 36, + "ItemSetFriendlyName": "Hangar Tees" + } + ], + "PurchasableItemId": 482, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1895, + "FriendlyName": "KO Skull Shirt (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d0a9262f-5504-46a7-bb10-7507503db58e,381a9f13-5b44-48e6-8a49-221422a963f5,0440f08f-ef1d-49d8-942b-523056e8bb45,9e782751-71c6-4208-87da-3a3cffa6a4f0", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 36, + "ItemSetFriendlyName": "Hangar Tees" + } + ], + "PurchasableItemId": 470, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 500, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1907, + "FriendlyName": "KO Skull Shirt (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d0a9262f-5504-46a7-bb10-7507503db58e,fe304452-b57b-45bc-9c1c-b85b70bcec12,0440f08f-ef1d-49d8-942b-523056e8bb45,6a007c73-d930-408a-93df-041a715e0dd4", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 36, + "ItemSetFriendlyName": "Hangar Tees" + } + ], + "PurchasableItemId": 481, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 500, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2298, + "FriendlyName": "Cyber Junk City Shirt", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d0a9262f-5504-46a7-bb10-7507503db58e,nLRxEIBhUkyQsfrk3nzsDA,0440f08f-ef1d-49d8-942b-523056e8bb45,n4hqSCv9OUewI30KnbPhFw", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 37, + "ItemSetFriendlyName": "Cyber Junk Tees" + } + ], + "PurchasableItemId": 848, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 1000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 1000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2293, + "FriendlyName": "Cyber Trash Shirt (Yellow)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d0a9262f-5504-46a7-bb10-7507503db58e,Ib_iMwvUm0CJ-t_Thwt77Q,0440f08f-ef1d-49d8-942b-523056e8bb45,d42UBeUO4UO3Q2F8IpeRbQ", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 37, + "ItemSetFriendlyName": "Cyber Junk Tees" + } + ], + "PurchasableItemId": 847, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 7500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 7500, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2294, + "FriendlyName": "Cyber Trash Shirt (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d0a9262f-5504-46a7-bb10-7507503db58e,yaQ7AlUc3kGq8_RW3eTSmQ,0440f08f-ef1d-49d8-942b-523056e8bb45,d42UBeUO4UO3Q2F8IpeRbQ", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 37, + "ItemSetFriendlyName": "Cyber Junk Tees" + } + ], + "PurchasableItemId": 849, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 7500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 7500, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2292, + "FriendlyName": "Emerald Syndicate Shirt", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d0a9262f-5504-46a7-bb10-7507503db58e,jna5wcWK90WokJyoeJH1iw,0440f08f-ef1d-49d8-942b-523056e8bb45,0qh4mcxJH0Wsrb3nz8UeGw", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 37, + "ItemSetFriendlyName": "Cyber Junk Tees" + } + ], + "PurchasableItemId": 843, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2296, + "FriendlyName": "Laser Graffiti Shirt", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d0a9262f-5504-46a7-bb10-7507503db58e,g4diCmk0wEmIKUVozk9tDA,0440f08f-ef1d-49d8-942b-523056e8bb45,nHg4Uifww0GEX15L27WonA", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 37, + "ItemSetFriendlyName": "Cyber Junk Tees" + } + ], + "PurchasableItemId": 845, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 3000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 3000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2297, + "FriendlyName": "Hack Graffiti Shirt", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d0a9262f-5504-46a7-bb10-7507503db58e,jna5wcWK90WokJyoeJH1iw,0440f08f-ef1d-49d8-942b-523056e8bb45,MPfe2wahQECCDGfhZE-drA", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 37, + "ItemSetFriendlyName": "Cyber Junk Tees" + } + ], + "PurchasableItemId": 844, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 3000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 3000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2291, + "FriendlyName": "Rebel Rose Shirt", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d0a9262f-5504-46a7-bb10-7507503db58e,rnM1qDlYBU6_Dl1bjg0J1Q,0440f08f-ef1d-49d8-942b-523056e8bb45,OZb8bb5FNUuFYOkwANvxAA", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 37, + "ItemSetFriendlyName": "Cyber Junk Tees" + } + ], + "PurchasableItemId": 842, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1906, + "FriendlyName": "Alpaca Shirt", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d0a9262f-5504-46a7-bb10-7507503db58e,941c046e-4e95-49f8-a7d7-19071fcc3c94,0440f08f-ef1d-49d8-942b-523056e8bb45,703ff56b-560d-4ff4-8c63-d195e879a328", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 38, + "ItemSetFriendlyName": "Premium Tees" + } + ], + "PurchasableItemId": 480, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 10000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 10000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1902, + "FriendlyName": "Laser Unicorn Shirt", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d0a9262f-5504-46a7-bb10-7507503db58e,befa2f11-b9fd-457c-b1d5-9d82e90b70ce,0440f08f-ef1d-49d8-942b-523056e8bb45,770e7674-6f9b-41f8-b023-ae79738db0d3", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 38, + "ItemSetFriendlyName": "Premium Tees" + } + ], + "PurchasableItemId": 476, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 10000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 10000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2295, + "FriendlyName": "No Laser Ham Shirt", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d0a9262f-5504-46a7-bb10-7507503db58e,dDLQbD9jtkOmw3PR5QJdfg,0440f08f-ef1d-49d8-942b-523056e8bb45,2tFUNn-4kkK6ICo_Zp065g", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 38, + "ItemSetFriendlyName": "Premium Tees" + } + ], + "PurchasableItemId": 846, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 15000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 15000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2299, + "FriendlyName": "Hyper Noodle Shirt", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d0a9262f-5504-46a7-bb10-7507503db58e,M1JVd5ur7U2ZtpvhEhPNhw,0440f08f-ef1d-49d8-942b-523056e8bb45,tzMFIJyxZE6cZNuLdaKs7w", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 38, + "ItemSetFriendlyName": "Premium Tees" + } + ], + "PurchasableItemId": 850, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 25000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 25000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2017, + "FriendlyName": "High Five Potion (Laser)", + "Tooltip": "Give futuristic high fives for a time.", + "ConsumableItemDesc": "xHOwjwpXd0GDkvBz2VqieA", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 38, + "ItemSetFriendlyName": "Premium Tees" + } + ], + "PurchasableItemId": 577, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 150, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 150, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1897, + "FriendlyName": "Headband (SciFi)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "40528de7-38a3-4a7c-8f93-6d3bfa5573f2,0809a5cf-a0f3-4614-9f98-71518524518a,3290f148-1bd1-4ffd-a947-61fd0529af05,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 39, + "ItemSetFriendlyName": "Carpet Couture" + } + ], + "PurchasableItemId": 472, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 200, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 200, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1898, + "FriendlyName": "Wristbands (SciFi)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ecc1dbe6-ca06-4564-b2a6-30956194d1e9,0809a5cf-a0f3-4614-9f98-71518524518a,3290f148-1bd1-4ffd-a947-61fd0529af05,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 39, + "ItemSetFriendlyName": "Carpet Couture" + } + ], + "PurchasableItemId": 473, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 200, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 200, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2046, + "FriendlyName": "Bow (SciFi)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1e504fee-b593-4037-bd8f-b88025147991,0809a5cf-a0f3-4614-9f98-71518524518a,3290f148-1bd1-4ffd-a947-61fd0529af05,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 39, + "ItemSetFriendlyName": "Carpet Couture" + } + ], + "PurchasableItemId": 603, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2060, + "FriendlyName": "Top Hat (Black, SciFi)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "102c625b-b988-4bf8-a2aa-a31ad7029cdc,bd4a84e2-b67a-4269-a26a-17fb23ddb09e,ccf1ccc1-e229-4157-bb74-f2cdef01e547,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 39, + "ItemSetFriendlyName": "Carpet Couture" + } + ], + "PurchasableItemId": 617, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 25000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 25000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2063, + "FriendlyName": "Bowtie (SciFi)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "83be5ba4-525a-4781-a5f6-839c22e4d1d3,0809a5cf-a0f3-4614-9f98-71518524518a,3290f148-1bd1-4ffd-a947-61fd0529af05,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 39, + "ItemSetFriendlyName": "Carpet Couture" + } + ], + "PurchasableItemId": 620, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2064, + "FriendlyName": "Business Tie (SciFi)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "c6c08eb5-381a-4193-9722-80da95d62abe,0809a5cf-a0f3-4614-9f98-71518524518a,8212812b-e7e7-4f6d-aa27-d1112af45473,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 39, + "ItemSetFriendlyName": "Carpet Couture" + } + ], + "PurchasableItemId": 621, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 1000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 1000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2028, + "FriendlyName": "Film (Jumbotron)", + "Tooltip": "Take some photos with Jumbotron!", + "ConsumableItemDesc": "Il4VmrnjDkqjmjzddqoIEw", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 38, + "ItemSetFriendlyName": "Premium Tees" + } + ], + "PurchasableItemId": 585, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 100, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 100, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1910, + "FriendlyName": "Laser Tag Sensors (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "24d94673-f394-42e6-a3c8-276f8b8aa722,08b7c12d-3317-4d27-9b40-34737a709454,959ed05b-0215-4bbe-bb3d-64e4448d676b,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 40, + "ItemSetFriendlyName": "Laser Tag Outfit (Blue)" + } + ], + "PurchasableItemId": 484, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1918, + "FriendlyName": "Laser Tag Gloves (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "3044adce-90c0-4f66-81f5-39c4fca86fdf,426d0592-f8e4-4bc6-9fe1-a62b91fd57d5,3b825377-d2eb-41e4-a736-b107f88f62d6,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 40, + "ItemSetFriendlyName": "Laser Tag Outfit (Blue)" + } + ], + "PurchasableItemId": 489, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 950, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 950, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2669, + "FriendlyName": "Laser Tag Visor (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "123de433-a005-4994-8a11-d2d84ad66b11,426d0592-f8e4-4bc6-9fe1-a62b91fd57d5,4e378419-d043-4e86-ad0e-66288ac21cf4,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 40, + "ItemSetFriendlyName": "Laser Tag Outfit (Blue)" + } + ], + "PurchasableItemId": 1190, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1909, + "FriendlyName": "Laser Tag Sensors (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "24d94673-f394-42e6-a3c8-276f8b8aa722,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 43, + "ItemSetFriendlyName": "Laser Tag Outfit (Pink)" + } + ], + "PurchasableItemId": 483, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1916, + "FriendlyName": "Laser Tag Gloves (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "3044adce-90c0-4f66-81f5-39c4fca86fdf,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 43, + "ItemSetFriendlyName": "Laser Tag Outfit (Pink)" + } + ], + "PurchasableItemId": 488, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 950, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 950, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1911, + "FriendlyName": "Laser Tag Visor (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "123de433-a005-4994-8a11-d2d84ad66b11,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 43, + "ItemSetFriendlyName": "Laser Tag Outfit (Pink)" + } + ], + "PurchasableItemId": 485, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2303, + "FriendlyName": "Laser Tag Sensors (Teal)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "24d94673-f394-42e6-a3c8-276f8b8aa722,2Z_FxSPiyUODtlFZWF9DFQ,959ed05b-0215-4bbe-bb3d-64e4448d676b,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 42, + "ItemSetFriendlyName": "Laser Tag Outfit (Teal)" + } + ], + "PurchasableItemId": 838, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2305, + "FriendlyName": "Laser Tag Gloves (Teal)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "3044adce-90c0-4f66-81f5-39c4fca86fdf,mhsglVEtREmElF5wuLw3NQ,3b825377-d2eb-41e4-a736-b107f88f62d6,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 42, + "ItemSetFriendlyName": "Laser Tag Outfit (Teal)" + } + ], + "PurchasableItemId": 840, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 950, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 950, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2301, + "FriendlyName": "Laser Tag Visor (Teal)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "123de433-a005-4994-8a11-d2d84ad66b11,-e6bmXnwZU2EVwZ8RupKbg,4e378419-d043-4e86-ad0e-66288ac21cf4,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 42, + "ItemSetFriendlyName": "Laser Tag Outfit (Teal)" + } + ], + "PurchasableItemId": 836, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2302, + "FriendlyName": "Laser Tag Sensors (Orange)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "24d94673-f394-42e6-a3c8-276f8b8aa722,jkuw9EhCpEKn-2lKJXWd3Q,959ed05b-0215-4bbe-bb3d-64e4448d676b,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 41, + "ItemSetFriendlyName": "Laser Tag Outfit (Orange)" + } + ], + "PurchasableItemId": 839, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2304, + "FriendlyName": "Laser Tag Gloves (Orange)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "3044adce-90c0-4f66-81f5-39c4fca86fdf,EC0ttvk6eU2HEMacLAx2Iw,3b825377-d2eb-41e4-a736-b107f88f62d6,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 41, + "ItemSetFriendlyName": "Laser Tag Outfit (Orange)" + } + ], + "PurchasableItemId": 841, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 950, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 950, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2300, + "FriendlyName": "Laser Tag Visor (Orange)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "123de433-a005-4994-8a11-d2d84ad66b11,oT1vLrHW6UC2hWLIT3f_SQ,4e378419-d043-4e86-ad0e-66288ac21cf4,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": -1, + "Context": 100000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 41, + "ItemSetFriendlyName": "Laser Tag Outfit (Orange)" + } + ], + "PurchasableItemId": 837, + "Type": 0, + "Prices": [ + { + "CurrencyType": 1, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 1, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + } + ], + "SubscriberDiscountPercent": 10, + "StorefrontType": 1, + "NextUpdate": "2222-02-22T22:22:00Z", + "NewUntil": null +} diff --git a/apps/econ/static/storefronts/sf100.json b/apps/econ/static/storefronts/sf100.json new file mode 100644 index 0000000..c7dffe5 --- /dev/null +++ b/apps/econ/static/storefronts/sf100.json @@ -0,0 +1,954 @@ +{ + "StoreItems": [ + { + "GiftDrops": [ + { + "GiftDropId": 1962, + "FriendlyName": "Scallywag Bracers (Brown)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b9e0f03b-2609-4911-82e9-1e324dbbe8be,cdca593a-8840-4140-9145-fe962732040c,ce3782aa-56cc-40d7-9019-8ce714cb7748,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 4102, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 14, + "ItemSetFriendlyName": "Scallywag (Brown)" + } + ], + "PurchasableItemId": 525, + "Type": 0, + "Prices": [ + { + "CurrencyType": 100, + "Price": 800, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 100, + "Price": 800, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1958, + "FriendlyName": "Scallywag Belt (Brown)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "3af4c506-d49c-4126-9437-1d3bb1658863,53dd9e44-7096-438e-a7c3-11d7c307426f,005699fe-2c69-4bec-831f-031fe8ad7f0a,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 4102, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 14, + "ItemSetFriendlyName": "Scallywag (Brown)" + } + ], + "PurchasableItemId": 521, + "Type": 0, + "Prices": [ + { + "CurrencyType": 100, + "Price": 800, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 100, + "Price": 800, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1954, + "FriendlyName": "Scallywag Vest (Brown)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "664485e9-a159-4fcb-b32c-2b114b4a1218,85eb7f47-bb31-4c66-a8b3-562d35028e6c,9f1dd474-34a3-47eb-bb72-dbfc8d2d6ecf,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 4101, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 14, + "ItemSetFriendlyName": "Scallywag (Brown)" + } + ], + "PurchasableItemId": 517, + "Type": 0, + "Prices": [ + { + "CurrencyType": 100, + "Price": 1600, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 100, + "Price": 1600, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1950, + "FriendlyName": "Scallywag Hat (Brown)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "8d17031a-c0a5-4145-92b7-1f0c2d8f0ce6,53dd9e44-7096-438e-a7c3-11d7c307426f,a4903da3-249d-4f0a-a746-b547fda371ff,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 4100, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 14, + "ItemSetFriendlyName": "Scallywag (Brown)" + } + ], + "PurchasableItemId": 513, + "Type": 0, + "Prices": [ + { + "CurrencyType": 100, + "Price": 3200, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 100, + "Price": 3200, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1963, + "FriendlyName": "Scallywag Bracers (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b9e0f03b-2609-4911-82e9-1e324dbbe8be,62bd5dda-08da-4528-83c1-f0ca3812dc6e,ce3782aa-56cc-40d7-9019-8ce714cb7748,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 4102, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 15, + "ItemSetFriendlyName": "Scallywag (Red)" + } + ], + "PurchasableItemId": 526, + "Type": 0, + "Prices": [ + { + "CurrencyType": 100, + "Price": 800, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 100, + "Price": 800, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1959, + "FriendlyName": "Scallywag Belt (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "3af4c506-d49c-4126-9437-1d3bb1658863,c3c9f89c-580c-43c4-b38b-07394044e0e1,005699fe-2c69-4bec-831f-031fe8ad7f0a,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 4102, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 15, + "ItemSetFriendlyName": "Scallywag (Red)" + } + ], + "PurchasableItemId": 522, + "Type": 0, + "Prices": [ + { + "CurrencyType": 100, + "Price": 800, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 100, + "Price": 800, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1955, + "FriendlyName": "Scallywag Vest (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "664485e9-a159-4fcb-b32c-2b114b4a1218,39f04eee-3a58-4e53-9f5e-7e995d46ed71,005699fe-2c69-4bec-831f-031fe8ad7f0a,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 4101, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 15, + "ItemSetFriendlyName": "Scallywag (Red)" + } + ], + "PurchasableItemId": 518, + "Type": 0, + "Prices": [ + { + "CurrencyType": 100, + "Price": 1600, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 100, + "Price": 1600, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1951, + "FriendlyName": "Scallywag Hat (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "8d17031a-c0a5-4145-92b7-1f0c2d8f0ce6,c3c9f89c-580c-43c4-b38b-07394044e0e1,a4903da3-249d-4f0a-a746-b547fda371ff,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 4100, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 15, + "ItemSetFriendlyName": "Scallywag (Red)" + } + ], + "PurchasableItemId": 514, + "Type": 0, + "Prices": [ + { + "CurrencyType": 100, + "Price": 3200, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 100, + "Price": 3200, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1947, + "FriendlyName": "Pirate Captain Cuffs (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "eceb7d49-be41-4228-86a9-2973d62e7135,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 4102, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 16, + "ItemSetFriendlyName": "Pirate Captain (Blue)" + } + ], + "PurchasableItemId": 510, + "Type": 0, + "Prices": [ + { + "CurrencyType": 100, + "Price": 800, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 100, + "Price": 800, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1945, + "FriendlyName": "Pirate Captain Belt (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "38b38e24-d636-41c6-b80e-a285ae3106dc,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 4102, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 16, + "ItemSetFriendlyName": "Pirate Captain (Blue)" + } + ], + "PurchasableItemId": 508, + "Type": 0, + "Prices": [ + { + "CurrencyType": 100, + "Price": 800, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 100, + "Price": 800, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1946, + "FriendlyName": "Pirate Captain Jacket (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "3b00c71f-79c2-4a04-9fc0-a23b4c85562f,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 4101, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 16, + "ItemSetFriendlyName": "Pirate Captain (Blue)" + } + ], + "PurchasableItemId": 509, + "Type": 0, + "Prices": [ + { + "CurrencyType": 100, + "Price": 1600, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 100, + "Price": 1600, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1944, + "FriendlyName": "Pirate Captain Hat (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "3df394de-9c3e-4141-aba4-12eac4742102,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 4100, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 16, + "ItemSetFriendlyName": "Pirate Captain (Blue)" + } + ], + "PurchasableItemId": 507, + "Type": 0, + "Prices": [ + { + "CurrencyType": 100, + "Price": 3200, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 100, + "Price": 3200, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1960, + "FriendlyName": "Pirate Captain Cuffs (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "eceb7d49-be41-4228-86a9-2973d62e7135,556141f7-6fbc-4065-9faa-8d8240a93d7f,7a7bc314-4ffd-4ac8-9ed6-6ca73589c132,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 4102, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 17, + "ItemSetFriendlyName": "Pirate Captain (Red)" + } + ], + "PurchasableItemId": 523, + "Type": 0, + "Prices": [ + { + "CurrencyType": 100, + "Price": 800, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 100, + "Price": 800, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1956, + "FriendlyName": "Pirate Captain Belt (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "38b38e24-d636-41c6-b80e-a285ae3106dc,0f71b9a2-dd88-435c-a571-4503d12dcf2d,9b2102f0-e16b-464f-9f1c-f068de52bb89,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 4102, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 17, + "ItemSetFriendlyName": "Pirate Captain (Red)" + } + ], + "PurchasableItemId": 519, + "Type": 0, + "Prices": [ + { + "CurrencyType": 100, + "Price": 800, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 100, + "Price": 800, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1952, + "FriendlyName": "Pirate Captain Jacket (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "3b00c71f-79c2-4a04-9fc0-a23b4c85562f,556141f7-6fbc-4065-9faa-8d8240a93d7f,00ac4e37-6eac-4ed5-b46c-2c075038bc3f,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 4101, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 17, + "ItemSetFriendlyName": "Pirate Captain (Red)" + } + ], + "PurchasableItemId": 515, + "Type": 0, + "Prices": [ + { + "CurrencyType": 100, + "Price": 1600, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 100, + "Price": 1600, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1948, + "FriendlyName": "Pirate Captain Hat (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "3df394de-9c3e-4141-aba4-12eac4742102,17040a88-87f1-4613-b439-3316e33dbd48,71fd06e3-cac8-4923-a09c-ef91183712d2,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 4100, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 17, + "ItemSetFriendlyName": "Pirate Captain (Red)" + } + ], + "PurchasableItemId": 511, + "Type": 0, + "Prices": [ + { + "CurrencyType": 100, + "Price": 3200, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 100, + "Price": 3200, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2030, + "FriendlyName": "Film (Ghost Beard)", + "Tooltip": "Take some photos with Ghostbeard!", + "ConsumableItemDesc": "1c0Djlp090uBDczEobYNQw", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 4105, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 24, + "ItemSetFriendlyName": "Ghost Beard's Treasures" + } + ], + "PurchasableItemId": 587, + "Type": 0, + "Prices": [ + { + "CurrencyType": 100, + "Price": 250, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 100, + "Price": 250, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2016, + "FriendlyName": "High Five Potion (Explosive)", + "Tooltip": "Give explosive high fives for a time.", + "ConsumableItemDesc": "YEfbJTnsR0yT_p7e7tb_kQ", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 4105, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 24, + "ItemSetFriendlyName": "Ghost Beard's Treasures" + } + ], + "PurchasableItemId": 576, + "Type": 0, + "Prices": [ + { + "CurrencyType": 100, + "Price": 500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 100, + "Price": 500, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1936, + "FriendlyName": "Scallywag Hat (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "8d17031a-c0a5-4145-92b7-1f0c2d8f0ce6,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 4104, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 18, + "ItemSetFriendlyName": "Scallywag (Black)" + } + ], + "PurchasableItemId": 501, + "Type": 0, + "Prices": [ + { + "CurrencyType": 100, + "Price": 20000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 100, + "Price": 20000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1937, + "FriendlyName": "Scallywag Belt (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "3af4c506-d49c-4126-9437-1d3bb1658863,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 4104, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 18, + "ItemSetFriendlyName": "Scallywag (Black)" + } + ], + "PurchasableItemId": 502, + "Type": 0, + "Prices": [ + { + "CurrencyType": 100, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 100, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1938, + "FriendlyName": "Scallywag Vest (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "664485e9-a159-4fcb-b32c-2b114b4a1218,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 4104, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 18, + "ItemSetFriendlyName": "Scallywag (Black)" + } + ], + "PurchasableItemId": 503, + "Type": 0, + "Prices": [ + { + "CurrencyType": 100, + "Price": 10000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 100, + "Price": 10000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1939, + "FriendlyName": "Scallywag Bracers (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b9e0f03b-2609-4911-82e9-1e324dbbe8be,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 4104, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 18, + "ItemSetFriendlyName": "Scallywag (Black)" + } + ], + "PurchasableItemId": 504, + "Type": 0, + "Prices": [ + { + "CurrencyType": 100, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 100, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + } + ], + "SubscriberDiscountPercent": 10, + "StorefrontType": 100, + "NextUpdate": "2222-02-22T22:22:00Z", + "NewUntil": null +} diff --git a/apps/econ/static/storefronts/sf101.json b/apps/econ/static/storefronts/sf101.json new file mode 100644 index 0000000..9c74603 --- /dev/null +++ b/apps/econ/static/storefronts/sf101.json @@ -0,0 +1,653 @@ +{ + "StoreItems": [ + { + "GiftDrops": [ + { + "GiftDropId": 2520, + "FriendlyName": "Aristocrat Cuff (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "t9co2516nkuJO4LIJA1bJA,Wj7I2YiVoE6zp8J_HYs8tw,8kdJkmwNM0WQmMVrb8fK8A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 4204, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 19, + "ItemSetFriendlyName": "Aristocrat (Green)" + } + ], + "PurchasableItemId": 979, + "Type": 0, + "Prices": [ + { + "CurrencyType": 101, + "Price": 20000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 101, + "Price": 20000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2518, + "FriendlyName": "Aristocrat Necklace (Emerald)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "jiBzrzDPkkuL6DqIFKpcCw,OfenZaa1-UGdQ8YVOrXjzw,StxMBEprVkqMa_IoDG-Q9A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 4204, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 19, + "ItemSetFriendlyName": "Aristocrat (Green)" + } + ], + "PurchasableItemId": 980, + "Type": 0, + "Prices": [ + { + "CurrencyType": 101, + "Price": 40000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 101, + "Price": 40000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2519, + "FriendlyName": "Aristocrat Jacket (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "QCtqxbvYOkan79YFugH_Cw,LyVf9lnzdku1F4iPBGqk-g,xnxDimLvVUCI9tEJqWDDcA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 4204, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 19, + "ItemSetFriendlyName": "Aristocrat (Green)" + } + ], + "PurchasableItemId": 978, + "Type": 0, + "Prices": [ + { + "CurrencyType": 101, + "Price": 80000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 101, + "Price": 80000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2498, + "FriendlyName": "Aristocrat Cuff (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "t9co2516nkuJO4LIJA1bJA,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 4204, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 20, + "ItemSetFriendlyName": "Aristocrat (Red)" + } + ], + "PurchasableItemId": 972, + "Type": 0, + "Prices": [ + { + "CurrencyType": 101, + "Price": 40000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 101, + "Price": 40000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2501, + "FriendlyName": "Aristocrat Necklace (Ruby)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "jiBzrzDPkkuL6DqIFKpcCw,0S7Nqm2kv0qMDTh-5Wy0MQ,StxMBEprVkqMa_IoDG-Q9A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 4204, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 20, + "ItemSetFriendlyName": "Aristocrat (Red)" + } + ], + "PurchasableItemId": 963, + "Type": 0, + "Prices": [ + { + "CurrencyType": 101, + "Price": 80000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 101, + "Price": 80000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2496, + "FriendlyName": "Aristocrat Jacket (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "QCtqxbvYOkan79YFugH_Cw,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 4204, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 20, + "ItemSetFriendlyName": "Aristocrat (Red)" + } + ], + "PurchasableItemId": 971, + "Type": 0, + "Prices": [ + { + "CurrencyType": 101, + "Price": 120000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 101, + "Price": 120000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2509, + "FriendlyName": "Aristocrat Cuff (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "t9co2516nkuJO4LIJA1bJA,i5RKLo-RbEqisnGII1wpaQ,8kdJkmwNM0WQmMVrb8fK8A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 4204, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 21, + "ItemSetFriendlyName": "Aristocrat (Black)" + } + ], + "PurchasableItemId": 975, + "Type": 0, + "Prices": [ + { + "CurrencyType": 101, + "Price": 80000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 101, + "Price": 80000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2503, + "FriendlyName": "Aristocrat Necklace (Topaz)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "jiBzrzDPkkuL6DqIFKpcCw,F7luQ18ZXEaITFiCqqwkpg,StxMBEprVkqMa_IoDG-Q9A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 4204, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 21, + "ItemSetFriendlyName": "Aristocrat (Black)" + } + ], + "PurchasableItemId": 965, + "Type": 0, + "Prices": [ + { + "CurrencyType": 101, + "Price": 160000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 101, + "Price": 160000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2505, + "FriendlyName": "Aristocrat Jacket (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "QCtqxbvYOkan79YFugH_Cw,i5RKLo-RbEqisnGII1wpaQ,xnxDimLvVUCI9tEJqWDDcA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 4204, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 21, + "ItemSetFriendlyName": "Aristocrat (Black)" + } + ], + "PurchasableItemId": 973, + "Type": 0, + "Prices": [ + { + "CurrencyType": 101, + "Price": 240000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 101, + "Price": 240000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2510, + "FriendlyName": "Aristocrat Cuff (Midnight)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "t9co2516nkuJO4LIJA1bJA,jwEB6LyEaEekqtPNRc6TVA,8kdJkmwNM0WQmMVrb8fK8A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 4204, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 23, + "ItemSetFriendlyName": "Aristocrat (Midnight)" + } + ], + "PurchasableItemId": 976, + "Type": 0, + "Prices": [ + { + "CurrencyType": 101, + "Price": 200000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 101, + "Price": 200000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2502, + "FriendlyName": "Aristocrat Necklace (Amethyst)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "jiBzrzDPkkuL6DqIFKpcCw,poqpmOloPUKotHH9p0YAyw,StxMBEprVkqMa_IoDG-Q9A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 4204, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 23, + "ItemSetFriendlyName": "Aristocrat (Midnight)" + } + ], + "PurchasableItemId": 964, + "Type": 0, + "Prices": [ + { + "CurrencyType": 101, + "Price": 400000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 101, + "Price": 400000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2506, + "FriendlyName": "Aristocrat Jacket (Midnight)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "QCtqxbvYOkan79YFugH_Cw,IzkFARlv6EenmrfcNkcOuw,xnxDimLvVUCI9tEJqWDDcA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 4204, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 23, + "ItemSetFriendlyName": "Aristocrat (Midnight)" + } + ], + "PurchasableItemId": 974, + "Type": 0, + "Prices": [ + { + "CurrencyType": 101, + "Price": 600000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 101, + "Price": 600000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2627, + "FriendlyName": "Red Apples", + "Tooltip": "A basket of apples to share with friends.", + "ConsumableItemDesc": "uMHrUPLYFk2rJOW_uop5Aw", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 4205, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 25, + "ItemSetFriendlyName": "Dracula's Spoils" + } + ], + "PurchasableItemId": 1003, + "Type": 0, + "Prices": [ + { + "CurrencyType": 101, + "Price": 4000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 101, + "Price": 4000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2628, + "FriendlyName": "High Five Potion (Whip Crack)", + "Tooltip": "Give whip crack high fives for a time.", + "ConsumableItemDesc": "lag2tZyB90W04lQ7ol4vMw", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 4205, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 25, + "ItemSetFriendlyName": "Dracula's Spoils" + } + ], + "PurchasableItemId": 1004, + "Type": 0, + "Prices": [ + { + "CurrencyType": 101, + "Price": 3000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 101, + "Price": 3000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2641, + "FriendlyName": "Film (Dracula)", + "Tooltip": "Take some photos with Dracula!", + "ConsumableItemDesc": "oG7CdvW7p0-S8sVe9w5vRw", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 4205, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 25, + "ItemSetFriendlyName": "Dracula's Spoils" + } + ], + "PurchasableItemId": 1092, + "Type": 0, + "Prices": [ + { + "CurrencyType": 101, + "Price": 2000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 101, + "Price": 2000, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + } + ], + "SubscriberDiscountPercent": 10, + "StorefrontType": 101, + "NextUpdate": "2222-02-22T22:22:00Z", + "NewUntil": null +} diff --git a/apps/econ/static/storefronts/sf102.json b/apps/econ/static/storefronts/sf102.json new file mode 100644 index 0000000..9a95c66 --- /dev/null +++ b/apps/econ/static/storefronts/sf102.json @@ -0,0 +1,1044 @@ +{ + "StoreItems": [ + { + "GiftDrops": [ + { + "GiftDropId": 3052, + "FriendlyName": "Knight Helmet (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "e614df5d-3cfe-4bca-b9c2-30c267b9c94e,PMa9370LPEig_7pKwCceEQ,0dd6596c-b4ea-4d55-a219-e1f44e4a376d,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 45, + "ItemSetFriendlyName": "Knight (Green)" + } + ], + "PurchasableItemId": 1559, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3068, + "FriendlyName": "Knight Gauntlet (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9bf9d502-8a3c-4b24-9565-0a2c2d9864fd,PMa9370LPEig_7pKwCceEQ,fd67ec40-f898-4df6-b846-8bf350f362b8,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 45, + "ItemSetFriendlyName": "Knight (Green)" + } + ], + "PurchasableItemId": 1560, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3062, + "FriendlyName": "Knight Armor (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "739fd42a-8a8c-44a5-afa3-e0974802c6ae,PMa9370LPEig_7pKwCceEQ,51a1809d-becd-42e0-8dfb-188d6f07ba1c,f5270130-6634-4052-aa3e-9849ddf5314e", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 45, + "ItemSetFriendlyName": "Knight (Green)" + } + ], + "PurchasableItemId": 1563, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1800, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3058, + "FriendlyName": "Knight Cape (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "2e5afc40-7e25-418c-8b1b-316b8ef479a7,PMa9370LPEig_7pKwCceEQ,15099be7-38b7-4b0b-ac13-1bacedbf5fb2,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 45, + "ItemSetFriendlyName": "Knight (Green)" + } + ], + "PurchasableItemId": 1564, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 3500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 3150, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2270, + "FriendlyName": "Royal Crown (Gold)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "40734c4d-e1fe-426c-8921-930f7463d8e8,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "PurchasableItemId": 832, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 9000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-04-04T21:00:00Z", + "SaleEndDate": "2021-04-07T21:00:00Z" + } + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 8100, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3054, + "FriendlyName": "Royal Crown (Black)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "40734c4d-e1fe-426c-8921-930f7463d8e8,QkfA71-1z0qOiZAVrbzhtA,hCeaYHy1TE2s6rTPxAQP9A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "PurchasableItemId": 1575, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 9000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 8100, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3053, + "FriendlyName": "Royal Crown (White)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "40734c4d-e1fe-426c-8921-930f7463d8e8,wCe2yC2U1kyYvPd8Z1rX2w,hCeaYHy1TE2s6rTPxAQP9A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "PurchasableItemId": 1566, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 9000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 8100, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2957, + "FriendlyName": "Graphic Cap (Goblins)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "14ef6b00-debf-4a85-9755-b4d37df496d3,pqLkLbri9Eu48eryQIFGMg,_yznwUwL80ejrS3vki0IKg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "PurchasableItemId": 1435, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2013, + "FriendlyName": "High Five Potion (Golden)", + "Tooltip": "Give golden high fives for a time.", + "ConsumableItemDesc": "-hy0qD-iUk-v4NHxNzanmg", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 4004, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "PurchasableItemId": 573, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 30, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 27, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3051, + "FriendlyName": "Archer Hat (Grey)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d2d3264b-fbf6-40b5-9f10-c85ec737d112,61VZkFjB402brzWm4UsftA,1ba65dd5-9df9-4ff3-be96-f83a7abf67b3,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 46, + "ItemSetFriendlyName": "Archer (Grey)" + } + ], + "PurchasableItemId": 1561, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3067, + "FriendlyName": "Archer Gloves (Grey)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5b01eaa3-0cac-40c0-b72a-b3f6a868ae0c,8hUBfmq28EixYjv92Xcrgg,7b187c06-7ba2-4f3c-bca9-fdf98146f385,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 46, + "ItemSetFriendlyName": "Archer (Grey)" + } + ], + "PurchasableItemId": 1562, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3061, + "FriendlyName": "Archer Tunic (Grey)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "c0e59f27-a13d-4bd9-b3b8-a38a360f649b,61VZkFjB402brzWm4UsftA,f88178b8-b204-4fa5-9dfd-6e438bf1e247,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 46, + "ItemSetFriendlyName": "Archer (Grey)" + } + ], + "PurchasableItemId": 1565, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1800, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3057, + "FriendlyName": "Archer Quiver (Grey)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5b6535f0-86cd-417a-bcce-a1ace9a5f260,imDGL6dhrka-KliYlfpdgw,6094370d-5e28-473a-b422-f3f1c75d5db8,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 46, + "ItemSetFriendlyName": "Archer (Grey)" + } + ], + "PurchasableItemId": 1567, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 3500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 3150, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2271, + "FriendlyName": "Royal Cape (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "a44766dc-19ad-4476-849c-5113a5faabd0,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "PurchasableItemId": 835, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2272, + "FriendlyName": "Royal Dress (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "0ab6c95c-e157-48bd-a172-2642896b4ffc,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 50, + "ItemSetFriendlyName": "Royal Dresses" + } + ], + "PurchasableItemId": 833, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2538, + "FriendlyName": "Royal Dress (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "0ab6c95c-e157-48bd-a172-2642896b4ffc,t1MeoroFOUioYmPfT9mCeA,PoMG28QAskagun1LSd4C_A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 50, + "ItemSetFriendlyName": "Royal Dresses" + } + ], + "PurchasableItemId": 1139, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2539, + "FriendlyName": "Royal Dress (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "0ab6c95c-e157-48bd-a172-2642896b4ffc,0ps19D7b_U2iejdKQFORyA,PoMG28QAskagun1LSd4C_A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 50, + "ItemSetFriendlyName": "Royal Dresses" + } + ], + "PurchasableItemId": 1140, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3063, + "FriendlyName": "Royal Dress (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "0ab6c95c-e157-48bd-a172-2642896b4ffc,pjkTGVHkIE-BzCVi1KAesQ,PoMG28QAskagun1LSd4C_A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 50, + "ItemSetFriendlyName": "Royal Dresses" + } + ], + "PurchasableItemId": 1569, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2273, + "FriendlyName": "Royal Tabard (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "e13f6558-d49c-4314-820c-962ef48eb0c6,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 49, + "ItemSetFriendlyName": "Royal Tabards" + } + ], + "PurchasableItemId": 834, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2536, + "FriendlyName": "Royal Tabard (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "e13f6558-d49c-4314-820c-962ef48eb0c6,rCeRk8Pdl0W5M47JAQPhpw,50NUFrDxbUKmXbyAHBenvQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 49, + "ItemSetFriendlyName": "Royal Tabards" + } + ], + "PurchasableItemId": 1141, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2537, + "FriendlyName": "Royal Tabard (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "e13f6558-d49c-4314-820c-962ef48eb0c6,5TJPDmvEBEOkP82ZWLFqtg,50NUFrDxbUKmXbyAHBenvQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 49, + "ItemSetFriendlyName": "Royal Tabards" + } + ], + "PurchasableItemId": 1142, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3064, + "FriendlyName": "Royal Tabard (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "e13f6558-d49c-4314-820c-962ef48eb0c6,s2kCppLsN0uY7Hy6qjQc-g,50NUFrDxbUKmXbyAHBenvQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 49, + "ItemSetFriendlyName": "Royal Tabards" + } + ], + "PurchasableItemId": 1570, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3474, + "FriendlyName": "Sus(picious) Goblin Shirt", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "97253092-90ba-4ff2-b137-6324ab244d11,4oywwjb3-kifr-um9x87Pw,11ZEZTFhy0ONpoXb3kiewQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "PurchasableItemId": 1821, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3050, + "FriendlyName": "Winter Cloak (Nightwatch)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b9d08f9a-b23d-4d7e-978b-a0cd8adbfe9c,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "PurchasableItemId": 1592, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + } + ], + "SubscriberDiscountPercent": 10, + "StorefrontType": 102, + "NextUpdate": "2222-02-22T22:22:00Z", + "NewUntil": "2020-01-28T21:00:00Z" +} diff --git a/apps/econ/static/storefronts/sf103.json b/apps/econ/static/storefronts/sf103.json new file mode 100644 index 0000000..04fc85e --- /dev/null +++ b/apps/econ/static/storefronts/sf103.json @@ -0,0 +1,786 @@ +{ + "StoreItems": [ + { + "GiftDrops": [ + { + "GiftDropId": 3065, + "FriendlyName": "Witch Hunter Torso (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "418db0e0-c7af-40c2-9cac-d461ce41e210,aBQ3R9boek-mYeSYSNvDbQ,0f49ac81-63bd-4845-8bdc-1944181a8aa3,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 47, + "ItemSetFriendlyName": "Witch Hunter (Blue)" + } + ], + "PurchasableItemId": 1571, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2250, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3069, + "FriendlyName": "Witch Hunter Gloves (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1974dd48-aa44-434f-879a-eaff0c7c06e6,aBQ3R9boek-mYeSYSNvDbQ,5b8d9490-e5bc-480e-91bc-65d1797b52ad,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 47, + "ItemSetFriendlyName": "Witch Hunter (Blue)" + } + ], + "PurchasableItemId": 1573, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3055, + "FriendlyName": "Witch Hunter Hat (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "6d36091e-7083-4e3d-8729-94612602c8cb,aBQ3R9boek-mYeSYSNvDbQ,32d91d32-b102-4093-927a-6dc3ac2e9e86,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 47, + "ItemSetFriendlyName": "Witch Hunter (Blue)" + } + ], + "PurchasableItemId": 1576, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3073, + "FriendlyName": "Regal Crown (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9d395a84-4342-4b1c-940c-213ec2eb56f9,rmq1AOQvtUGOHvbPUximwg,XFuSiGupZ02Fut1Dxum_Iw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "PurchasableItemId": 1574, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 9000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 8100, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3071, + "FriendlyName": "Regal Crown (Gold)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "9d395a84-4342-4b1c-940c-213ec2eb56f9,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "PurchasableItemId": 1568, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 9000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 8100, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3072, + "FriendlyName": "Regal Crown (White)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "9d395a84-4342-4b1c-940c-213ec2eb56f9,Zljmtj5WqUaRvB3XQTgJXg,XFuSiGupZ02Fut1Dxum_Iw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "PurchasableItemId": 1580, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 9000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 8100, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3307, + "FriendlyName": "Tiny Crown", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "00f0b914-aa22-4d14-9af1-996e1af61f4d,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "PurchasableItemId": 1769, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5500, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-09-05T21:00:00Z", + "SaleEndDate": "2021-09-06T21:00:00Z" + } + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4950, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2015, + "FriendlyName": "High Five Potion (Magic)", + "Tooltip": "Give magical high fives for a time.", + "ConsumableItemDesc": "VQSgL2pTLkWx4B3kwYG7UA", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 4014, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "PurchasableItemId": 575, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 30, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 27, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3066, + "FriendlyName": "Wizard Robes (Purple)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "97eae086-cfea-45ff-9b77-1d184256d493,d3KmqVuMQkCYK6sVTMOTOA,8768aa33-b014-4062-b323-b146dd7d78d2,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 48, + "ItemSetFriendlyName": "Wizard (Purple)" + } + ], + "PurchasableItemId": 1572, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2250, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3056, + "FriendlyName": "Wizard Hat (Purple)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "01689baf-405e-4b38-9f09-b624e03865b8,d3KmqVuMQkCYK6sVTMOTOA,abdf525b-b871-41be-a1c8-810f49740ad4,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 48, + "ItemSetFriendlyName": "Wizard (Purple)" + } + ], + "PurchasableItemId": 1577, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3070, + "FriendlyName": "Wizard Bracers (Purple)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "22ef1089-d073-4fe8-b038-6f34adf0b85f,d3KmqVuMQkCYK6sVTMOTOA,47514b9b-0d17-4727-97ed-dab67e7fe031,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 48, + "ItemSetFriendlyName": "Wizard (Purple)" + } + ], + "PurchasableItemId": 1578, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3306, + "FriendlyName": "Royal Cape (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "a44766dc-19ad-4476-849c-5113a5faabd0,cKLBS6pbf0SFuavWyeZ7GA,HTU3Wp_ri0GNYGFSezFHSg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "PurchasableItemId": 1770, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3060, + "FriendlyName": "Royal Cape (Green)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "a44766dc-19ad-4476-849c-5113a5faabd0,_9QlnTPXuEO5OQ3H0CwFkA,HTU3Wp_ri0GNYGFSezFHSg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "PurchasableItemId": 1593, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3059, + "FriendlyName": "Royal Cape (Blue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "a44766dc-19ad-4476-849c-5113a5faabd0,MbusQ9bte0i9zirlxtNkSQ,HTU3Wp_ri0GNYGFSezFHSg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "PurchasableItemId": 1579, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2572, + "FriendlyName": "Royal Cape (Purple)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "a44766dc-19ad-4476-849c-5113a5faabd0,mqdncbYcuUSGFvFqEU0z4A,HTU3Wp_ri0GNYGFSezFHSg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "PurchasableItemId": 1138, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3087, + "FriendlyName": "Bog Monster Suit", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "dedd2e98-2721-4de6-92f2-9d399f34e8fe,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 51, + "ItemSetFriendlyName": "Bog Monster" + } + ], + "PurchasableItemId": 1607, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 3000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2700, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3088, + "FriendlyName": "Bog Monster Wrist", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "4e42e02e-33fd-4ff9-b74e-9bde26253c35,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 51, + "ItemSetFriendlyName": "Bog Monster" + } + ], + "PurchasableItemId": 1605, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3089, + "FriendlyName": "Bog Monster Hood", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "20b424a9-861a-4d39-a583-22d7b7348c14,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 51, + "ItemSetFriendlyName": "Bog Monster" + } + ], + "PurchasableItemId": 1606, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 9000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 8100, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + } + ], + "SubscriberDiscountPercent": 10, + "StorefrontType": 103, + "NextUpdate": "2222-02-22T22:22:00Z", + "NewUntil": "2020-01-28T21:00:00Z" +} diff --git a/apps/econ/static/storefronts/sf2.json b/apps/econ/static/storefronts/sf2.json new file mode 100644 index 0000000..7de44b2 --- /dev/null +++ b/apps/econ/static/storefronts/sf2.json @@ -0,0 +1,442 @@ +{ + "StoreItems": [ + { + "GiftDrops": [ + { + "GiftDropId": 3890, + "FriendlyName": "Gladiator Helmet", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "594a69fb-9f76-4f83-b2aa-94f0e72e996c,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 923, + "ItemSetFriendlyName": "Gladiator Set" + } + ], + "PurchasableItemId": 2197, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": "2021-10-06T21:00:00Z" + }, + { + "GiftDrops": [ + { + "GiftDropId": 3889, + "FriendlyName": "Gladiator Cape", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1633766e-fa77-48f3-8c6c-a233e56bf320,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 923, + "ItemSetFriendlyName": "Gladiator Set" + } + ], + "PurchasableItemId": 2196, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 4000, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 3600, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": "2021-10-06T21:00:00Z" + }, + { + "GiftDrops": [ + { + "GiftDropId": 3888, + "FriendlyName": "Gladiator Armor", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "52268f02-b8ba-4a8e-ab3a-7d5928f637a6,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 923, + "ItemSetFriendlyName": "Gladiator Set" + } + ], + "PurchasableItemId": 2195, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 3500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 3150, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": "2021-10-06T21:00:00Z" + }, + { + "GiftDrops": [ + { + "GiftDropId": 2079, + "FriendlyName": "Deep Sea Diver Gloves (Triton)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b1c3ccc8-91d7-434e-b9cc-bd632fffc01b,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 945, + "ItemSetFriendlyName": "Deep Sea Diver Set (Triton)" + } + ], + "PurchasableItemId": 635, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-10-03T21:00:00Z", + "SaleEndDate": "2021-10-04T21:00:00Z" + } + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2222, + "FriendlyName": "Deep Sea Diver Tank (Triton)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "8d97303c-5138-4da1-a74d-378da19d11cb,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 945, + "ItemSetFriendlyName": "Deep Sea Diver Set (Triton)" + } + ], + "PurchasableItemId": 778, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1978, + "FriendlyName": "4-Star Unique Box", + "Tooltip": "A random 4-star item that you don't have.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": true, + "QueryRedirectContext": 0, + "QueryRedirectRarity": 30, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 44, + "ItemSetFriendlyName": "Star Boxes" + } + ], + "PurchasableItemId": 539, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1980, + "FriendlyName": "2-Star Unique Box", + "Tooltip": "A random 2-star item that you don't have.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": true, + "QueryRedirectContext": 0, + "QueryRedirectRarity": 10, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 44, + "ItemSetFriendlyName": "Star Boxes" + } + ], + "PurchasableItemId": 541, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 1977, + "FriendlyName": "3-Star Unique Box", + "Tooltip": "A random 3-star item that you don't have.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": true, + "QueryRedirectContext": 0, + "QueryRedirectRarity": 20, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 44, + "ItemSetFriendlyName": "Star Boxes" + } + ], + "PurchasableItemId": 538, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 2078, + "FriendlyName": "Deep Sea Diver Suit (Triton)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "c3745cee-d87e-4a23-b6e2-64ebf05c8b11,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 945, + "ItemSetFriendlyName": "Deep Sea Diver Set (Triton)" + } + ], + "PurchasableItemId": 634, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 6500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5850, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": null + }, + { + "GiftDrops": [ + { + "GiftDropId": 3917, + "FriendlyName": "Wolf Amulet", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "fb2a0e86-3363-4579-9f18-f41138dc85ba,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": true, + "Rarity": 50, + "Context": 21, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "PurchasableItemId": 2174, + "Type": 0, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "IsFeatured": false, + "NewUntil": "2021-10-06T21:00:00Z" + } + ], + "SubscriberDiscountPercent": 10, + "StorefrontType": 2, + "NextUpdate": "2021-10-06T21:00:00Z", + "NewUntil": null +} diff --git a/apps/econ/static/storefronts/sf3.json b/apps/econ/static/storefronts/sf3.json new file mode 100644 index 0000000..729a996 --- /dev/null +++ b/apps/econ/static/storefronts/sf3.json @@ -0,0 +1,43099 @@ +{ + "NewUntil": null, + "NextUpdate": "2222-02-22T22:22:00Z", + "StoreItems": [ + { + "GiftDrops": [ + { + "GiftDropId": 302, + "FriendlyName": "Doctor's Head Mirror", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5ac25e5a-8c8e-445c-82a4-7272baec1eb5,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 303, + "FriendlyName": "Drum Major Hat (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1a028850-64ee-40ab-b547-ebbcfa1b04b3,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 8000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 3, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 7200, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 304, + "FriendlyName": "Lacrosse Helmet (Purple)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7134c60b-0640-463a-8d97-caa9184bef93,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 4, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 305, + "FriendlyName": "Lacrosse Helmet (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7134c60b-0640-463a-8d97-caa9184bef93,e3454bc7-c88d-4958-8b81-db3fe5472a1e,7e688b30-ed13-4790-9ad8-c49885d1b7e8,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 5, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 316, + "FriendlyName": "Flower Headband (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "2b2eb9e5-d52e-4004-bdb2-0bcf6910992d,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 6, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 317, + "FriendlyName": "Sun Hat", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "703f1987-2b31-4b6f-bab7-1939b1105ac0,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-06-27T21:00:00Z", + "SaleEndDate": "2021-06-28T21:00:00Z" + } + } + ], + "PurchasableItemId": 7, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 318, + "FriendlyName": "Visor", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "8c51fc1a-b1ad-4002-a13c-4313abd92c7f,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 8, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 331, + "FriendlyName": "Baseball Helmet (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "293e7ad3-01c9-43af-96e3-06c34145ff12,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 15, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 332, + "FriendlyName": "Beret (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ef84cb35-5e25-4aa6-82c9-17f01a5040c7,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 16, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 333, + "FriendlyName": "Bike Helmet (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "71014872-d879-4858-9d68-58da3c673d8b,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 17, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 334, + "FriendlyName": "Bow (Orange)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1e504fee-b593-4037-bd8f-b88025147991,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 18, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 335, + "FriendlyName": "Boxing Helmet (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b99a89c7-38c5-4196-9862-4e1bf9cb0ce1,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 4000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 19, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 3600, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 336, + "FriendlyName": "Cat Ears (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "3d5184e1-0201-4476-bf4b-4eb28190de62,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 9000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-06-06T21:00:00Z", + "SaleEndDate": "2021-06-07T21:00:00Z" + } + } + ], + "PurchasableItemId": 20, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 8100, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 337, + "FriendlyName": "Cloche (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "a16d59da-caa5-4388-af67-315bfcb16f64,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 21, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 339, + "FriendlyName": "Cowboy Hat (Cherry)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ad0bdec5-f767-42e7-99e0-221473464a85,624c85e5-095a-48b6-85fb-c9bbade19a8d,54778d93-2cff-48db-b25b-65c08b0e5be8,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 6000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 23, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5400, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 340, + "FriendlyName": "Cowboy Hat (Black, Gold)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ad0bdec5-f767-42e7-99e0-221473464a85,192ba73d-6990-42da-8fe0-914c2a7181eb,54778d93-2cff-48db-b25b-65c08b0e5be8,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 6000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 24, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5400, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 341, + "FriendlyName": "Cowboy Hat (Yellow)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ad0bdec5-f767-42e7-99e0-221473464a85,5e00a832-3f25-4dd3-84d2-b6ed6a4b4c37,54778d93-2cff-48db-b25b-65c08b0e5be8,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 6000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 25, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5400, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 342, + "FriendlyName": "Equestrian Helmet (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "a628d62c-fa30-4405-bcbc-3e646e3a3434,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 26, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 343, + "FriendlyName": "Firefighter Helmet (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "bb54e0e9-5d90-41f3-94c0-8e82f1791af1,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 27, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 344, + "FriendlyName": "Flat Cap (Grey)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5e3929d3-d291-4e91-a0ba-2ef203e407d3,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 28, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 345, + "FriendlyName": "Football Helmet (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5a38f864-7d1c-4989-8558-40b9668f78ef,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 29, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 346, + "FriendlyName": "Football Helmet (Orange)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5a38f864-7d1c-4989-8558-40b9668f78ef,d8d490aa-7088-4163-9305-1441367f490c,7660e11a-7ef0-43d3-bc02-76b3a4aab064,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 30, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 347, + "FriendlyName": "Football Helmet (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5a38f864-7d1c-4989-8558-40b9668f78ef,61ff7a02-50ff-49ea-b95e-c31b95a30c8e,7660e11a-7ef0-43d3-bc02-76b3a4aab064,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 31, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 348, + "FriendlyName": "Flower Hair Clip (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "a61e86cd-f7e7-4ac7-a6e8-df269bc5cb01,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 32, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 349, + "FriendlyName": "Hockey Helmet (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "8d703940-224a-4b0c-a04d-f365550071e1,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 33, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 355, + "FriendlyName": "Luchador Mask (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1596c113-aa3a-4f5c-b398-e5c3575548e7,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-05-23T21:00:00Z", + "SaleEndDate": "2021-05-24T21:00:00Z" + } + } + ], + "PurchasableItemId": 39, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 358, + "FriendlyName": "Captain Hat (White, Blue, Gold)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f5c9743f-e77c-42f2-ba63-9843342cbf8e,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 42, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 359, + "FriendlyName": "Captain Hat (White, Black, Gold)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f5c9743f-e77c-42f2-ba63-9843342cbf8e,f5403c89-9769-479b-8a05-c71607f9b189,a4e51b6b-fdfd-47dc-9d0e-f26f383e03e9,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 43, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 360, + "FriendlyName": "Captain Hat (White, Black, Silver)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f5c9743f-e77c-42f2-ba63-9843342cbf8e,36e63797-5a42-4779-a5cc-ef5c2e7d17d4,a4e51b6b-fdfd-47dc-9d0e-f26f383e03e9,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 44, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 361, + "FriendlyName": "Captain Hat (Black, Black, Gold)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f5c9743f-e77c-42f2-ba63-9843342cbf8e,70112887-dc8d-49d5-96ed-0845204e0b58,a4e51b6b-fdfd-47dc-9d0e-f26f383e03e9,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 45, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 362, + "FriendlyName": "Small Brim Hat (Purple)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9cdb4965-6f00-4304-afed-e301e73a2b3a,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 46, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 364, + "FriendlyName": "Top Hat (Black, Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "102c625b-b988-4bf8-a2aa-a31ad7029cdc,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 6500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 48, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5850, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 368, + "FriendlyName": "Side Pony Hair", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "49397e16-1027-4286-9bc4-b59eae565ff0,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 50, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 369, + "FriendlyName": "Mohawk Hair", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "e49d5d78-157e-4bc8-b878-ff7c4963fdc4,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 51, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 376, + "FriendlyName": "Sunglasses (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "6427bd57-fcb2-420f-8b3e-d1da43470b84,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 55, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 377, + "FriendlyName": "Paintball Goggles", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "34144f4c-f6ef-49e5-a286-1781e82e6782,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 56, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 379, + "FriendlyName": "Ranger Stache", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "3e139dd9-4757-43a8-8546-8da70dc17f0a,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 58, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 380, + "FriendlyName": "Cowboy Stache", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "cca7ab3d-5609-4700-92fd-3280fcea9b77,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 59, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 381, + "FriendlyName": "Sea Captain Beard", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "c161dc73-6ce3-49c4-8d15-45e6911f84e4,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 60, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 383, + "FriendlyName": "Bowtie (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "83be5ba4-525a-4781-a5f6-839c22e4d1d3,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 62, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 385, + "FriendlyName": "Bandana (Flowers, Orange)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 63, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 392, + "FriendlyName": "Luchador Cape (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "67117b3d-0669-4cf3-8a4f-066cabd4d8b1,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 69, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 393, + "FriendlyName": "Doctor's Stethoscope", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "587ca2bb-dd42-42bf-833f-4e2a97349866,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 70, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 402, + "FriendlyName": "Tied Scarf (Striped, Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5d1c42a0-7e36-431a-8e78-a8b74046d153,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 76, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 403, + "FriendlyName": "Astronaut Suit (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ec5255d5-edaf-4888-9fe1-e89ac0e0d300,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 8500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 77, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 7650, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 404, + "FriendlyName": "Babydoll Dress (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "da55bfc3-47b7-46f6-b548-7fb2c2a5e0bf,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 78, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 405, + "FriendlyName": "Babydoll Dress (Maroon)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "da55bfc3-47b7-46f6-b548-7fb2c2a5e0bf,d6823e01-69f0-4f85-b94a-74894356a2cf,cb9e9e05-c481-4397-86e7-c2111bc0e817,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 79, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 406, + "FriendlyName": "Babydoll Dress (Yellow)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "da55bfc3-47b7-46f6-b548-7fb2c2a5e0bf,c5deba2a-6e35-4b13-8e94-8ba5457f39df,cb9e9e05-c481-4397-86e7-c2111bc0e817,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 80, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 407, + "FriendlyName": "Babydoll Dress (Brown)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "da55bfc3-47b7-46f6-b548-7fb2c2a5e0bf,e13cf33d-7588-4e2e-955e-f0a29d6380b7,cb9e9e05-c481-4397-86e7-c2111bc0e817,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 81, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 408, + "FriendlyName": "Baseball Jersey (White, Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "2f8518fc-c989-40de-98b4-c6f09b304166,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 82, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 409, + "FriendlyName": "Basketball Jersey (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "348ac48b-986e-4d42-a0f7-1aea16b88271,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 83, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 410, + "FriendlyName": "Bike Shirt (Orange)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "843e3364-a743-4dfc-a990-0436e47b8c10,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 84, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 411, + "FriendlyName": "Cheerful Dress (Navy)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b02053b3-013f-42b0-8881-85f5be2b8cda,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 85, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 424, + "FriendlyName": "Collared Shirt (Purple)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "2e59d8d0-91a0-4449-bfdc-a5d663fd9343,071d1bf3-86dc-4a31-b54a-e6579fab8649,d015cae7-a905-49e4-8823-6dec069689a6,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 87, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 433, + "FriendlyName": "Cowboy Vest (Black, Gold)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ba84b23e-01ee-4668-a7ef-2e3e0eca2f23,192ba73d-6990-42da-8fe0-914c2a7181eb,98553538-cafd-4df9-8f37-bb0a4bb478a5,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 7000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 90, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 6300, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 434, + "FriendlyName": "Cowboy Vest (Yellow)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ba84b23e-01ee-4668-a7ef-2e3e0eca2f23,5e00a832-3f25-4dd3-84d2-b6ed6a4b4c37,98553538-cafd-4df9-8f37-bb0a4bb478a5,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 7000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 91, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 6300, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 435, + "FriendlyName": "Cowboy Vest (Cherry)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ba84b23e-01ee-4668-a7ef-2e3e0eca2f23,624c85e5-095a-48b6-85fb-c9bbade19a8d,98553538-cafd-4df9-8f37-bb0a4bb478a5,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 7000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 92, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 6300, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 440, + "FriendlyName": "Cheerleader Skirt (Pride)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "657efe89-620a-46a2-8b58-cafd855c7cd5,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 93, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 441, + "FriendlyName": "Field Hockey Uniform (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "a986ff33-9e16-4219-8ebb-2e7b4c772ca7,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 94, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 442, + "FriendlyName": "Firefighter Jacket", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1b37d6cd-0a89-4604-a046-e5cff55b0cf6,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 95, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 443, + "FriendlyName": "Flower Swimsuit (Yellow)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f41653f9-ae02-443c-aaf4-1c6f4e49035d,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 96, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 444, + "FriendlyName": "Football Shoulder Pads (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "34d45669-b319-4c7d-bd05-078961d70d0b,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 97, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 445, + "FriendlyName": "Football Shoulder Pads (Orange)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "34d45669-b319-4c7d-bd05-078961d70d0b,32dde6dc-e3dc-43ee-9b7c-987bc6778c17,e17481fc-b2b6-47a5-91e5-7205f45a3247,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 98, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 446, + "FriendlyName": "Football Shoulder Pads (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "34d45669-b319-4c7d-bd05-078961d70d0b,88c3ed05-ce41-4a9d-a4a7-8a428d240b3f,e17481fc-b2b6-47a5-91e5-7205f45a3247,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 99, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 447, + "FriendlyName": "Fur Coat (Brown)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "77c37481-a185-47ff-af55-65f9fdfcf9e5,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 100, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 449, + "FriendlyName": "Jazzercise Shirt (Teal)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5f492f8f-ab61-484a-9587-747132b54309,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 101, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 451, + "FriendlyName": "Luchador Singlet (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9c34c2c1-07d7-4180-94a2-be8c9caaae84,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 103, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 452, + "FriendlyName": "Cheerleader Sweater (Pride)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9073d6a0-3bc1-4c82-aeb3-d4ee195538b4,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 104, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 458, + "FriendlyName": "Paintball Vest (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d8f408f0-78f5-4e8a-b42a-e7b09632d1fd,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 106, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 463, + "FriendlyName": "Long Coat (Purple)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "745c5110-104e-4b37-aabf-7c690fd54811,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 107, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 464, + "FriendlyName": "Belted Dress (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f51a7ed5-52ea-485f-a430-303697f6fec9,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 108, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 465, + "FriendlyName": "Belted Dress (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f51a7ed5-52ea-485f-a430-303697f6fec9,5b58d879-2bc4-47ed-a996-1af2ace16425,3d971439-41d1-43a2-8434-704f9ec8d906,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 109, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 466, + "FriendlyName": "Belted Dress (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f51a7ed5-52ea-485f-a430-303697f6fec9,d320ad9b-ba5c-45ea-b2b8-0d3e409a9db1,3d971439-41d1-43a2-8434-704f9ec8d906,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 110, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 467, + "FriendlyName": "Belted Dress (Cream)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "f51a7ed5-52ea-485f-a430-303697f6fec9,d61711fd-589a-4669-b991-9408a58fffd9,3d971439-41d1-43a2-8434-704f9ec8d906,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 111, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 468, + "FriendlyName": "Flowered Dress (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "515dfc36-7f7b-47bc-abee-380d68f41be6,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 112, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 469, + "FriendlyName": "Captain Jacket (Blue, White, Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "0bc6bd1b-8b7e-4945-a1d6-c26b9c043318,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 113, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 470, + "FriendlyName": "Captain Jacket (Black, White, Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "0bc6bd1b-8b7e-4945-a1d6-c26b9c043318,b9f51861-ad10-4878-a9b1-d849bccf532a,8ec5de40-73fc-4f09-9bf3-ddf4701107bc,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 114, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 471, + "FriendlyName": "Captain Jacket (Black, White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "0bc6bd1b-8b7e-4945-a1d6-c26b9c043318,b5d62931-e756-4a8a-8f3b-760beba49319,8ec5de40-73fc-4f09-9bf3-ddf4701107bc,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 115, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 472, + "FriendlyName": "Captain Jacket (Black, White, Grey)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "0bc6bd1b-8b7e-4945-a1d6-c26b9c043318,6145292a-9002-41c6-8cd5-43679b6f542f,8ec5de40-73fc-4f09-9bf3-ddf4701107bc,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 116, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 473, + "FriendlyName": "Captain Jacket (Black, White, Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "0bc6bd1b-8b7e-4945-a1d6-c26b9c043318,7c1aaa7e-503b-46ef-b1c5-0c61a75b916e,8ec5de40-73fc-4f09-9bf3-ddf4701107bc,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 117, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 474, + "FriendlyName": "Captain Jacket (Blue, White, Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "0bc6bd1b-8b7e-4945-a1d6-c26b9c043318,27af51bc-8226-4911-8d47-22d28ea8e378,8ec5de40-73fc-4f09-9bf3-ddf4701107bc,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 118, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 475, + "FriendlyName": "Captain Jacket (Blue, White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "0bc6bd1b-8b7e-4945-a1d6-c26b9c043318,857fdcd8-704f-43d0-92b9-bca26619b153,8ec5de40-73fc-4f09-9bf3-ddf4701107bc,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 119, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 476, + "FriendlyName": "Captain Jacket (Black, Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "0bc6bd1b-8b7e-4945-a1d6-c26b9c043318,3df5d13b-ba77-4b51-90b2-7a946e4d0be7,8ec5de40-73fc-4f09-9bf3-ddf4701107bc,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 120, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 483, + "FriendlyName": "Boxing Shirt (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ff15e25d-d467-47a8-9ecc-e415d5acb90c,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 127, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1800, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 485, + "FriendlyName": "Doctor's Coat", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "27e742bf-3081-4274-ba70-301f0edeb4f1,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 129, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 486, + "FriendlyName": "Drum Major Shirt (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "a6f1825e-1647-4d06-85d7-ac2d139612c0,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 7500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 130, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 6750, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 491, + "FriendlyName": "Jersey (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7b857a8c-92ad-4028-a2c2-b3c20cdab5f2,8377ab96-c908-457f-9fee-b784c9a759f3,d2a692e6-e1a9-4cfe-8154-10b52be7f8c8,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 131, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 492, + "FriendlyName": "Jersey (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7b857a8c-92ad-4028-a2c2-b3c20cdab5f2,dee70c38-7a99-4c2b-9181-665f1bf75aca,d2a692e6-e1a9-4cfe-8154-10b52be7f8c8,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 132, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 498, + "FriendlyName": "Lacrosse Shirt (Purple)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "39278302-b52a-48a8-a566-ed756a5fa1a9,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 138, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 499, + "FriendlyName": "Lacrosse Shirt (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "39278302-b52a-48a8-a566-ed756a5fa1a9,e3454bc7-c88d-4958-8b81-db3fe5472a1e,da36bbcc-2a9a-4ba2-9e4a-6f52c9b1ef74,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 139, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 503, + "FriendlyName": "Tracksuit (Yellow)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d766c8d3-76e8-4021-b0a4-24b78fb7eaba,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 143, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 517, + "FriendlyName": "Astronaut Gloves (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "88739d79-aeb9-471a-b25b-776f46bba9f6,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 149, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 518, + "FriendlyName": "Bike Gloves (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7a6fe0e6-f930-4fb8-9b2f-4c857a273dd9,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 150, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 520, + "FriendlyName": "Boxing Gloves (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b904304b-cce0-466f-8569-c621eeadd4f7,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-05-30T21:00:00Z", + "SaleEndDate": "2021-05-31T21:00:00Z" + } + } + ], + "PurchasableItemId": 152, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 523, + "FriendlyName": "Cowboy Gloves (Cherry)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9eb7f505-5afd-4b28-9886-7996d38c59c6,17e44296-1cd9-4f8e-9aa7-3837dc69279a,8eef8837-9141-4088-835a-b2f47f4126f8,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 155, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 524, + "FriendlyName": "Cowboy Gloves (Black, Gold)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9eb7f505-5afd-4b28-9886-7996d38c59c6,c4ebfd1a-fcda-4b98-a151-a941b1801867,8eef8837-9141-4088-835a-b2f47f4126f8,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 156, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 525, + "FriendlyName": "Cowboy Gloves (Yellow)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9eb7f505-5afd-4b28-9886-7996d38c59c6,c0c33a35-494c-4a1a-aa53-d27d9b9ef5a4,8eef8837-9141-4088-835a-b2f47f4126f8,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 157, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 526, + "FriendlyName": "Drum Major Gloves (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "4d533b3a-b5fa-446a-842d-92798ad5b493,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 158, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 532, + "FriendlyName": "Paintball Gloves", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "64ad8789-1645-45f7-819a-a413ff7c9622,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 164, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1600, + "FriendlyName": "Fighter Pilot Helmet (Orange)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ec836d2a-b1b8-4566-b8eb-123ae2845956,cea53c7f-24a9-4e3b-80b9-fbf95738f973,9d6ac0b7-bbef-40bc-9173-effe65d7c0ff,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 213, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1601, + "FriendlyName": "Fighter Pilot Helmet (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ec836d2a-b1b8-4566-b8eb-123ae2845956,e37b07d1-6b9d-49b9-94ca-1c728e228cfe,9d6ac0b7-bbef-40bc-9173-effe65d7c0ff,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 214, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1603, + "FriendlyName": "Fighter Pilot Uniform (Orange)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ff7e6d41-5c27-4516-930c-ad0e9a23cce2,cea53c7f-24a9-4e3b-80b9-fbf95738f973,435eba0d-d8f9-43cc-91aa-2959d63c6fa7,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 216, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1604, + "FriendlyName": "Fighter Pilot Uniform (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ff7e6d41-5c27-4516-930c-ad0e9a23cce2,e37b07d1-6b9d-49b9-94ca-1c728e228cfe,435eba0d-d8f9-43cc-91aa-2959d63c6fa7,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 217, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1606, + "FriendlyName": "Fighter Pilot Gloves (Orange)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5800d2b5-75b8-442f-8b10-63bd3d73a1b8,18b52db5-0261-46a0-9214-ff510d455ed9,7869b2a5-cd89-4033-b9f7-4f1451ecb47b,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 219, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1607, + "FriendlyName": "Fighter Pilot Gloves (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5800d2b5-75b8-442f-8b10-63bd3d73a1b8,55b4e661-43e1-4708-82d5-2dd2bebd4f45,7869b2a5-cd89-4033-b9f7-4f1451ecb47b,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 220, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1616, + "FriendlyName": "Fighter Pilot Helmet (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ec836d2a-b1b8-4566-b8eb-123ae2845956,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 227, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1618, + "FriendlyName": "Fighter Pilot Uniform (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ff7e6d41-5c27-4516-930c-ad0e9a23cce2,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 228, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1619, + "FriendlyName": "Fighter Pilot Gloves (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5800d2b5-75b8-442f-8b10-63bd3d73a1b8,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 229, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1629, + "FriendlyName": "Mullet Hair", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "2b7f4dae-51da-4af0-b009-12d6005c85c6,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 238, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1630, + "FriendlyName": "Curly Mustache", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "6b337a35-95d9-4b3a-9891-d9fbb06262aa,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 239, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1642, + "FriendlyName": "Punk Hawk Hair", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ce250e13-8137-4f62-9e52-2b1cebe7d0ad,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-04-18T21:00:00Z", + "SaleEndDate": "2021-04-19T21:00:00Z" + } + } + ], + "PurchasableItemId": 250, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1643, + "FriendlyName": "Farmer Beard", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7553d851-1986-4325-870d-e425dfb7d007,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 251, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1644, + "FriendlyName": "Safari Belt Sash", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f47f81e7-fcdd-4687-9b99-013147bef30f,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 252, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1646, + "FriendlyName": "Punk Jacket (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "e4ba395e-f291-4e7b-8193-45f4422f41ce,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 254, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1647, + "FriendlyName": "Punk Jacket (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "e4ba395e-f291-4e7b-8193-45f4422f41ce,4169bfed-8403-4590-a29d-4941275ac0b6,d738ad4c-c9b5-41e6-8979-d586c964fb6c,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 255, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1648, + "FriendlyName": "Punk Jacket (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "e4ba395e-f291-4e7b-8193-45f4422f41ce,0724b166-9ace-46ff-a191-b13f135b00a8,d738ad4c-c9b5-41e6-8979-d586c964fb6c,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 256, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1649, + "FriendlyName": "Safari Shirt (Tan)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1041d745-c5e9-4218-a3e1-198f5c9c418c,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 257, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1650, + "FriendlyName": "Punk Wristbands (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "28374ebc-4050-4ea0-b3b6-41ebe75cedf7,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 258, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1651, + "FriendlyName": "Punk Wristbands (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "28374ebc-4050-4ea0-b3b6-41ebe75cedf7,a6796264-9c7e-4605-830c-06db8d0dc780,dd7472ed-bdcb-4811-81ba-5ed682fb7675,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 259, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1652, + "FriendlyName": "Punk Wristbands (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "28374ebc-4050-4ea0-b3b6-41ebe75cedf7,f3b2330a-b981-4c7e-902f-1f57382f2388,dd7472ed-bdcb-4811-81ba-5ed682fb7675,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 260, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1653, + "FriendlyName": "Aviator Hat (Brown)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7a7d8a06-7982-4bcb-b7bd-4d03b48889b4,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 261, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1654, + "FriendlyName": "Safari Hat (Tan)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "418ed21e-766f-4c69-9d57-6f866dcc7feb,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 262, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1655, + "FriendlyName": "Aviator Goggles (Brown)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "47629ed1-5378-427c-ad61-4b44d2fe90cc,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 263, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1656, + "FriendlyName": "Safari Monocle", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "02a5b48c-abba-4385-967b-ba900424829e,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 3000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 264, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2700, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1657, + "FriendlyName": "Aviator Coat (Brown)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "42aa7888-f0b9-4584-9cc1-966585c6b36e,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 265, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1658, + "FriendlyName": "Aviator Gloves (Brown)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "125a3a62-1005-47dc-9fd8-ee09ea803e9f,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 266, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1659, + "FriendlyName": "Safari Gloves (Tan)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "74365234-cb72-409d-8cf5-9a7209f707e1,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 267, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1667, + "FriendlyName": "Barbershop Hat (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "dcf9012d-f9e9-4f15-872e-f130af3b2efa,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 270, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1668, + "FriendlyName": "Barbershop Shirt (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "18cd3470-2dd9-4a0a-98bd-eae2d5f5d522,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 271, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1669, + "FriendlyName": "Barbershop Wrist (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ce81210f-8eb8-4cd2-95d5-046d4da229c8,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 272, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1671, + "FriendlyName": "Safari Hat (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "418ed21e-766f-4c69-9d57-6f866dcc7feb,49bbd11a-e5c9-47ff-b04d-72eb321e8a57,0dabda0d-842c-4d39-a6b9-a8ca3ec20825,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 273, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1675, + "FriendlyName": "Safari Shirt (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1041d745-c5e9-4218-a3e1-198f5c9c418c,49bbd11a-e5c9-47ff-b04d-72eb321e8a57,84c016ad-133f-45e3-a412-cac35612540b,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 275, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1676, + "FriendlyName": "Punk Wristbands (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "28374ebc-4050-4ea0-b3b6-41ebe75cedf7,baffdefe-de21-4551-9330-b50873965bdd,dd7472ed-bdcb-4811-81ba-5ed682fb7675,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 276, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1677, + "FriendlyName": "Safari Gloves (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "74365234-cb72-409d-8cf5-9a7209f707e1,49bbd11a-e5c9-47ff-b04d-72eb321e8a57,fa9a3d8e-16c9-4a7e-9166-3226e0d13c39,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 277, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1681, + "FriendlyName": "Aviator Hat (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7a7d8a06-7982-4bcb-b7bd-4d03b48889b4,a8de80d3-286a-4fdc-bed2-75d52f8c0964,ff5ae41e-e446-4a96-8c11-49d85556fa81,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 281, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1682, + "FriendlyName": "Aviator Hat (Tan)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7a7d8a06-7982-4bcb-b7bd-4d03b48889b4,c6cf096c-f0cb-4500-80a0-bc2916b5a426,ff5ae41e-e446-4a96-8c11-49d85556fa81,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 282, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1683, + "FriendlyName": "Aviator Goggles (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "47629ed1-5378-427c-ad61-4b44d2fe90cc,7b82c3c5-fd1f-45ec-b83f-e32668aa8dce,556f876a-70da-4104-b792-fca8ad67be0c,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 283, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1684, + "FriendlyName": "Aviator Goggles (Tan)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "47629ed1-5378-427c-ad61-4b44d2fe90cc,23428ca9-be75-4146-b400-df01d1dadac9,556f876a-70da-4104-b792-fca8ad67be0c,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 284, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1690, + "FriendlyName": "Aviator Coat (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "42aa7888-f0b9-4584-9cc1-966585c6b36e,da185fbb-ad2b-4f30-87a2-491f24b78ebb,9009bcdf-b6f7-4dae-b2ec-895511d118ff,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 290, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1691, + "FriendlyName": "Aviator Coat (Tan)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "42aa7888-f0b9-4584-9cc1-966585c6b36e,bea795cc-aabd-4229-84dd-49ab4f91a445,9009bcdf-b6f7-4dae-b2ec-895511d118ff,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 291, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1692, + "FriendlyName": "Aviator Gloves (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "125a3a62-1005-47dc-9fd8-ee09ea803e9f,97bbb384-b37e-4ea1-902c-88fbd6854ab5,5659ce2c-9cb0-49da-8c39-4b7df0f8deec,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 292, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1693, + "FriendlyName": "Aviator Gloves (Tan)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "125a3a62-1005-47dc-9fd8-ee09ea803e9f,7fb8496f-0e6c-4e48-b8fa-5709ebbf4820,5659ce2c-9cb0-49da-8c39-4b7df0f8deec,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 293, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1694, + "FriendlyName": "Barbershop Hat (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "dcf9012d-f9e9-4f15-872e-f130af3b2efa,631c9015-2a00-47ea-bb35-465a2ddbca5d,83158223-e268-4036-8a6a-218a8430eb2c,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 294, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1695, + "FriendlyName": "Barbershop Hat (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "dcf9012d-f9e9-4f15-872e-f130af3b2efa,7f9cb939-36a4-40da-8337-025e1d7bf8e5,83158223-e268-4036-8a6a-218a8430eb2c,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 295, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1696, + "FriendlyName": "Barbershop Shirt (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "18cd3470-2dd9-4a0a-98bd-eae2d5f5d522,a5925738-a451-4f25-b622-ccbfa12bd88c,15edb8d7-2ff6-4170-a7e6-acd9e965cab5,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 296, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1697, + "FriendlyName": "Barbershop Shirt (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "18cd3470-2dd9-4a0a-98bd-eae2d5f5d522,c64ac7a9-7fd4-4587-8626-0413a190b706,15edb8d7-2ff6-4170-a7e6-acd9e965cab5,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 297, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1698, + "FriendlyName": "Barbershop Wrist (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ce81210f-8eb8-4cd2-95d5-046d4da229c8,bb01b51e-a95f-441e-8c52-abc3aeed7145,f7c7d05f-5454-445a-af38-25f110bd204a,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 298, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1704, + "FriendlyName": "Drum Major Hat (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1a028850-64ee-40ab-b547-ebbcfa1b04b3,5a614f97-ef7f-4b70-afff-9ed837a86407,a8a91216-0fcc-461e-a682-95ee82509cce,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 8000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 300, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 7200, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1706, + "FriendlyName": "Drum Major Hat (Yellow)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1a028850-64ee-40ab-b547-ebbcfa1b04b3,8053b5e5-0f67-4329-a45d-1ee9fc830820,a8a91216-0fcc-461e-a682-95ee82509cce,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 8000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 302, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 7200, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1707, + "FriendlyName": "Field Hockey Uniform (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "a986ff33-9e16-4219-8ebb-2e7b4c772ca7,7b0d6661-e856-4ec1-ab90-d89c28a70826,1fede91a-434e-49a5-882e-e6db107112a8,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 303, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1708, + "FriendlyName": "Drum Major Shirt (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "a6f1825e-1647-4d06-85d7-ac2d139612c0,fe5288bc-0e02-4ea3-b17d-dee0e576979d,b0298c45-0dd1-453e-bad4-41e4656bb38e,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 7500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 304, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 6750, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1710, + "FriendlyName": "Drum Major Shirt (Yellow)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "a6f1825e-1647-4d06-85d7-ac2d139612c0,54d3c589-30ba-44c1-a77c-8f9e16eb0b20,b0298c45-0dd1-453e-bad4-41e4656bb38e,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 7500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 306, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 6750, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1711, + "FriendlyName": "Drum Major Gloves (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "4d533b3a-b5fa-446a-842d-92798ad5b493,fe5288bc-0e02-4ea3-b17d-dee0e576979d,6b38ab79-142b-446e-978c-ad829ade8823,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 307, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1712, + "FriendlyName": "Drum Major Gloves (Orange)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "4d533b3a-b5fa-446a-842d-92798ad5b493,b444ed0a-eab5-4bd6-af34-d080de74a149,6b38ab79-142b-446e-978c-ad829ade8823,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 308, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1713, + "FriendlyName": "Drum Major Gloves (Yellow)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "4d533b3a-b5fa-446a-842d-92798ad5b493,8053b5e5-0f67-4329-a45d-1ee9fc830820,6b38ab79-142b-446e-978c-ad829ade8823,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 309, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1716, + "FriendlyName": "Boxing Helmet (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b99a89c7-38c5-4196-9862-4e1bf9cb0ce1,8c7b09f2-6213-4ef9-87ab-a2df72d07a22,92714eac-cc07-4f74-a6f5-cfbbadd07e06,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 4000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 312, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 3600, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1717, + "FriendlyName": "Cheerful Dress (Purple)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "b02053b3-013f-42b0-8881-85f5be2b8cda,6e0f3af8-297f-4ea7-8f9e-4a1bc57d3e35,93987d32-7a6e-45df-af56-76f912969ce7,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 313, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1718, + "FriendlyName": "Cheerful Dress (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b02053b3-013f-42b0-8881-85f5be2b8cda,faedf215-289b-40f7-90cc-f5b98517d133,93987d32-7a6e-45df-af56-76f912969ce7,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 314, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1719, + "FriendlyName": "Cheerful Dress (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b02053b3-013f-42b0-8881-85f5be2b8cda,1773d5d8-4714-4721-b30c-97e25d6f2a5a,93987d32-7a6e-45df-af56-76f912969ce7,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 315, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1720, + "FriendlyName": "Flower Swimsuit (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f41653f9-ae02-443c-aaf4-1c6f4e49035d,cf515c87-3c0a-4443-9f63-5ea1bdbaa61a,3248a3ec-50d1-4c0a-96ae-25eb9d8ed622,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 316, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1721, + "FriendlyName": "Flower Swimsuit (Purple)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f41653f9-ae02-443c-aaf4-1c6f4e49035d,27680277-aec1-41be-a476-9f51cf775580,3248a3ec-50d1-4c0a-96ae-25eb9d8ed622,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 317, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1722, + "FriendlyName": "Flower Swimsuit (Grey)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f41653f9-ae02-443c-aaf4-1c6f4e49035d,5a96ac4d-03c3-4214-9dcb-c2044ff28f2e,3248a3ec-50d1-4c0a-96ae-25eb9d8ed622,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 318, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1723, + "FriendlyName": "Boxing Shirt (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ff15e25d-d467-47a8-9ecc-e415d5acb90c,8c7b09f2-6213-4ef9-87ab-a2df72d07a22,0ec6628c-a106-4452-af82-105a3e3a9f2e,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 319, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1800, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1724, + "FriendlyName": "Boxing Gloves (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b904304b-cce0-466f-8569-c621eeadd4f7,8c7b09f2-6213-4ef9-87ab-a2df72d07a22,f79f8a46-ef1d-4d8c-a4fc-383e3a9eb10b,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-05-30T21:00:00Z", + "SaleEndDate": "2021-05-31T21:00:00Z" + } + } + ], + "PurchasableItemId": 320, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1728, + "FriendlyName": "Bowtie (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "83be5ba4-525a-4781-a5f6-839c22e4d1d3,724c79a3-822c-422f-9462-a5374ee0211c,0b2395e1-ebcc-47e9-aaf1-faf9e9cec4cd,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 324, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1729, + "FriendlyName": "Bowtie (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "83be5ba4-525a-4781-a5f6-839c22e4d1d3,8377ab96-c908-457f-9fee-b784c9a759f3,0b2395e1-ebcc-47e9-aaf1-faf9e9cec4cd,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 325, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1730, + "FriendlyName": "Bowtie (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "83be5ba4-525a-4781-a5f6-839c22e4d1d3,e69372eb-2fd8-4e17-a448-ee0be61a2c7a,0b2395e1-ebcc-47e9-aaf1-faf9e9cec4cd,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 326, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1731, + "FriendlyName": "Bandana (Dots, Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,827a1538-51bb-4fef-99c1-7f1bebd9866c,b292eb4b-07e3-4a48-99b5-3c6587a1e02e,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 327, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1732, + "FriendlyName": "Bandana (Dots, Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,ad61c418-6d77-4a99-8ac5-9f10f5a3d42f,b292eb4b-07e3-4a48-99b5-3c6587a1e02e,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 328, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1733, + "FriendlyName": "Bandana (Dots, White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,6dd95046-acf8-42fe-ab78-80a334096a9d,b292eb4b-07e3-4a48-99b5-3c6587a1e02e,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 329, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1734, + "FriendlyName": "Bandana (Flowers, Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,827a1538-51bb-4fef-99c1-7f1bebd9866c,27a5df72-4095-4837-bf24-cdd3d95a43e9,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 330, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1735, + "FriendlyName": "Bandana (Flowers, Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,ad61c418-6d77-4a99-8ac5-9f10f5a3d42f,27a5df72-4095-4837-bf24-cdd3d95a43e9,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 331, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1736, + "FriendlyName": "Bandana (Flowers, White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,6dd95046-acf8-42fe-ab78-80a334096a9d,27a5df72-4095-4837-bf24-cdd3d95a43e9,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 332, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1737, + "FriendlyName": "Bandana (Plaid, Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,827a1538-51bb-4fef-99c1-7f1bebd9866c,cf119781-5bd9-4b85-9a0b-12e82e988c23,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 333, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1738, + "FriendlyName": "Bandana (Plaid, Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,ad61c418-6d77-4a99-8ac5-9f10f5a3d42f,cf119781-5bd9-4b85-9a0b-12e82e988c23,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 334, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1739, + "FriendlyName": "Bandana (Plaid, White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,6dd95046-acf8-42fe-ab78-80a334096a9d,cf119781-5bd9-4b85-9a0b-12e82e988c23,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 335, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1740, + "FriendlyName": "Business Tie (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "c6c08eb5-381a-4193-9722-80da95d62abe,dee70c38-7a99-4c2b-9181-665f1bf75aca,0b2395e1-ebcc-47e9-aaf1-faf9e9cec4cd,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 336, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1741, + "FriendlyName": "Business Tie (Grey)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "c6c08eb5-381a-4193-9722-80da95d62abe,0ecb8a2a-cffc-47db-aeda-fb0684aef1e5,0b2395e1-ebcc-47e9-aaf1-faf9e9cec4cd,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 337, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1742, + "FriendlyName": "Business Tie (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "c6c08eb5-381a-4193-9722-80da95d62abe,8377ab96-c908-457f-9fee-b784c9a759f3,0b2395e1-ebcc-47e9-aaf1-faf9e9cec4cd,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 338, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1743, + "FriendlyName": "Business Tie (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "c6c08eb5-381a-4193-9722-80da95d62abe,724c79a3-822c-422f-9462-a5374ee0211c,0b2395e1-ebcc-47e9-aaf1-faf9e9cec4cd,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 339, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1744, + "FriendlyName": "Business Tie (Yellow)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "c6c08eb5-381a-4193-9722-80da95d62abe,67bcca75-4ab1-4964-8688-9908c464d355,0b2395e1-ebcc-47e9-aaf1-faf9e9cec4cd,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 340, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1748, + "FriendlyName": "Tied Scarf (Plaid, Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5d1c42a0-7e36-431a-8e78-a8b74046d153,827a1538-51bb-4fef-99c1-7f1bebd9866c,cf119781-5bd9-4b85-9a0b-12e82e988c23,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 341, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1749, + "FriendlyName": "Tied Scarf (Plaid, Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5d1c42a0-7e36-431a-8e78-a8b74046d153,ad61c418-6d77-4a99-8ac5-9f10f5a3d42f,cf119781-5bd9-4b85-9a0b-12e82e988c23,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 342, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1750, + "FriendlyName": "Tied Scarf (Plaid, White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5d1c42a0-7e36-431a-8e78-a8b74046d153,6dd95046-acf8-42fe-ab78-80a334096a9d,cf119781-5bd9-4b85-9a0b-12e82e988c23,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 343, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1751, + "FriendlyName": "Tied Scarf (Dots, Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5d1c42a0-7e36-431a-8e78-a8b74046d153,827a1538-51bb-4fef-99c1-7f1bebd9866c,b292eb4b-07e3-4a48-99b5-3c6587a1e02e,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 344, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1752, + "FriendlyName": "Tied Scarf (Dots, Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5d1c42a0-7e36-431a-8e78-a8b74046d153,ad61c418-6d77-4a99-8ac5-9f10f5a3d42f,b292eb4b-07e3-4a48-99b5-3c6587a1e02e,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 345, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1753, + "FriendlyName": "Tied Scarf (Dots, White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5d1c42a0-7e36-431a-8e78-a8b74046d153,6dd95046-acf8-42fe-ab78-80a334096a9d,b292eb4b-07e3-4a48-99b5-3c6587a1e02e,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 346, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1756, + "FriendlyName": "Fur Coat (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "77c37481-a185-47ff-af55-65f9fdfcf9e5,43501b0c-eaaa-4ab3-9d03-2ca61d2e8fc9,2c0d912d-c184-4eab-8ee4-73b90ba7b0a6,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 347, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1757, + "FriendlyName": "Fur Coat (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "77c37481-a185-47ff-af55-65f9fdfcf9e5,643b5f2d-0666-4869-b699-03742de34d16,2c0d912d-c184-4eab-8ee4-73b90ba7b0a6,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 348, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1758, + "FriendlyName": "Long Coat (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "745c5110-104e-4b37-aabf-7c690fd54811,b42d903b-b393-4f49-af5e-38d0fb6c42b0,3ba69a39-a4e7-4505-bae7-8db31360ec1c,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 349, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1759, + "FriendlyName": "Long Coat (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "745c5110-104e-4b37-aabf-7c690fd54811,8cab8cc6-9a2d-434c-8b72-e66edbdd223c,3ba69a39-a4e7-4505-bae7-8db31360ec1c,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 350, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1760, + "FriendlyName": "Long Coat (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "745c5110-104e-4b37-aabf-7c690fd54811,657f28d5-672a-4f27-86c6-3cb00f25bb84,3ba69a39-a4e7-4505-bae7-8db31360ec1c,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 351, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1761, + "FriendlyName": "Flowered Dress (Grey)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "515dfc36-7f7b-47bc-abee-380d68f41be6,1acb1f56-4509-449f-9c6a-065bdeaa9ee3,2d7361d2-31a2-404b-90da-10e89114e1f2,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 352, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1762, + "FriendlyName": "Flowered Dress (Yellow)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "515dfc36-7f7b-47bc-abee-380d68f41be6,e98c3f98-7844-4d6e-a21c-05027033c18c,2d7361d2-31a2-404b-90da-10e89114e1f2,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 353, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1767, + "FriendlyName": "Flower Headband (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "2b2eb9e5-d52e-4004-bdb2-0bcf6910992d,c5884778-a87f-4612-9717-86fbb65d440f,7d040391-03f7-4b3d-bcfd-a1278ff459c9,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 358, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1768, + "FriendlyName": "Flower Headband (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "2b2eb9e5-d52e-4004-bdb2-0bcf6910992d,827a1538-51bb-4fef-99c1-7f1bebd9866c,7d040391-03f7-4b3d-bcfd-a1278ff459c9,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 359, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1771, + "FriendlyName": "Bike Helmet (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "71014872-d879-4858-9d68-58da3c673d8b,83522c12-9549-4d74-8c87-bae210bcd2bf,5fd9e83a-cfaf-4c98-bd31-91a7484c26dd,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 362, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1772, + "FriendlyName": "Bike Helmet (Orange)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "71014872-d879-4858-9d68-58da3c673d8b,4398ce1a-e6ee-4da4-ad0d-7abfab41020c,5fd9e83a-cfaf-4c98-bd31-91a7484c26dd,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 363, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1773, + "FriendlyName": "Flower Hair Clip (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "a61e86cd-f7e7-4ac7-a6e8-df269bc5cb01,ce465d53-3807-423f-baa0-bdba2a75ceb3,65b89eae-347e-4eff-9ff3-7f25cace0125,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 364, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1774, + "FriendlyName": "Flower Hair Clip (Yellow)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "a61e86cd-f7e7-4ac7-a6e8-df269bc5cb01,596097a8-d545-4256-959d-1d3cd96fc64c,65b89eae-347e-4eff-9ff3-7f25cace0125,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 365, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1775, + "FriendlyName": "Luchador Mask (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1596c113-aa3a-4f5c-b398-e5c3575548e7,916384ca-e209-42a0-bd64-c64f5a40b56f,96b36c98-cba1-4337-91dd-c74c00316f97,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-05-23T21:00:00Z", + "SaleEndDate": "2021-05-24T21:00:00Z" + } + } + ], + "PurchasableItemId": 366, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1776, + "FriendlyName": "Luchador Mask (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1596c113-aa3a-4f5c-b398-e5c3575548e7,0217fd2e-ff9d-49f7-9bc8-8d0d6b8bf250,96b36c98-cba1-4337-91dd-c74c00316f97,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-05-23T21:00:00Z", + "SaleEndDate": "2021-05-24T21:00:00Z" + } + } + ], + "PurchasableItemId": 367, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1777, + "FriendlyName": "Small Brim Hat (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9cdb4965-6f00-4304-afed-e301e73a2b3a,67fc9269-8dd8-4d6f-b594-c77e716f2482,65ed43ff-dfc4-4cab-b0b9-77dc94165e24,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 368, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1778, + "FriendlyName": "Small Brim Hat (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9cdb4965-6f00-4304-afed-e301e73a2b3a,43501b0c-eaaa-4ab3-9d03-2ca61d2e8fc9,65ed43ff-dfc4-4cab-b0b9-77dc94165e24,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 369, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1779, + "FriendlyName": "Small Brim Hat (Maroon)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9cdb4965-6f00-4304-afed-e301e73a2b3a,d6823e01-69f0-4f85-b94a-74894356a2cf,65ed43ff-dfc4-4cab-b0b9-77dc94165e24,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 370, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1782, + "FriendlyName": "Bike Shirt (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "843e3364-a743-4dfc-a990-0436e47b8c10,c5884778-a87f-4612-9717-86fbb65d440f,1695608b-e9cc-4a03-b56d-0f09d2804379,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 371, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1783, + "FriendlyName": "Bike Shirt (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "843e3364-a743-4dfc-a990-0436e47b8c10,83522c12-9549-4d74-8c87-bae210bcd2bf,1695608b-e9cc-4a03-b56d-0f09d2804379,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 372, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1787, + "FriendlyName": "Luchador Singlet (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9c34c2c1-07d7-4180-94a2-be8c9caaae84,916384ca-e209-42a0-bd64-c64f5a40b56f,7ef7d0cf-99f1-4872-9d3d-8230cc9fa368,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 373, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1788, + "FriendlyName": "Luchador Singlet (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9c34c2c1-07d7-4180-94a2-be8c9caaae84,0217fd2e-ff9d-49f7-9bc8-8d0d6b8bf250,7ef7d0cf-99f1-4872-9d3d-8230cc9fa368,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 374, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1789, + "FriendlyName": "Tracksuit (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d766c8d3-76e8-4021-b0a4-24b78fb7eaba,026ca50e-3a81-43cf-87f5-950687b7bbdd,adae82eb-a4b9-4541-acf2-76cea839a593,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 375, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1790, + "FriendlyName": "Tracksuit (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d766c8d3-76e8-4021-b0a4-24b78fb7eaba,6584dada-499e-4d7c-958d-466955b20640,adae82eb-a4b9-4541-acf2-76cea839a593,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 376, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1813, + "FriendlyName": "Babydoll Dress (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "da55bfc3-47b7-46f6-b548-7fb2c2a5e0bf,c9589974-c261-485e-b571-cb2f34fb178f,cb9e9e05-c481-4397-86e7-c2111bc0e817,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 398, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1864, + "FriendlyName": "Jersey (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7b857a8c-92ad-4028-a2c2-b3c20cdab5f2,f8b0cfe8-e129-4578-8bb5-f60af5d38599,d2a692e6-e1a9-4cfe-8154-10b52be7f8c8,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 446, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1865, + "FriendlyName": "Jersey (Yellow)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7b857a8c-92ad-4028-a2c2-b3c20cdab5f2,d2b40639-5d34-45b6-904e-6dd29030ff44,d2a692e6-e1a9-4cfe-8154-10b52be7f8c8,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 447, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1866, + "FriendlyName": "Jersey (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7b857a8c-92ad-4028-a2c2-b3c20cdab5f2,724c79a3-822c-422f-9462-a5374ee0211c,d2a692e6-e1a9-4cfe-8154-10b52be7f8c8,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 448, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1867, + "FriendlyName": "Jersey (Purple)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7b857a8c-92ad-4028-a2c2-b3c20cdab5f2,c72911d0-453f-4732-b1bd-dad520220a06,d2a692e6-e1a9-4cfe-8154-10b52be7f8c8,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 449, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1868, + "FriendlyName": "Jersey (Teal)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7b857a8c-92ad-4028-a2c2-b3c20cdab5f2,90bc2d31-1715-4d1a-813a-7c57e66cb017,d2a692e6-e1a9-4cfe-8154-10b52be7f8c8,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 450, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1869, + "FriendlyName": "Jersey (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7b857a8c-92ad-4028-a2c2-b3c20cdab5f2,1b1d08f2-12ca-43dd-a44f-ea2820b919b4,d2a692e6-e1a9-4cfe-8154-10b52be7f8c8,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 451, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1874, + "FriendlyName": "Captain Hat (Pink, Black, Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f5c9743f-e77c-42f2-ba63-9843342cbf8e,2738ab5f-8c94-46b3-bac6-4a8111c41c21,a4e51b6b-fdfd-47dc-9d0e-f26f383e03e9,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 456, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1885, + "FriendlyName": "Romper (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "e042433a-40a2-4758-8074-3b9d407835ec,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 463, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1887, + "FriendlyName": "Mobster Hat (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "76369aef-aeda-46d2-996a-cd00594d0543,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 464, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1888, + "FriendlyName": "Mobster Suit (Pinstripe)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "4308da04-af84-40bb-845a-7a9e1a2726ec,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 465, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1889, + "FriendlyName": "Mobster Suit (Herringbone)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "4308da04-af84-40bb-845a-7a9e1a2726ec,531b4297-b38b-4362-9854-4f2139ea43be,33ee376a-586e-4aff-a7e4-4213445a3e92,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 466, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1890, + "FriendlyName": "Mobster Cuffs (Pinstripe)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "08d56627-4500-4724-8692-a23c96ddb3ec,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 467, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1927, + "FriendlyName": "Flapper Headband (Silver)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "18feb3c2-049f-4f91-9f4e-6b5fcb4ab70c,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 493, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1929, + "FriendlyName": "Flapper Dress (Silver)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5f600892-aa67-484a-afc7-14c219d89c52,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 494, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1930, + "FriendlyName": "Flapper Gloves (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "473c672d-2b79-48a2-a49d-fd68160c5bde,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 495, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1977, + "FriendlyName": "3-Star Unique Box", + "Tooltip": "A random 3-star item that you don't have.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": true, + "QueryRedirectContext": 0, + "QueryRedirectRarity": 20, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 44, + "ItemSetFriendlyName": "Star Boxes" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2201, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1978, + "FriendlyName": "4-Star Unique Box", + "Tooltip": "A random 4-star item that you don't have.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": true, + "QueryRedirectContext": 0, + "QueryRedirectRarity": 30, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 44, + "ItemSetFriendlyName": "Star Boxes" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2202, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1980, + "FriendlyName": "2-Star Unique Box", + "Tooltip": "A random 2-star item that you don't have.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": true, + "QueryRedirectContext": 0, + "QueryRedirectRarity": 10, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 44, + "ItemSetFriendlyName": "Star Boxes" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2203, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2007, + "FriendlyName": "Film (Black & White)", + "Tooltip": "Take some black and white photos.", + "ConsumableItemDesc": "frOMH6WxDEG1fBqC4_83vg", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 20, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 568, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 18, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2008, + "FriendlyName": "Film (Dawn)", + "Tooltip": "Take some sun-soaked photos.", + "ConsumableItemDesc": "m0bVLwWGj0GuIBSb6wCk6Q", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 20, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 569, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 18, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2009, + "FriendlyName": "Film (Sepia)", + "Tooltip": "Take some old-timey photos.", + "ConsumableItemDesc": "A5M-yf9tgUihq1uab3v58g", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 20, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 570, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 18, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2010, + "FriendlyName": "Ego Potion", + "Tooltip": "Makes your head BIG for a time.", + "ConsumableItemDesc": "Tpxqe_lycUelySRHM8B0Vw", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 571, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2011, + "FriendlyName": "Root Beer", + "Tooltip": "A sixer of root beer to share with friends.", + "ConsumableItemDesc": "JfnVXFmilU6ysv-VbTAe3A", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 50, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 572, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 45, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2013, + "FriendlyName": "High Five Potion (Golden)", + "Tooltip": "Give golden high fives for a time.", + "ConsumableItemDesc": "-hy0qD-iUk-v4NHxNzanmg", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 4004, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 30, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2204, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 27, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2014, + "FriendlyName": "Supreme Pizza", + "Tooltip": "A supreme pizza to share with friends.", + "ConsumableItemDesc": "wUCIKdJSvEmiQHYMyx4X4w", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 33, + "ItemSetFriendlyName": "Pizza Aplenty" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 95, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 574, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 85, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2015, + "FriendlyName": "High Five Potion (Magic)", + "Tooltip": "Give magical high fives for a time.", + "ConsumableItemDesc": "VQSgL2pTLkWx4B3kwYG7UA", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 4014, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 30, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2205, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 27, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2025, + "FriendlyName": "Cheese Pizza", + "Tooltip": "A cheese pizza to share with friends.", + "ConsumableItemDesc": "5hIAZ9wg5EyG1cILf4FS2A", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 33, + "ItemSetFriendlyName": "Pizza Aplenty" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 85, + "StorefrontSaleData": { + "SalePercent": 30, + "SaleStartDate": "2021-09-05T07:00:00Z", + "SaleEndDate": "2021-09-06T07:00:00Z" + } + } + ], + "PurchasableItemId": 582, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 76, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2027, + "FriendlyName": "Pepperoni Pizza", + "Tooltip": "A pepperoni pizza to share with friends.", + "ConsumableItemDesc": "mq23W-RSP0G8iGNLdrcpUw", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 33, + "ItemSetFriendlyName": "Pizza Aplenty" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 584, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 81, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2039, + "FriendlyName": "Flapper Headband (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "18feb3c2-049f-4f91-9f4e-6b5fcb4ab70c,565c17e0-496d-45bd-a2c3-564e118c06cc,d9be3a98-9da9-419e-9dce-fe58a3ad9c4e,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 596, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2040, + "FriendlyName": "Flapper Headband (Gold)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "18feb3c2-049f-4f91-9f4e-6b5fcb4ab70c,b6c25a3b-125b-4aab-bed0-e6e5ced2c21c,d9be3a98-9da9-419e-9dce-fe58a3ad9c4e,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 597, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2041, + "FriendlyName": "Mobster Hat (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "76369aef-aeda-46d2-996a-cd00594d0543,40283127-2ffc-4989-82f6-29c3381bf9e2,d759c88d-a159-4c26-86dd-b054bb05b3ed,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 598, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2042, + "FriendlyName": "Mobster Hat (Brown)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "76369aef-aeda-46d2-996a-cd00594d0543,1421caa9-9a0d-42c2-b847-1500ba2e483a,d759c88d-a159-4c26-86dd-b054bb05b3ed,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 599, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2043, + "FriendlyName": "Mobster Hat (Grey)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "76369aef-aeda-46d2-996a-cd00594d0543,390a476a-5545-48eb-955c-1bf1a16012bf,d759c88d-a159-4c26-86dd-b054bb05b3ed,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 600, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2044, + "FriendlyName": "Bow (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1e504fee-b593-4037-bd8f-b88025147991,c9589974-c261-485e-b571-cb2f34fb178f,e0186718-4a18-434b-b96e-0c9c912f0d1f,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 601, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2045, + "FriendlyName": "Bow (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1e504fee-b593-4037-bd8f-b88025147991,6564acf1-4d70-4f92-92ac-08e2b76dbb6b,e0186718-4a18-434b-b96e-0c9c912f0d1f,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 602, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2047, + "FriendlyName": "Equestrian Helmet (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "a628d62c-fa30-4405-bcbc-3e646e3a3434,55901f12-d5b5-4fa8-b4c8-e479689ee39d,be6b3fa1-3388-48ac-8957-d7b8c85ff968,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 604, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2048, + "FriendlyName": "Equestrian Helmet (Grey)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "a628d62c-fa30-4405-bcbc-3e646e3a3434,4828b50c-95b6-466a-bb25-514891d78202,be6b3fa1-3388-48ac-8957-d7b8c85ff968,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 605, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2049, + "FriendlyName": "Equestrian Helmet (Maroon)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "a628d62c-fa30-4405-bcbc-3e646e3a3434,d6823e01-69f0-4f85-b94a-74894356a2cf,be6b3fa1-3388-48ac-8957-d7b8c85ff968,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 606, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2050, + "FriendlyName": "Firefighter Helmet (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "bb54e0e9-5d90-41f3-94c0-8e82f1791af1,891d902e-3257-4a8c-9001-858046007997,c8ccb85e-52cd-4b3b-aadf-289819067125,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 607, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2051, + "FriendlyName": "Firefighter Helmet (Yellow)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "bb54e0e9-5d90-41f3-94c0-8e82f1791af1,4c26d1e7-2382-4478-b9c4-a068ed01a607,c8ccb85e-52cd-4b3b-aadf-289819067125,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 608, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2052, + "FriendlyName": "Flat Cap (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5e3929d3-d291-4e91-a0ba-2ef203e407d3,9967ce54-c2b7-437a-946e-11f8ee6d6fdd,73fc2e2a-a036-410b-bafa-3a07658245b5,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 609, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2053, + "FriendlyName": "Flat Cap (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5e3929d3-d291-4e91-a0ba-2ef203e407d3,0ba92db2-690a-44ce-92f4-130e9503b6c1,73fc2e2a-a036-410b-bafa-3a07658245b5,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 610, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2054, + "FriendlyName": "Hockey Helmet (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "8d703940-224a-4b0c-a04d-f365550071e1,d5efaf80-7f34-4c9a-bc3a-b80b1ac70ace,7c4d447c-6594-4bd8-9510-12ad683ab116,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 611, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2055, + "FriendlyName": "Hockey Helmet (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "8d703940-224a-4b0c-a04d-f365550071e1,0217fd2e-ff9d-49f7-9bc8-8d0d6b8bf250,7c4d447c-6594-4bd8-9510-12ad683ab116,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 612, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2056, + "FriendlyName": "Flapper Dress (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5f600892-aa67-484a-afc7-14c219d89c52,565c17e0-496d-45bd-a2c3-564e118c06cc,a240d44f-963d-4d35-b22f-980938c7788d,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 613, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2057, + "FriendlyName": "Flapper Dress (Gold)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5f600892-aa67-484a-afc7-14c219d89c52,b6c25a3b-125b-4aab-bed0-e6e5ced2c21c,a240d44f-963d-4d35-b22f-980938c7788d,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 614, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2058, + "FriendlyName": "Flapper Gloves (Silver)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "473c672d-2b79-48a2-a49d-fd68160c5bde,30c61e63-5e09-4a6f-8915-1e1fe4d55cf0,0e42108e-3b08-49b4-86c0-7984719e8380,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 615, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2059, + "FriendlyName": "Flapper Gloves (Gold)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "473c672d-2b79-48a2-a49d-fd68160c5bde,2cf2b644-3fa6-449c-9fe8-d0ab917f3106,0e42108e-3b08-49b4-86c0-7984719e8380,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 616, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2065, + "FriendlyName": "Basketball Jersey (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "348ac48b-986e-4d42-a0f7-1aea16b88271,59a62fa3-9e15-463e-9bd5-3aecdf604c1b,54a5c055-f757-4c00-a1e1-8b0b6552c608,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 622, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2066, + "FriendlyName": "Basketball Jersey (Purple)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "348ac48b-986e-4d42-a0f7-1aea16b88271,4effd67c-a52f-4b41-a5b0-04287f91a7bc,54a5c055-f757-4c00-a1e1-8b0b6552c608,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 623, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2067, + "FriendlyName": "Jazzercise Shirt (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5f492f8f-ab61-484a-9587-747132b54309,3b2cfc85-4e2a-4e0d-b738-c296ae8692f8,f6f26e2b-657b-454a-8663-55d6b9b6e50c,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 624, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2068, + "FriendlyName": "Jazzercise Shirt (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5f492f8f-ab61-484a-9587-747132b54309,78eb0969-f246-4cac-acd6-295df7c092e4,f6f26e2b-657b-454a-8663-55d6b9b6e50c,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 625, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2069, + "FriendlyName": "Paintball Vest (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d8f408f0-78f5-4e8a-b42a-e7b09632d1fd,178c6beb-c737-434c-a53b-d14f438f6a98,0189ec4c-0389-4ebc-b9ba-32303a6341c2,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 626, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2070, + "FriendlyName": "Paintball Vest (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d8f408f0-78f5-4e8a-b42a-e7b09632d1fd,2913bd93-bf35-4bdf-b83a-d40a10213adc,0189ec4c-0389-4ebc-b9ba-32303a6341c2,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 627, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2072, + "FriendlyName": "Conductor Hat (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "07205057-0804-41de-abe4-bd4027fee1df,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 628, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2073, + "FriendlyName": "Conductor Jacket (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "e60fccda-8711-463d-b8a3-7cd5e76903b2,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 629, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2074, + "FriendlyName": "Conductor Cuffs (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "8fc7aaef-adec-4534-8f91-445e4e7095d5,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 630, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2075, + "FriendlyName": "KO Icon - Winged Skull", + "Tooltip": "When you KO someone this will appear over their head.", + "ConsumableItemDesc": "U38Qe6rhEk6mFvArHfYjng", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 631, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2076, + "FriendlyName": "Deep Sea Diver Helmet (Triton)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "4fcb5b84-13a9-43e6-9680-72b17874ae53,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 9500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 632, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 8550, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2077, + "FriendlyName": "Babydoll Dress (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "da55bfc3-47b7-46f6-b548-7fb2c2a5e0bf,da6d0ced-3d43-4878-a868-925f2ed6fd5b,cb9e9e05-c481-4397-86e7-c2111bc0e817,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 633, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2078, + "FriendlyName": "Deep Sea Diver Suit (Triton)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "c3745cee-d87e-4a23-b6e2-64ebf05c8b11,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 6500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2206, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5850, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2079, + "FriendlyName": "Deep Sea Diver Gloves (Triton)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b1c3ccc8-91d7-434e-b9cc-bd632fffc01b,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-10-03T21:00:00Z", + "SaleEndDate": "2021-10-04T21:00:00Z" + } + } + ], + "PurchasableItemId": 2207, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2080, + "FriendlyName": "KO Icon - Bear Claw", + "Tooltip": "When you KO someone this will appear over their head.", + "ConsumableItemDesc": "ZtZnYBpKkECJlhHmkj4MiA", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 636, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2081, + "FriendlyName": "KO Icon - Sword & Shield", + "Tooltip": "When you KO someone this will appear over their head.", + "ConsumableItemDesc": "5AJin8T2iEG7BzOPOgx2HA", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 637, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2102, + "FriendlyName": "Winner's Medal (Gold)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "bf13fa1c-f991-4aaa-9402-aac109be9562,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-07-25T21:00:00Z", + "SaleEndDate": "2021-07-26T21:00:00Z" + } + } + ], + "PurchasableItemId": 658, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2163, + "FriendlyName": "Baseball Jersey (White, Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "2f8518fc-c989-40de-98b4-c6f09b304166,e5de2e45-207c-46af-9a5e-eb01a0c621fe,ca37823a-b8f3-4414-b38b-de0dc7fa4295,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 719, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2164, + "FriendlyName": "Baseball Jersey (White, Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "2f8518fc-c989-40de-98b4-c6f09b304166,de0a5a3a-8aff-4799-8269-9efa3aeb383a,ca37823a-b8f3-4414-b38b-de0dc7fa4295,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 720, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2168, + "FriendlyName": "Jersey (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7b857a8c-92ad-4028-a2c2-b3c20cdab5f2,cbe29e9f-f2ac-47fb-97e1-8bad16abb89d,d2a692e6-e1a9-4cfe-8154-10b52be7f8c8,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 724, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2194, + "FriendlyName": "Jersey (Orange)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7b857a8c-92ad-4028-a2c2-b3c20cdab5f2,51ef8d39-2b94-4f9e-9620-07b6b0a913a5,d2a692e6-e1a9-4cfe-8154-10b52be7f8c8,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 750, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2242, + "FriendlyName": "Ranger Hat (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f277af6a-0807-4716-8948-1bee236ffb74,d0bb468c-b78f-4e80-916d-65fec3ec0010,0272eb19-fc0e-4ad6-8db9-cc0cda2528b0,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 826, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2245, + "FriendlyName": "Ranger Uniform (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "fb907eb2-91c8-45ff-84a5-462bb86ea7de,b415fe60-3e9d-4f4d-a53a-ca15eac6af7d,d21e1b6f-9c9e-42b4-bad5-201ec43161e9,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 825, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2222, + "FriendlyName": "Deep Sea Diver Tank (Triton)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "8d97303c-5138-4da1-a74d-378da19d11cb,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2208, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2241, + "FriendlyName": "Beekeeper Veil (Gold)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "96bc2f9f-ce3a-4c4c-b92c-cfed4ed4594f,1919d319-6cce-4500-8766-15fed6a13fa8,e4b53a9a-ac95-49ae-bf68-615bb23fa075,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 822, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2244, + "FriendlyName": "Beekeeper Suit (Gold)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1ebbfdfc-f72b-4d70-99d4-4d527f896aa7,1919d319-6cce-4500-8766-15fed6a13fa8,afd88a79-7f03-40f6-bcb4-c247dd86edc4,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 3000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 823, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2700, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2248, + "FriendlyName": "Beekeeper Gloves (Gold)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "4025e4c4-abaa-4729-a2a3-a7175313e5ed,1919d319-6cce-4500-8766-15fed6a13fa8,1f18670d-df52-4d2b-8009-a32cf7c67b40,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 824, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2032, + "FriendlyName": "Space Visor (Nova)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b89be768-a169-4b24-8022-751e7b817865,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 9500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 589, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 8550, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2274, + "FriendlyName": "Detective Cap (Tan)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5bde836f-9343-4934-b01a-606f707020ef,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 829, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2275, + "FriendlyName": "Detective Coat (Tan)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "033e328f-d9d2-4e53-af20-44f18e3ea208,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 830, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2279, + "FriendlyName": "RecFly Vest (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "74c65554-0d15-409b-b9a8-0b2620a7d7e2,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 831, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2271, + "FriendlyName": "Royal Cape (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "a44766dc-19ad-4476-849c-5113a5faabd0,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2209, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2289, + "FriendlyName": "Clubmaster Glasses", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "TcgHS_0aPkehrBg7ytMOMQ,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 851, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2290, + "FriendlyName": "Poindexter Shirt (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "pQqNvrhDJ0uuipKHA2qUOA,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 852, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2270, + "FriendlyName": "Royal Crown (Gold)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "40734c4d-e1fe-426c-8921-930f7463d8e8,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 9000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-04-04T21:00:00Z", + "SaleEndDate": "2021-04-07T21:00:00Z" + } + } + ], + "PurchasableItemId": 2210, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 8100, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2272, + "FriendlyName": "Royal Dress (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "0ab6c95c-e157-48bd-a172-2642896b4ffc,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 50, + "ItemSetFriendlyName": "Royal Dresses" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2211, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2273, + "FriendlyName": "Royal Tabard (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "e13f6558-d49c-4314-820c-962ef48eb0c6,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 49, + "ItemSetFriendlyName": "Royal Tabards" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2212, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2263, + "FriendlyName": "Cat Ears (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "3d5184e1-0201-4476-bf4b-4eb28190de62,c1e430c5-fd8d-4032-9e3f-8d87cc8784da,1e3195ab-f7f6-41f4-a5ec-378d09ecdf69,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 9000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 854, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 8100, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2307, + "FriendlyName": "Biker Helmet", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "VQnoLstCyEGDPy1c38-GvA,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 865, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2310, + "FriendlyName": "Biker Goggles", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "_qXaNbm4yEeyalo372QbvA,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 872, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2312, + "FriendlyName": "Biker Jacket", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "n52um7A-b0utGxixd1ESvA,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 866, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2324, + "FriendlyName": "Glazed Donuts", + "Tooltip": "A dozen glazed donuts to share with friends.", + "ConsumableItemDesc": "7OZ5AE3uuUyqa0P-2W1ptg", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 34, + "ItemSetFriendlyName": "Donuts by the Dozen" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 855, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 81, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2326, + "FriendlyName": "Assorted Donuts", + "Tooltip": "A dozen assorted donuts to share with friends.", + "ConsumableItemDesc": "ZuvkidodzkuOfGLDnTOFyg", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 34, + "ItemSetFriendlyName": "Donuts by the Dozen" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 857, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2327, + "FriendlyName": "Chocolate Donuts", + "Tooltip": "A dozen chocolate donuts to share with friends.", + "ConsumableItemDesc": "mMCGPgK3tki5S_15q2Z81A", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 34, + "ItemSetFriendlyName": "Donuts by the Dozen" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 95, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 856, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 85, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2233, + "FriendlyName": "KO Icon - Star Power", + "Tooltip": "When you KO someone this will appear over their head.", + "ConsumableItemDesc": "yvqSbK2czkS2sUCRdrGaEw", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 789, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2231, + "FriendlyName": "KO Icon - Grenade", + "Tooltip": "When you KO someone this will appear over their head.", + "ConsumableItemDesc": "EAhk3ZZdXEmH5wRAXXT24Q", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 787, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2321, + "FriendlyName": "Peacoat (Black)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "ab15ef15-a97c-4ab1-896b-bd4d7e1cd9f5,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 863, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2265, + "FriendlyName": "Mobster Cuffs (Herringbone)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "08d56627-4500-4724-8692-a23c96ddb3ec,531b4297-b38b-4362-9854-4f2139ea43be,c2a9c007-2748-4fa2-ab9b-0081eef792f1,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 878, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2319, + "FriendlyName": "Windbreaker (Teal)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "AIpF1QUeMUWytpHYBDBAkg,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 858, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2322, + "FriendlyName": "Windbreaker Cuffs (Teal)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "52VsI_lKlkSUAOJlfDnyrQ,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 859, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2316, + "FriendlyName": "Shutter Shades (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "bu9tb-K7NEiocvZY3o7ukw,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 6000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-04-11T21:00:00Z", + "SaleEndDate": "2021-04-14T21:00:00Z" + } + } + ], + "PurchasableItemId": 869, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5400, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2320, + "FriendlyName": "Letter Jacket (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "C4uuztTiYUe20PACMARksA,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 867, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2323, + "FriendlyName": "Letter Jacket Cuffs (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "2dFMy4zc7ky_Fd5fzfgInw,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 879, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2318, + "FriendlyName": "Swing Dress (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "439d1e24-d67f-4b8a-8fb3-8bf589d5a8ee,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 868, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2317, + "FriendlyName": "Plastic Sunglasses (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "exQz9Zr3HEyOR9nDDrimlQ,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 871, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2409, + "FriendlyName": "Anime Tiara (Fuchsia)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "hT7nSD7Ts06F_1SNlOMLwg,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 8500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 909, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 7650, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2412, + "FriendlyName": "Anime Bow (Fuchsia)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "WuShlrJnHUKuscn8e6Rt2g,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 898, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2418, + "FriendlyName": "Anime Skirt (Blue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "MJkDYDH510izAab13ZfXQw,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 6500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 908, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5850, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2422, + "FriendlyName": "Anime Glove (Blue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "eS_or4AnMka9M_bD7YN28g,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 886, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2311, + "FriendlyName": "Classic Glasses", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "kghEf_iMKUSxPO-h5iRhSQ,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 870, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2261, + "FriendlyName": "Cat Ears (Brown)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "3d5184e1-0201-4476-bf4b-4eb28190de62,713781e5-ce47-41c6-a24f-94d42a565e30,1e3195ab-f7f6-41f4-a5ec-378d09ecdf69,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 9000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 913, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 8100, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2470, + "FriendlyName": "Hawaiian Pizza", + "Tooltip": "A ham and pineapple pizza to share with friends.", + "ConsumableItemDesc": "_jnjYGBcyEWY5Ub4OezXcA", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 33, + "ItemSetFriendlyName": "Pizza Aplenty" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 95, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 922, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 85, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2471, + "FriendlyName": "Salted Pretzels", + "Tooltip": "A great snack to share with friends!", + "ConsumableItemDesc": "InQ25wQMGkG_bvuD5rf2Ag", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 52, + "ItemSetFriendlyName": "Snickety Snacks" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 75, + "StorefrontSaleData": { + "SalePercent": 25, + "SaleStartDate": "2021-04-26T07:00:00Z", + "SaleEndDate": "2021-04-27T07:00:00Z" + } + } + ], + "PurchasableItemId": 921, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 67, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2445, + "FriendlyName": "Rec Room Hoodie (Blue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "b6rLwzD4NkKV7xKn9ZYVkA,u_Gzj9Nro0WS48xKnH9few,oHKhT-GTx0iFWrrlz9s6Tw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 891, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2446, + "FriendlyName": "Rec Room Hoodie (Purple)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "b6rLwzD4NkKV7xKn9ZYVkA,mvMeyStxGUGlNLSYNeSubQ,oHKhT-GTx0iFWrrlz9s6Tw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 894, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2452, + "FriendlyName": "Rec Room Hoodie (Orange)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "b6rLwzD4NkKV7xKn9ZYVkA,rNhOQoP3XkOBHV28ze2NpA,oHKhT-GTx0iFWrrlz9s6Tw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 893, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2455, + "FriendlyName": "Rec Room Hoodie (Grey)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "b6rLwzD4NkKV7xKn9ZYVkA,JTgXKeT7w0K2Mw4Jk2HCqg,oHKhT-GTx0iFWrrlz9s6Tw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 892, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2308, + "FriendlyName": "Detective Cap (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5bde836f-9343-4934-b01a-606f707020ef,fEPwvuJCWkGBe4IekXpmLw,axPBGoqorEe77Oqqjfzb5w,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 880, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2314, + "FriendlyName": "Detective Coat (Black)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "033e328f-d9d2-4e53-af20-44f18e3ea208,Z1Ib9r_fkUqgoZk0uid_Xw,9ZP617DQk0mZ10J3d5q9oA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 861, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2450, + "FriendlyName": "Peacoat (Blue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "ab15ef15-a97c-4ab1-896b-bd4d7e1cd9f5,fvoaMN4M10WS6jiA6XlOJQ,AZnPWCN41kmNwFwDqWGFWQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 888, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2451, + "FriendlyName": "Peacoat (Tan)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "ab15ef15-a97c-4ab1-896b-bd4d7e1cd9f5,PwsLxCnzOkSW-RGz3tNb1w,AZnPWCN41kmNwFwDqWGFWQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 890, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2453, + "FriendlyName": "Peacoat (Purple)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "ab15ef15-a97c-4ab1-896b-bd4d7e1cd9f5,uiBklotTUEqRI2F67vyJyA,AZnPWCN41kmNwFwDqWGFWQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 889, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2481, + "FriendlyName": "Peacoat (Red)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "ab15ef15-a97c-4ab1-896b-bd4d7e1cd9f5,jXBi28cRV0CEQgKIrpD0_A,AZnPWCN41kmNwFwDqWGFWQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 953, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2379, + "FriendlyName": "D4 Skin (Turquoise)", + "Tooltip": "Reskin your dice.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[Sandbox_D4]", + "EquipmentModificationGuid": "_2jxSTYSpEykZ_O91oDAzg", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 20, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 957, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2383, + "FriendlyName": "D6 Skin (Turquoise)", + "Tooltip": "Reskin your dice.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[Sandbox_D6]", + "EquipmentModificationGuid": "HnVo08F-zk-YeikERFa1Yw", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 20, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 958, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2387, + "FriendlyName": "D8 Skin (Turquoise)", + "Tooltip": "Reskin your dice.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[Sandbox_D8]", + "EquipmentModificationGuid": "f45tTZp4KUextmAsX8X9Hw", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 20, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 959, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2391, + "FriendlyName": "D10 Skin (Turquoise)", + "Tooltip": "Reskin your dice.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[Sandbox_D10]", + "EquipmentModificationGuid": "SnSOf-GZ2kastpF5KWxT-Q", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 20, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 954, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2395, + "FriendlyName": "D12 Skin (Turquoise)", + "Tooltip": "Reskin your dice.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[Sandbox_D12]", + "EquipmentModificationGuid": "ub6apg3zEUiCp3k81JjQGw", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 20, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 955, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2399, + "FriendlyName": "D20 Skin (Turquoise)", + "Tooltip": "Reskin your dice.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[Sandbox_D20]", + "EquipmentModificationGuid": "DrG0ntsyPUSv8ra0m-Hhaw", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 20, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 956, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2458, + "FriendlyName": "Bike Shirt (Navy)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "843e3364-a743-4dfc-a990-0436e47b8c10,XNq4Cns4lEGydtktdsXlmQ,1695608b-e9cc-4a03-b56d-0f09d2804379,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 887, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2514, + "FriendlyName": "Bike Helmet (Navy)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "71014872-d879-4858-9d68-58da3c673d8b,XNq4Cns4lEGydtktdsXlmQ,5fd9e83a-cfaf-4c98-bd31-91a7484c26dd,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 988, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2447, + "FriendlyName": "Swing Dress (Blue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "439d1e24-d67f-4b8a-8fb3-8bf589d5a8ee,QzjakcO8tUaPeiI5KBLKtg,Rk18_7icF0Srgh7M1_G-hA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 884, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2448, + "FriendlyName": "Swing Dress (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "439d1e24-d67f-4b8a-8fb3-8bf589d5a8ee,Yr0mF1EWzEaIyRMOWFiY6w,Rk18_7icF0Srgh7M1_G-hA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 883, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2456, + "FriendlyName": "Swing Dress (Pink)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "439d1e24-d67f-4b8a-8fb3-8bf589d5a8ee,eb3SmJTIh0628LrZUkI4KQ,Rk18_7icF0Srgh7M1_G-hA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 885, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2466, + "FriendlyName": "Swing Dress (White)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "439d1e24-d67f-4b8a-8fb3-8bf589d5a8ee,BLgkgLeS-EyazgPQxGcavg,Rk18_7icF0Srgh7M1_G-hA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 882, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2473, + "FriendlyName": "Bowling Shirt (Hambone)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,-k9_-2onrEG407or8t1RFw,b-IM3eYMJUa40395O5XeLg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 942, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2474, + "FriendlyName": "Bowling Shirt (Turkey)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 943, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2475, + "FriendlyName": "Bowling Shirt (Flames, Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,8xjU4GQ4OkaqGyad-ypwtw,5RUG6i2Mx0-55IO-IlhUdQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 944, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2476, + "FriendlyName": "Bowling Shirt (Deadwood)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,ghM-uFq5-0Ci38AOHa9zZA,IWg9wuda4kaCilJk8JQpTQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 941, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2570, + "FriendlyName": "Cowboy Vest (Black, Silver)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ba84b23e-01ee-4668-a7ef-2e3e0eca2f23,K5vPqD3BrEuODRDzFdC6Hw,98553538-cafd-4df9-8f37-bb0a4bb478a5,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 7500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 992, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 6750, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2589, + "FriendlyName": "Cowboy Hat (Black, Silver)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ad0bdec5-f767-42e7-99e0-221473464a85,K5vPqD3BrEuODRDzFdC6Hw,54778d93-2cff-48db-b25b-65c08b0e5be8,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 6500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 990, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5850, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2606, + "FriendlyName": "Cowboy Gloves (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9eb7f505-5afd-4b28-9886-7996d38c59c6,wat8f6fs80KptZbW39e8tA,8eef8837-9141-4088-835a-b2f47f4126f8,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 994, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2607, + "FriendlyName": "Cowboy Gloves (Black, Silver)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9eb7f505-5afd-4b28-9886-7996d38c59c6,wkqKPZmnoU-8TXSWzi2-Ow,8eef8837-9141-4088-835a-b2f47f4126f8,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 993, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2571, + "FriendlyName": "Cowboy Vest (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ba84b23e-01ee-4668-a7ef-2e3e0eca2f23,teVKVbVEsEyqOSuRdqHQzA,98553538-cafd-4df9-8f37-bb0a4bb478a5,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 7500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 991, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 6750, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2590, + "FriendlyName": "Cowboy Hat (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ad0bdec5-f767-42e7-99e0-221473464a85,teVKVbVEsEyqOSuRdqHQzA,54778d93-2cff-48db-b25b-65c08b0e5be8,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 6500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 989, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5850, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2532, + "FriendlyName": "Windbreaker Cuffs (Orange)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "52VsI_lKlkSUAOJlfDnyrQ,FvEjo9let0e_Sr-kWq5AvQ,MV1HW2x43kG4rrhyoC6mmw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1001, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2566, + "FriendlyName": "Windbreaker (Orange)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "AIpF1QUeMUWytpHYBDBAkg,JS7aa4QSUUOpUYPqRZEb5g,oSaMpc5rTE-U6yhjtPWQgg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 995, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2533, + "FriendlyName": "Windbreaker Cuffs (Yellow)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "52VsI_lKlkSUAOJlfDnyrQ,VDo682NvSUa8xYn8zTX-AQ,MV1HW2x43kG4rrhyoC6mmw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1002, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2534, + "FriendlyName": "Windbreaker Cuffs (Blue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "52VsI_lKlkSUAOJlfDnyrQ,42ZNGHXMvU29yo9s9tVpOQ,MV1HW2x43kG4rrhyoC6mmw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 999, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2535, + "FriendlyName": "Windbreaker Cuffs (Red)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "52VsI_lKlkSUAOJlfDnyrQ,HncURj5yi0ykk2cVyCZ4Sw,MV1HW2x43kG4rrhyoC6mmw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1000, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2567, + "FriendlyName": "Windbreaker (Yellow)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "AIpF1QUeMUWytpHYBDBAkg,C3ll7uPfUkeZ1QLX80_BpQ,oSaMpc5rTE-U6yhjtPWQgg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 996, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2568, + "FriendlyName": "Windbreaker (Blue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "AIpF1QUeMUWytpHYBDBAkg,EbVDqEJQOk6j0UvX3t-8rQ,oSaMpc5rTE-U6yhjtPWQgg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 997, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2569, + "FriendlyName": "Windbreaker (Red)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "AIpF1QUeMUWytpHYBDBAkg,grutFwJD_0Cb3t6fddNg6w,oSaMpc5rTE-U6yhjtPWQgg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 998, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2629, + "FriendlyName": "Ski Buddy Jacket (Summit)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "6RhwWExXekaYpK0NGHSXGQ,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1156, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2630, + "FriendlyName": "Ski Buddy Goggles (Summit)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "5fwjFQoC_Uu9ChvF6uNGZw,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1155, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2588, + "FriendlyName": "Top Hat (White)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "102c625b-b988-4bf8-a2aa-a31ad7029cdc,DzgN67HoikexE2rTlZLdYQ,vm1ESK9ls0SaxSwHplNALQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 6500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1163, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5850, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2544, + "FriendlyName": "Letter Jacket (Purple)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "C4uuztTiYUe20PACMARksA,iufpnteVCEiiZu_m-yPovQ,fz_0gZ6RXEC78NpYsx_eqA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1108, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2545, + "FriendlyName": "Letter Jacket (Black)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "C4uuztTiYUe20PACMARksA,Z1F9rjKqCE-Hd2-Ip5g3gA,fz_0gZ6RXEC78NpYsx_eqA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1106, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2546, + "FriendlyName": "Letter Jacket (Red)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "C4uuztTiYUe20PACMARksA,VpqHNpPiY0CfRJEjRRM-mw,fz_0gZ6RXEC78NpYsx_eqA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1109, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2547, + "FriendlyName": "Letter Jacket (Green)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "C4uuztTiYUe20PACMARksA,apSQiQ1eO0mEzRsbugeu9w,fz_0gZ6RXEC78NpYsx_eqA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1107, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2610, + "FriendlyName": "Letter Jacket Cuffs (Green)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "2dFMy4zc7ky_Fd5fzfgInw,UUyjVU4mvECPhI9xTMYR1Q,4EHIyZkOOEqnM-PuD_a5xw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1111, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2611, + "FriendlyName": "Letter Jacket Cuffs (Red)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "2dFMy4zc7ky_Fd5fzfgInw,HWc25-d8dUmNN2F3n8mV5A,4EHIyZkOOEqnM-PuD_a5xw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1113, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2612, + "FriendlyName": "Letter Jacket Cuffs (Black)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "2dFMy4zc7ky_Fd5fzfgInw,Y0e7o0_BKUm7XJSLediN5w,4EHIyZkOOEqnM-PuD_a5xw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1110, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2613, + "FriendlyName": "Letter Jacket Cuffs (Purple)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "2dFMy4zc7ky_Fd5fzfgInw,MS7EPNLJEEyMLC6_yHQYtA,4EHIyZkOOEqnM-PuD_a5xw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1112, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2313, + "FriendlyName": "Rec Room Hoodie (Black)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "b6rLwzD4NkKV7xKn9ZYVkA,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 864, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2579, + "FriendlyName": "Winner's Medal (Bronze)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "bf13fa1c-f991-4aaa-9402-aac109be9562,iaDL2im4lkCXUo0NWM-F3g,wzt-5C_LjEmIQWUVPcYWhA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-07-25T21:00:00Z", + "SaleEndDate": "2021-07-26T21:00:00Z" + } + } + ], + "PurchasableItemId": 1171, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2580, + "FriendlyName": "Winner's Medal (Silver)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "bf13fa1c-f991-4aaa-9402-aac109be9562,ERnUPsyT6kuEnIRZF8zPwg,wzt-5C_LjEmIQWUVPcYWhA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1250, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-07-25T21:00:00Z", + "SaleEndDate": "2021-07-26T21:00:00Z" + } + } + ], + "PurchasableItemId": 1172, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1125, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2667, + "FriendlyName": "Cheerful Ponytail", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "BJ2XrGvl40iIl28IbTfbKg,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1185, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2325, + "FriendlyName": "Treasure Hunter Hat (Brown)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "-SQLtL4rdEWTJdw2IroQCQ,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 907, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2414, + "FriendlyName": "Treasure Hunter Bandolier (Brown)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "t_66r_j5oUSh9awIPmdUKg,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 906, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2415, + "FriendlyName": "Treasure Hunter Belt (Brown)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ImwG0snB9ECc_gqRRBoz6A,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 895, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2420, + "FriendlyName": "Treasure Hunter Shirt (Tan)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "QK6lBlX_wUCiSbJ9RkIwdA,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 896, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2421, + "FriendlyName": "Treasure Hunter Tank Top (Tan)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "TjrFi6TFhUC5tQXWkZiK9A,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 897, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2605, + "FriendlyName": "Boxing Glove (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b904304b-cce0-466f-8569-c621eeadd4f7,rzUd1IMTKUmW0HeMPSIOBQ,f79f8a46-ef1d-4d8c-a4fc-383e3a9eb10b,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-05-30T21:00:00Z", + "SaleEndDate": "2021-05-31T21:00:00Z" + } + } + ], + "PurchasableItemId": 1054, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2549, + "FriendlyName": "Rec Room Hoodie (Red)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "b6rLwzD4NkKV7xKn9ZYVkA,yM5xRrd9OkmDGyQddwOP6g,oHKhT-GTx0iFWrrlz9s6Tw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1134, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2585, + "FriendlyName": "Shutter Shades (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "bu9tb-K7NEiocvZY3o7ukw,7B7vpnMTfkGLcMdHCZ_kWA,tqyzKPdDwkWq3jfZ8jZdaA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 6000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-04-11T21:00:00Z", + "SaleEndDate": "2021-04-14T21:00:00Z" + } + } + ], + "PurchasableItemId": 1152, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5400, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2402, + "FriendlyName": "Steampunk Goggles", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "CdeM6RJmPUumXtdmdM3RXA,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 903, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2403, + "FriendlyName": "Steampunk Corset", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "LK8jt9zCuUGwLRccgOOvjA,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 8500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 917, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 7650, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2462, + "FriendlyName": "Steampunk Pauldron", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "sOREgAGs-06CeGGsG-WIkw,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 904, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2463, + "FriendlyName": "Steampunk Satchel", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "iBQ-v6xaqkipUlfzkSHEeQ,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 905, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2464, + "FriendlyName": "Steampunk Vest", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "E9VTiIVFPEa-OuQRto0e_Q,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 8500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 920, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 7650, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2465, + "FriendlyName": "Steampunk Cuff", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "qxovV6Vym0ufL2cTCyKjOQ,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 902, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2573, + "FriendlyName": "Anime Bow (Purple)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "WuShlrJnHUKuscn8e6Rt2g,_uh3kj6hKUyBKOSR3R8dog,M5z2wk-GDkOAjvZzqsfcNQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1014, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2540, + "FriendlyName": "Anime Skirt (Red)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "MJkDYDH510izAab13ZfXQw,FE7_gQNBt0CXzMN6di5HWA,2UNd6eViFUO359xjSiuu2A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 6500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1021, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5850, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2592, + "FriendlyName": "Anime Tiara (Red)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "hT7nSD7Ts06F_1SNlOMLwg,EDLxuGjEVEGdOPXDqyN-xA,mG60EPIQIkaJNgOkonVmZg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 8500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1026, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 7650, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2617, + "FriendlyName": "Anime Glove (Red)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "eS_or4AnMka9M_bD7YN28g,N9CBuYaMtUOrCks5UcOycg,ZtCqMnFTQUWv2h0MfZ4m6A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1017, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2677, + "FriendlyName": "Baseball Helmet (Green)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "293e7ad3-01c9-43af-96e3-06c34145ff12,9967ce54-c2b7-437a-946e-11f8ee6d6fdd,FVdDQFOMQ06teQm2ANDPng,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1199, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2678, + "FriendlyName": "Baseball Helmet (Red)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "293e7ad3-01c9-43af-96e3-06c34145ff12,a1c51d1e-1d5f-4f8a-bc0f-6a20eddfe58a,FVdDQFOMQ06teQm2ANDPng,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1200, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2664, + "FriendlyName": "Traveler Hat", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "0QOlT9c5xUuinpfZaoEe8Q,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1187, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2666, + "FriendlyName": "Traveler Shirt", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "vDSlMnayzEqWXwT-lkcKSA,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1189, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2668, + "FriendlyName": "Traveler Shades", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "cbN5e-t_jEKa4hzir5JAxQ,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1186, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2665, + "FriendlyName": "Fanny Pack", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "oYvOo47DJE-DEPlpn5xNUw,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1188, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2559, + "FriendlyName": "Bowling Shirt (Brooklyn)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,Gtq8yRlt1UeFW8U-sc7FiA,IWg9wuda4kaCilJk8JQpTQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1045, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2563, + "FriendlyName": "Bowling Shirt (Runway)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,GDvaUU10-EKh3pKUQ9tnag,b-IM3eYMJUa40395O5XeLg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1050, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2556, + "FriendlyName": "Bowling Shirt (Lily)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,yrQCLXiqRUSwnuQRYX2Rsw,VO_3cgqQqUOTz30TVUxrFA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1052, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2561, + "FriendlyName": "Bowling Shirt (Flames, Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,032pE8s9Ik-2CImFVDrSqg,5RUG6i2Mx0-55IO-IlhUdQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1047, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2672, + "FriendlyName": "Permanent Hair Dye (Cauldron Crimson)", + "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "XCwNFMT1i0i9Q9gJYTLPUQ", + "AvatarItemType": 1, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 20, + "SaleStartDate": "2021-07-21T03:00:00Z", + "SaleEndDate": "2021-07-26T06:59:00Z" + } + } + ], + "PurchasableItemId": 1197, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2718, + "FriendlyName": "Permanent Hair Dye (Bucket Orange)", + "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1I8AD333gku-iOQlS6WWlw", + "AvatarItemType": 1, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 20, + "SaleStartDate": "2021-07-21T03:00:00Z", + "SaleEndDate": "2021-07-26T06:59:00Z" + } + } + ], + "PurchasableItemId": 1227, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2728, + "FriendlyName": "Permanent Hair Dye (Butterfly Blue)", + "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "yTdx1nVVtECU8Vh7EC8dGA", + "AvatarItemType": 1, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 20, + "SaleStartDate": "2021-07-21T03:00:00Z", + "SaleEndDate": "2021-07-26T06:59:00Z" + } + } + ], + "PurchasableItemId": 1228, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2726, + "FriendlyName": "Permanent Hair Dye (Circuit Cerulean)", + "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "W5E2gDCKY0SXaKytP89-OA", + "AvatarItemType": 1, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 20, + "SaleStartDate": "2021-07-21T03:00:00Z", + "SaleEndDate": "2021-07-26T06:59:00Z" + } + } + ], + "PurchasableItemId": 1229, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2723, + "FriendlyName": "Permanent Hair Dye (EDM Emerald)", + "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "wXJZbYCkZE-NMbPVf2YuFA", + "AvatarItemType": 1, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 20, + "SaleStartDate": "2021-07-21T03:00:00Z", + "SaleEndDate": "2021-07-26T06:59:00Z" + } + } + ], + "PurchasableItemId": 1230, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2722, + "FriendlyName": "Permanent Hair Dye (Frontier Forest)", + "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "LBz3a9520kiOOMMOwsTExg", + "AvatarItemType": 1, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 20, + "SaleStartDate": "2021-07-21T03:00:00Z", + "SaleEndDate": "2021-07-26T06:59:00Z" + } + } + ], + "PurchasableItemId": 1231, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2732, + "FriendlyName": "Permanent Hair Dye (Gizmo Grape)", + "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "QmgjYhH_L0q58eF5SWeDhQ", + "AvatarItemType": 1, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 20, + "SaleStartDate": "2021-07-21T03:00:00Z", + "SaleEndDate": "2021-07-26T06:59:00Z" + } + } + ], + "PurchasableItemId": 1232, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2721, + "FriendlyName": "Permanent Hair Dye (Goblin Green)", + "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "TylV8M6zjUaadhxHPWAS-w", + "AvatarItemType": 1, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 20, + "SaleStartDate": "2021-07-21T03:00:00Z", + "SaleEndDate": "2021-07-26T06:59:00Z" + } + } + ], + "PurchasableItemId": 1233, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2725, + "FriendlyName": "Permanent Hair Dye (H2Oasis Blue)", + "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "Bjsgo9ddeUCk3zW1-DdJbw", + "AvatarItemType": 1, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 20, + "SaleStartDate": "2021-07-21T03:00:00Z", + "SaleEndDate": "2021-07-26T06:59:00Z" + } + } + ], + "PurchasableItemId": 1234, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2724, + "FriendlyName": "Permanent Hair Dye (Jungle Jade)", + "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "Sc8S3QiTIUuXNJZD6geY1Q", + "AvatarItemType": 1, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 20, + "SaleStartDate": "2021-07-21T03:00:00Z", + "SaleEndDate": "2021-07-26T06:59:00Z" + } + } + ], + "PurchasableItemId": 1235, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2671, + "FriendlyName": "Permanent Hair Dye (KREQ Red)", + "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "xyHGGFKNWEOTnXloDFahPQ", + "AvatarItemType": 1, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 20, + "SaleStartDate": "2021-07-21T03:00:00Z", + "SaleEndDate": "2021-07-26T06:59:00Z" + } + } + ], + "PurchasableItemId": 1196, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2733, + "FriendlyName": "Permanent Hair Dye (Maker Mauve)", + "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "G129V_kVXkSLN2OG8EjSqQ", + "AvatarItemType": 1, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 20, + "SaleStartDate": "2021-07-21T03:00:00Z", + "SaleEndDate": "2021-07-26T06:59:00Z" + } + } + ], + "PurchasableItemId": 1237, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2734, + "FriendlyName": "Permanent Hair Dye (Mousebot Magenta)", + "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "8k_gZA_lrEyJxI19GrcAZg", + "AvatarItemType": 1, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 20, + "SaleStartDate": "2021-07-21T03:00:00Z", + "SaleEndDate": "2021-07-26T06:59:00Z" + } + } + ], + "PurchasableItemId": 1238, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2727, + "FriendlyName": "Permanent Hair Dye (Paula's Periwinkle)", + "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "_2QGtfHzuUSq0eyI84rImw", + "AvatarItemType": 1, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 20, + "SaleStartDate": "2021-07-21T03:00:00Z", + "SaleEndDate": "2021-07-26T06:59:00Z" + } + } + ], + "PurchasableItemId": 1239, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2720, + "FriendlyName": "Permanent Hair Dye (Pirate Gold)", + "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "pQNfh-3DsEGWfiIls6Qf6g", + "AvatarItemType": 1, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 20, + "SaleStartDate": "2021-07-21T03:00:00Z", + "SaleEndDate": "2021-07-26T06:59:00Z" + } + } + ], + "PurchasableItemId": 1240, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2731, + "FriendlyName": "Permanent Hair Dye (Propulsion Purple)", + "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "53y1prYATU2drZDS-jpaqg", + "AvatarItemType": 1, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 20, + "SaleStartDate": "2021-07-21T03:00:00Z", + "SaleEndDate": "2021-07-26T06:59:00Z" + } + } + ], + "PurchasableItemId": 1241, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2673, + "FriendlyName": "Permanent Hair Dye (PVPeach)", + "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "0RUmjv2bL0ydbKU61dlqlg", + "AvatarItemType": 1, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 20, + "SaleStartDate": "2021-07-21T03:00:00Z", + "SaleEndDate": "2021-07-26T06:59:00Z" + } + } + ], + "PurchasableItemId": 1198, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2729, + "FriendlyName": "Permanent Hair Dye (Ranger Roy-Al Blue)", + "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "3ksu_FLaukeJ-YE90jb4Ow", + "AvatarItemType": 1, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 20, + "SaleStartDate": "2021-07-21T03:00:00Z", + "SaleEndDate": "2021-07-26T06:59:00Z" + } + } + ], + "PurchasableItemId": 1242, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2670, + "FriendlyName": "Permanent Hair Dye (Rebel Rose)", + "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "aziIarpSREmcT6vihduPwA", + "AvatarItemType": 1, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 20, + "SaleStartDate": "2021-07-21T03:00:00Z", + "SaleEndDate": "2021-07-26T06:59:00Z" + } + } + ], + "PurchasableItemId": 1195, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2674, + "FriendlyName": "Permanent Hair Dye (Recreational Raspberry)", + "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "yejur5BbR0mevbH-rzgXYA", + "AvatarItemType": 1, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 20, + "SaleStartDate": "2021-07-21T03:00:00Z", + "SaleEndDate": "2021-07-26T06:59:00Z" + } + } + ], + "PurchasableItemId": 1257, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2719, + "FriendlyName": "Permanent Hair Dye (Standee Sandy)", + "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "H65ddsxAY0m2sccMrF48Aw", + "AvatarItemType": 1, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 20, + "SaleStartDate": "2021-07-21T03:00:00Z", + "SaleEndDate": "2021-07-26T06:59:00Z" + } + } + ], + "PurchasableItemId": 1243, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2730, + "FriendlyName": "Permanent Hair Dye (Witch Attack Lilac)", + "Tooltip": "Permanently unlocks this hair color on your dorm room mirror.", + "ConsumableItemDesc": "", + "AvatarItemDesc": "qp_vRXZQPU2rlx_IU1Vr8Q", + "AvatarItemType": 1, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 20, + "SaleStartDate": "2021-07-21T03:00:00Z", + "SaleEndDate": "2021-07-26T06:59:00Z" + } + } + ], + "PurchasableItemId": 1236, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2602, + "FriendlyName": "Bike Gloves (Yellow)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "7a6fe0e6-f930-4fb8-9b2f-4c857a273dd9,4398ce1a-e6ee-4da4-ad0d-7abfab41020c,0XPd5RzNJEepHztqwAznHQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1044, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2603, + "FriendlyName": "Bike Gloves (Navy)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "7a6fe0e6-f930-4fb8-9b2f-4c857a273dd9,XNq4Cns4lEGydtktdsXlmQ,0XPd5RzNJEepHztqwAznHQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1043, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2604, + "FriendlyName": "Bike Gloves (Black)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "7a6fe0e6-f930-4fb8-9b2f-4c857a273dd9,83522c12-9549-4d74-8c87-bae210bcd2bf,0XPd5RzNJEepHztqwAznHQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1042, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2552, + "FriendlyName": "Deep Sea Diver Suit (Leviathan)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "c3745cee-d87e-4a23-b6e2-64ebf05c8b11,CahBzgN3D0y46AQsvGC14A,EiIow5mS80qpoS10r1ZdvQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 6500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1081, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5850, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2577, + "FriendlyName": "Deep Sea Diver Tank (Leviathan)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "8d97303c-5138-4da1-a74d-378da19d11cb,CahBzgN3D0y46AQsvGC14A,ZpyoWbO6GkGglXlMuYUARw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1087, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2596, + "FriendlyName": "Deep Sea Diver Helmet (Leviathan)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "4fcb5b84-13a9-43e6-9680-72b17874ae53,CahBzgN3D0y46AQsvGC14A,a3Er_BCApUiPtBaGkSH9LA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 9500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1084, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 8550, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2609, + "FriendlyName": "Deep Sea Diver Gloves (Leviathan)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "b1c3ccc8-91d7-434e-b9cc-bd632fffc01b,CahBzgN3D0y46AQsvGC14A,0p5N9U5qokKdQhW07yYLGQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1082, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2581, + "FriendlyName": "Space Visor (Nebula)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "b89be768-a169-4b24-8022-751e7b817865,FFIpxInE-EKbk2GY-pIkyg,uB4gFxfrh0W5OtkmZdFN1Q,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 9500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1162, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 8550, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2551, + "FriendlyName": "Rec Room Hoodie (Pink)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "b6rLwzD4NkKV7xKn9ZYVkA,TEgugZRs80iJbhL87RdYwg,oHKhT-GTx0iFWrrlz9s6Tw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1132, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2586, + "FriendlyName": "Shutter Shades (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "bu9tb-K7NEiocvZY3o7ukw,ZpcM5H2Q1UCt0hh82nSu9w,tqyzKPdDwkWq3jfZ8jZdaA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 6000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-04-11T21:00:00Z", + "SaleEndDate": "2021-04-14T21:00:00Z" + } + } + ], + "PurchasableItemId": 1151, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5400, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2572, + "FriendlyName": "Royal Cape (Purple)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "a44766dc-19ad-4476-849c-5113a5faabd0,mqdncbYcuUSGFvFqEU0z4A,HTU3Wp_ri0GNYGFSezFHSg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2213, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2536, + "FriendlyName": "Royal Tabard (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "e13f6558-d49c-4314-820c-962ef48eb0c6,rCeRk8Pdl0W5M47JAQPhpw,50NUFrDxbUKmXbyAHBenvQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 49, + "ItemSetFriendlyName": "Royal Tabards" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2214, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2538, + "FriendlyName": "Royal Dress (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "0ab6c95c-e157-48bd-a172-2642896b4ffc,t1MeoroFOUioYmPfT9mCeA,PoMG28QAskagun1LSd4C_A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 50, + "ItemSetFriendlyName": "Royal Dresses" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2215, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2378, + "FriendlyName": "D4 Skin (Bone)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[Sandbox_D4]", + "EquipmentModificationGuid": "x3Cv42hIkkaNIy7fHZiWYg", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1072, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2382, + "FriendlyName": "D6 Skin (Bone)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[Sandbox_D6]", + "EquipmentModificationGuid": "Fn0gcj17c06tA9s98CKwAg", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1075, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2386, + "FriendlyName": "D8 Skin (Bone)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[Sandbox_D8]", + "EquipmentModificationGuid": "d_CbCG3DmUCtWGWYHioghg", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1078, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2390, + "FriendlyName": "D10 Skin (Bone)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[Sandbox_D10]", + "EquipmentModificationGuid": "GjQwBmNnK0ukv0hEEHK8tw", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1063, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2394, + "FriendlyName": "D12 Skin (Bone)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[Sandbox_D12]", + "EquipmentModificationGuid": "heFLfpPNd0-nhLOFpUCnpA", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1066, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2398, + "FriendlyName": "D20 Skin (Bone)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[Sandbox_D20]", + "EquipmentModificationGuid": "gXOOKrQEYE-FmS3uXWj1hA", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1069, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2760, + "FriendlyName": "Grillmaster Apron (Tan)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "tTKv7eRODka2KC_hsY2O3Q,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1278, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2771, + "FriendlyName": "Grillmaster Mitt (Red)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "q7pSsRMNHkqEJmYHuhhG6g,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1284, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2739, + "FriendlyName": "Notes Headphones (Black)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1296, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2250, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2748, + "FriendlyName": "Notes Headphones (Techno)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,ns5tIRishUOp-nYqLedcwA,_Yq00H-NWUyQNvGxRunHbg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1300, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2753, + "FriendlyName": "Notes Headphones (Neon Void)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,Uz2hrptCa0erjqyPoiZxew,_Yq00H-NWUyQNvGxRunHbg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 10000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1304, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 9000, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2543, + "FriendlyName": "Anime Skirt (Teal)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "MJkDYDH510izAab13ZfXQw,VQjkyb5aoEKHKo_eZsq9ug,2UNd6eViFUO359xjSiuu2A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 6500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1022, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5850, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2595, + "FriendlyName": "Anime Tiara (Teal)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "hT7nSD7Ts06F_1SNlOMLwg,lhfOKGDAgEKWucerCmH7Fg,mG60EPIQIkaJNgOkonVmZg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 8500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1023, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 7650, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2614, + "FriendlyName": "Anime Glove (Teal)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "eS_or4AnMka9M_bD7YN28g,zaSTWOUy_k6cnoVVYzypWg,ZtCqMnFTQUWv2h0MfZ4m6A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1018, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2576, + "FriendlyName": "Anime Bow (Teal)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "WuShlrJnHUKuscn8e6Rt2g,Ot9EG-FfKEauT0u6pSZuWg,M5z2wk-GDkOAjvZzqsfcNQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1012, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2560, + "FriendlyName": "Bowling Shirt (Flames, Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,M4765UHzsUeNTwH-Pcxp1g,5RUG6i2Mx0-55IO-IlhUdQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-05-09T21:00:00Z", + "SaleEndDate": "2021-05-10T21:00:00Z" + } + } + ], + "PurchasableItemId": 1048, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2555, + "FriendlyName": "Bowling Shirt (Split)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,yZR5aX3gQ0WpRUT6cfK1cA,VO_3cgqQqUOTz30TVUxrFA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1053, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2562, + "FriendlyName": "Bowling Shirt (Spared)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,kLyM-6otSUy2ql5SEmnF9Q,b-IM3eYMJUa40395O5XeLg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1049, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2558, + "FriendlyName": "Bowling Shirt (Sleeper)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,XrSL-v2MbkK0md-FMOweOA,IWg9wuda4kaCilJk8JQpTQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1046, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2763, + "FriendlyName": "Lifeguard Uniform", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "rJ9zPPGdlk2i24sxLfkqng,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1279, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2758, + "FriendlyName": "Snorkel", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "22pyI3Kz-UullhcebC6DLQ,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-07-11T21:00:00Z", + "SaleEndDate": "2021-07-12T21:00:00Z" + } + } + ], + "PurchasableItemId": 1280, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2565, + "FriendlyName": "Beekeeper Suit (Purple)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "1ebbfdfc-f72b-4d70-99d4-4d527f896aa7,lBe3yxuE40eBmTrnEHBqQQ,afd88a79-7f03-40f6-bcb4-c247dd86edc4,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 3000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1034, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2700, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2599, + "FriendlyName": "Beekeeper Veil (Purple)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "96bc2f9f-ce3a-4c4c-b92c-cfed4ed4594f,lBe3yxuE40eBmTrnEHBqQQ,e4b53a9a-ac95-49ae-bf68-615bb23fa075,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1039, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2600, + "FriendlyName": "Beekeeper Gloves (Purple)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "4025e4c4-abaa-4729-a2a3-a7175313e5ed,lBe3yxuE40eBmTrnEHBqQQ,1f18670d-df52-4d2b-8009-a32cf7c67b40,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1035, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2756, + "FriendlyName": "Unicorn Horn (Harmony)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "2caHvVQ1vECrPv-YcdxdyA,FNe9LkWJMUeC3frYJMyEaQ,nW_fBsuZA0OfIjTMXm6ZCA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 9500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1311, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 8550, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2754, + "FriendlyName": "Soda Clerk Hat (Red)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "Wua43ED71UqL71ATtyS0iQ,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1285, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2759, + "FriendlyName": "Soda Clerk Bow Tie (Red)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "83be5ba4-525a-4781-a5f6-839c22e4d1d3,e4IDo-fuH0C9YByzcX5k-A,qCIoeLQw-Uq-SKIetIgIpA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1286, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2764, + "FriendlyName": "Soda Clerk Uniform (Red)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "iai6P7dDTUq8S4hqQmY1YA,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1277, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2550, + "FriendlyName": "Rec Room Hoodie (Green)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "b6rLwzD4NkKV7xKn9ZYVkA,ytmSzjhCr0Sm58MSNbwJUA,oHKhT-GTx0iFWrrlz9s6Tw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1133, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2584, + "FriendlyName": "Shutter Shades (Yellow)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "bu9tb-K7NEiocvZY3o7ukw,nO-YacKU1kmLjTFAAqNeYQ,tqyzKPdDwkWq3jfZ8jZdaA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 6000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-04-11T21:00:00Z", + "SaleEndDate": "2021-04-14T21:00:00Z" + } + } + ], + "PurchasableItemId": 1153, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5400, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1766, + "FriendlyName": "Baseball Jersey (Green)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "2f8518fc-c989-40de-98b4-c6f09b304166,9967ce54-c2b7-437a-946e-11f8ee6d6fdd,ca37823a-b8f3-4414-b38b-de0dc7fa4295,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 357, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2842, + "FriendlyName": "Stunt Shades (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d57cf97e-b5d2-4e47-8231-a226a161f6e3,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-08-15T21:00:00Z", + "SaleEndDate": "2021-08-16T21:00:00Z" + } + } + ], + "PurchasableItemId": 1379, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1800, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2846, + "FriendlyName": "Stunt Shades (Yellow)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f684d86f-4a75-4a9a-bc0a-cf58f36c91c5,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-08-15T21:00:00Z", + "SaleEndDate": "2021-08-16T21:00:00Z" + } + } + ], + "PurchasableItemId": 1378, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1800, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2876, + "FriendlyName": "Runner Wrist Guard (Green)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "1beaf288-b5a5-475c-8149-c8f3d1146083,sX0ZZDcCUkyFSJISfvq0vg,rgzG7sfrlkqd9EO13LNmpQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1385, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2849, + "FriendlyName": "Runner Harness (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ca7a3ccb-2bc9-4c93-a6a8-6f22b38526af,RfZNDPUok0WyQEa3Ko08ow,ovy_3j_qwE-7mmks1Z47ig,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1381, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2852, + "FriendlyName": "Runner Harness (Orange)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "ca7a3ccb-2bc9-4c93-a6a8-6f22b38526af,sX0ZZDcCUkyFSJISfvq0vg,ovy_3j_qwE-7mmks1Z47ig,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1380, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2858, + "FriendlyName": "Runner Helmet (Orange)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "459ec62c-67db-4b72-9e29-0ad3ecd0b737,Euf1h1qsZ02evDsyoHYbPQ,PZHohDVX0U2frX13N4KYDQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1376, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2855, + "FriendlyName": "Runner Helmet (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "459ec62c-67db-4b72-9e29-0ad3ecd0b737,zlqLrGEa8E2WW9ey_szREA,PZHohDVX0U2frX13N4KYDQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1377, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2879, + "FriendlyName": "Runner Wrist Guard (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1beaf288-b5a5-475c-8149-c8f3d1146083,RfZNDPUok0WyQEa3Ko08ow,rgzG7sfrlkqd9EO13LNmpQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1384, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2786, + "FriendlyName": "RecFly Vest (Black)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "74c65554-0d15-409b-b9a8-0b2620a7d7e2,kkvNbVRjcEKtChpy3W1bqQ,nbhzQy_Hdkeohh4S1IezwA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1316, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2675, + "FriendlyName": "Trucker Hat (Pickup)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "ReqOfohe6UamzaiHG1x3Ow,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1264, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2743, + "FriendlyName": "Notes Headphones (Orange)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,JWBK5v78Y0uRVEXlD-Qk6Q,_Yq00H-NWUyQNvGxRunHbg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2500, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-08-01T21:00:00Z", + "SaleEndDate": "2021-08-02T21:00:00Z" + } + } + ], + "PurchasableItemId": 1298, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2250, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2747, + "FriendlyName": "Notes Headphones (Lounge)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,nX7krD8e2km_ZlOLWcoxdQ,_Yq00H-NWUyQNvGxRunHbg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-08-01T21:00:00Z", + "SaleEndDate": "2021-08-02T21:00:00Z" + } + } + ], + "PurchasableItemId": 1302, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2752, + "FriendlyName": "Notes Headphones (Neon Dawn)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,d9mwowRelE2lDKEA0UQMZQ,_Yq00H-NWUyQNvGxRunHbg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 10000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-08-01T21:00:00Z", + "SaleEndDate": "2021-08-02T21:00:00Z" + } + } + ], + "PurchasableItemId": 1306, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 9000, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2790, + "FriendlyName": "Big Head Bow (Orange)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "JTrfBXhIT02o2-ssP94zew,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1320, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2791, + "FriendlyName": "Big Head Bow (Purple)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "JTrfBXhIT02o2-ssP94zew,8iZO162KNUiMC8l_z3OC_A,3DdSzSqV1UG5AtPr8ro3Kg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1321, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2792, + "FriendlyName": "Big Head Bow (Black)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "JTrfBXhIT02o2-ssP94zew,f_c50saStkaGJuhLjJ9lfA,3DdSzSqV1UG5AtPr8ro3Kg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1322, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2793, + "FriendlyName": "Big Head Bow (Pink)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "JTrfBXhIT02o2-ssP94zew,FUP4iRnoc0ikNmjrFD06lg,3DdSzSqV1UG5AtPr8ro3Kg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1323, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2537, + "FriendlyName": "Royal Tabard (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "e13f6558-d49c-4314-820c-962ef48eb0c6,5TJPDmvEBEOkP82ZWLFqtg,50NUFrDxbUKmXbyAHBenvQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 49, + "ItemSetFriendlyName": "Royal Tabards" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2216, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2539, + "FriendlyName": "Royal Dress (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "0ab6c95c-e157-48bd-a172-2642896b4ffc,0ps19D7b_U2iejdKQFORyA,PoMG28QAskagun1LSd4C_A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 50, + "ItemSetFriendlyName": "Royal Dresses" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2217, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2957, + "FriendlyName": "Graphic Cap (Goblins)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "14ef6b00-debf-4a85-9755-b4d37df496d3,pqLkLbri9Eu48eryQIFGMg,_yznwUwL80ejrS3vki0IKg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2218, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2958, + "FriendlyName": "Graphic Cap (High Fashion)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "474db08a-d4dc-4625-9f5a-1a6ae0b70827,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1432, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2960, + "FriendlyName": "Graphic Cap (Hyper Ramen)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "474db08a-d4dc-4625-9f5a-1a6ae0b70827,cpTKHXjj0kulivZCKVQqiA,Mrf17aidXEeCF-fFURUUcQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 3500, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-06-20T21:00:00Z", + "SaleEndDate": "2021-06-21T21:00:00Z" + } + } + ], + "PurchasableItemId": 1434, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 3150, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2956, + "FriendlyName": "Baseball Cap (White, Red, Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "14ef6b00-debf-4a85-9755-b4d37df496d3,nZor-clxlkm8EO9Gco0Otg,r_GLekt6mkWxXw8zPPR8Mg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1436, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2962, + "FriendlyName": "Round Glasses", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "bc7299ac-be2b-404f-b8e6-402e2c0660f0,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1431, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2932, + "FriendlyName": "Bowler Hat", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "bfd9c70b-9ad8-4f47-a840-c03231f9ad41,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1437, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2946, + "FriendlyName": "Trucker Jacket (Blue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "8b065e2a-b106-4f11-b415-4c47ce87993e,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1443, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2950, + "FriendlyName": "Trucker Jacket (Green)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "8b065e2a-b106-4f11-b415-4c47ce87993e,bgRKH1wfqkWVHcuSnFYnlQ,sxWOOK1RwUOp5YqZ7a36xg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1446, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2949, + "FriendlyName": "Trucker Jacket (Tan)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "8b065e2a-b106-4f11-b415-4c47ce87993e,o2WfRyjJy0CKoUg8YIxNjQ,sxWOOK1RwUOp5YqZ7a36xg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1447, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2947, + "FriendlyName": "Trucker Jacket (White)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "8b065e2a-b106-4f11-b415-4c47ce87993e,yA0KhVg19kWqG1UkyxQogQ,PMGQ8fLc2UuJXMy42Ati-w,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1445, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2843, + "FriendlyName": "Chef Hat (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "af33bdb1-b7fa-4fe6-b37a-b1fe6a420879,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1460, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2847, + "FriendlyName": "Chef Coat (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ff5c62b3-4f41-4acd-bfd8-8db00de4f36c,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1459, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2933, + "FriendlyName": "Turtleneck (Black)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "7e22a4bd-3e87-4d50-8843-9e2e3cf45285,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1448, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2934, + "FriendlyName": "Turtleneck (Orange)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "7e22a4bd-3e87-4d50-8843-9e2e3cf45285,9b9t8_aKH0-gQXMhZycaOA,rzoH8P44a0esN-HnYd3aQg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1450, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2936, + "FriendlyName": "Turtleneck (Green)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "7e22a4bd-3e87-4d50-8843-9e2e3cf45285,Jt0QqNrAp0qzUR_RQoivVg,rzoH8P44a0esN-HnYd3aQg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1449, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2937, + "FriendlyName": "Turtleneck (Red)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "7e22a4bd-3e87-4d50-8843-9e2e3cf45285,lBePHNL9LkyaAjEFyFE8Sw,rzoH8P44a0esN-HnYd3aQg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1451, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2938, + "FriendlyName": "Turtleneck (Yellow)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "7e22a4bd-3e87-4d50-8843-9e2e3cf45285,G4HIPUjekUigiU0-Kr9mdA,rzoH8P44a0esN-HnYd3aQg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1453, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2951, + "FriendlyName": "Trucker Cuff (Blue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "973d84ee-5b88-475c-b579-a76c34a7c533,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1454, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2952, + "FriendlyName": "Trucker Cuff (White)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "973d84ee-5b88-475c-b579-a76c34a7c533,yA0KhVg19kWqG1UkyxQogQ,yBNsYcZXzEiuR0u3tWnnWQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1456, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2954, + "FriendlyName": "Trucker Cuff (Tan)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "973d84ee-5b88-475c-b579-a76c34a7c533,o2WfRyjJy0CKoUg8YIxNjQ,sHyNs-dpc0-_Ah-HJVczcw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1458, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2955, + "FriendlyName": "Trucker Cuff (Green)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "973d84ee-5b88-475c-b579-a76c34a7c533,bgRKH1wfqkWVHcuSnFYnlQ,sHyNs-dpc0-_Ah-HJVczcw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1457, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3025, + "FriendlyName": "Fancy Bubbly", + "Tooltip": null, + "ConsumableItemDesc": "iiGTvhOCHkOTNJhb16Zbyw", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1554, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3014, + "FriendlyName": "Formal Necklace (Gold)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5e9bbda6-d681-42b1-9cc4-5758acf34bc0,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-06-13T21:00:00Z", + "SaleEndDate": "2021-06-16T21:00:00Z" + } + } + ], + "PurchasableItemId": 1518, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3013, + "FriendlyName": "Formal Necklace (Silver)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b95678aa-351a-4929-8a0e-0274a183eb18,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-06-13T21:00:00Z", + "SaleEndDate": "2021-06-16T21:00:00Z" + } + } + ], + "PurchasableItemId": 1519, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3018, + "FriendlyName": "Party Hat (Shindig)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "8df990d9-141a-4757-b4f2-138d5e68ab74,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1520, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3006, + "FriendlyName": "Formal Dress (Gold Sequins)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9a366f8b-ea5b-49ae-a98c-f6b282e9bf14,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 3000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-05-16T21:00:00Z", + "SaleEndDate": "2021-05-17T21:00:00Z" + } + } + ], + "PurchasableItemId": 1511, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2700, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3007, + "FriendlyName": "Formal Dress (Silver Sequins)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "73c0e2ba-cba1-482a-89d5-1508997aceeb,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 3000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1513, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2700, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3011, + "FriendlyName": "Business Tie (Gold Sequins)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "05ec4e87-088f-4281-a118-2e63c2585200,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1516, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3009, + "FriendlyName": "Business Tie (Silver Sequins)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "0d4e7ebe-efd9-4e68-9900-5645916e7596,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-09-12T21:00:00Z", + "SaleEndDate": "2021-09-13T21:00:00Z" + } + } + ], + "PurchasableItemId": 1517, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3012, + "FriendlyName": "Bow Tie (Gold Sequins)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "6dd261d8-9806-4dac-81c4-a58f6d6a7f9a,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-05-16T21:00:00Z", + "SaleEndDate": "2021-05-17T21:00:00Z" + } + } + ], + "PurchasableItemId": 1514, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3010, + "FriendlyName": "Bow Tie (Silver Sequins)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "988e4069-4341-428b-bbf5-023309891385,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-05-16T21:00:00Z", + "SaleEndDate": "2021-05-17T21:00:00Z" + } + } + ], + "PurchasableItemId": 1515, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3020, + "FriendlyName": "Ski Buddy Goggles (Chill)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "5fwjFQoC_Uu9ChvF6uNGZw,fXNkMWFMV0aXalK_y_8SHw,SSY8ZYMgaE2Bl4oFmMjKQA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1529, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3022, + "FriendlyName": "Ski Buddy Jacket (Chill)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "6RhwWExXekaYpK0NGHSXGQ,fXNkMWFMV0aXalK_y_8SHw,HQQWccdyakaEmntPhvC6CQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1530, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2593, + "FriendlyName": "Anime Tiara (Orange)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "hT7nSD7Ts06F_1SNlOMLwg,f0pjsV0XMUWoE_z2kqOlSA,mG60EPIQIkaJNgOkonVmZg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 8500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1025, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 7650, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2541, + "FriendlyName": "Anime Skirt (Orange)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "MJkDYDH510izAab13ZfXQw,hYu9itGe1Ee5Neanhj9VtQ,2UNd6eViFUO359xjSiuu2A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 6500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1020, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5850, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2574, + "FriendlyName": "Anime Bow (Dark Blue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "WuShlrJnHUKuscn8e6Rt2g,S9uymuvraUCOM8gmB7bnEA,M5z2wk-GDkOAjvZzqsfcNQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1011, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2616, + "FriendlyName": "Anime Glove (Orange)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "eS_or4AnMka9M_bD7YN28g,xpkEQ6yjhU-WfFPSjvPdHg,ZtCqMnFTQUWv2h0MfZ4m6A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1016, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2835, + "FriendlyName": "Mobster Hat (Purple)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "76369aef-aeda-46d2-996a-cd00594d0543,PZx7Iae0pkiDaxT9t3-vgg,d759c88d-a159-4c26-86dd-b054bb05b3ed,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1365, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2837, + "FriendlyName": "Mobster Suit (Purple)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "4308da04-af84-40bb-845a-7a9e1a2726ec,newGzX_zA0eGUX3Iayq5Ag,6Jv4AJGBYUGP_n4sDcz2Kw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1367, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2838, + "FriendlyName": "Mobster Cuffs (Purple)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "08d56627-4500-4724-8692-a23c96ddb3ec,newGzX_zA0eGUX3Iayq5Ag,QBzMp7MdAUOLIofvddui1A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1368, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3028, + "FriendlyName": "Bear Hug Hat (White)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "ef7771eb-c5f3-44fd-8c27-f581b035ef10,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1556, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3052, + "FriendlyName": "Knight Helmet (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "e614df5d-3cfe-4bca-b9c2-30c267b9c94e,PMa9370LPEig_7pKwCceEQ,0dd6596c-b4ea-4d55-a219-e1f44e4a376d,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 45, + "ItemSetFriendlyName": "Knight (Green)" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2219, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3068, + "FriendlyName": "Knight Gauntlet (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9bf9d502-8a3c-4b24-9565-0a2c2d9864fd,PMa9370LPEig_7pKwCceEQ,fd67ec40-f898-4df6-b846-8bf350f362b8,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 45, + "ItemSetFriendlyName": "Knight (Green)" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2220, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3058, + "FriendlyName": "Knight Cape (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "2e5afc40-7e25-418c-8b1b-316b8ef479a7,PMa9370LPEig_7pKwCceEQ,15099be7-38b7-4b0b-ac13-1bacedbf5fb2,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 45, + "ItemSetFriendlyName": "Knight (Green)" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 3500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2221, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 3150, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3051, + "FriendlyName": "Archer Hat (Grey)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d2d3264b-fbf6-40b5-9f10-c85ec737d112,61VZkFjB402brzWm4UsftA,1ba65dd5-9df9-4ff3-be96-f83a7abf67b3,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 46, + "ItemSetFriendlyName": "Archer (Grey)" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2222, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3067, + "FriendlyName": "Archer Gloves (Grey)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5b01eaa3-0cac-40c0-b72a-b3f6a868ae0c,8hUBfmq28EixYjv92Xcrgg,7b187c06-7ba2-4f3c-bca9-fdf98146f385,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 46, + "ItemSetFriendlyName": "Archer (Grey)" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2223, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3053, + "FriendlyName": "Royal Crown (White)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "40734c4d-e1fe-426c-8921-930f7463d8e8,wCe2yC2U1kyYvPd8Z1rX2w,hCeaYHy1TE2s6rTPxAQP9A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 9000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2224, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 8100, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3072, + "FriendlyName": "Regal Crown (White)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "9d395a84-4342-4b1c-940c-213ec2eb56f9,Zljmtj5WqUaRvB3XQTgJXg,XFuSiGupZ02Fut1Dxum_Iw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 9000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2225, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 8100, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3062, + "FriendlyName": "Knight Armor (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "739fd42a-8a8c-44a5-afa3-e0974802c6ae,PMa9370LPEig_7pKwCceEQ,51a1809d-becd-42e0-8dfb-188d6f07ba1c,f5270130-6634-4052-aa3e-9849ddf5314e", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 45, + "ItemSetFriendlyName": "Knight (Green)" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2226, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1800, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3061, + "FriendlyName": "Archer Tunic (Grey)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "c0e59f27-a13d-4bd9-b3b8-a38a360f649b,61VZkFjB402brzWm4UsftA,f88178b8-b204-4fa5-9dfd-6e438bf1e247,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 46, + "ItemSetFriendlyName": "Archer (Grey)" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2227, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1800, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3057, + "FriendlyName": "Archer Quiver (Grey)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5b6535f0-86cd-417a-bcce-a1ace9a5f260,imDGL6dhrka-KliYlfpdgw,6094370d-5e28-473a-b422-f3f1c75d5db8,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 46, + "ItemSetFriendlyName": "Archer (Grey)" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 3500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2228, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 3150, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3060, + "FriendlyName": "Royal Cape (Green)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "a44766dc-19ad-4476-849c-5113a5faabd0,_9QlnTPXuEO5OQ3H0CwFkA,HTU3Wp_ri0GNYGFSezFHSg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2229, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3059, + "FriendlyName": "Royal Cape (Blue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "a44766dc-19ad-4476-849c-5113a5faabd0,MbusQ9bte0i9zirlxtNkSQ,HTU3Wp_ri0GNYGFSezFHSg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2230, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3055, + "FriendlyName": "Witch Hunter Hat (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "6d36091e-7083-4e3d-8729-94612602c8cb,aBQ3R9boek-mYeSYSNvDbQ,32d91d32-b102-4093-927a-6dc3ac2e9e86,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 47, + "ItemSetFriendlyName": "Witch Hunter (Blue)" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2231, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3056, + "FriendlyName": "Wizard Hat (Purple)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "01689baf-405e-4b38-9f09-b624e03865b8,d3KmqVuMQkCYK6sVTMOTOA,abdf525b-b871-41be-a1c8-810f49740ad4,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 48, + "ItemSetFriendlyName": "Wizard (Purple)" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2232, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3070, + "FriendlyName": "Wizard Bracers (Purple)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "22ef1089-d073-4fe8-b038-6f34adf0b85f,d3KmqVuMQkCYK6sVTMOTOA,47514b9b-0d17-4727-97ed-dab67e7fe031,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 48, + "ItemSetFriendlyName": "Wizard (Purple)" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2233, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3073, + "FriendlyName": "Regal Crown (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9d395a84-4342-4b1c-940c-213ec2eb56f9,rmq1AOQvtUGOHvbPUximwg,XFuSiGupZ02Fut1Dxum_Iw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 9000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2234, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 8100, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3054, + "FriendlyName": "Royal Crown (Black)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "40734c4d-e1fe-426c-8921-930f7463d8e8,QkfA71-1z0qOiZAVrbzhtA,hCeaYHy1TE2s6rTPxAQP9A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 9000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2235, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 8100, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3071, + "FriendlyName": "Regal Crown (Gold)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "9d395a84-4342-4b1c-940c-213ec2eb56f9,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 9000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2236, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 8100, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3065, + "FriendlyName": "Witch Hunter Torso (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "418db0e0-c7af-40c2-9cac-d461ce41e210,aBQ3R9boek-mYeSYSNvDbQ,0f49ac81-63bd-4845-8bdc-1944181a8aa3,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 47, + "ItemSetFriendlyName": "Witch Hunter (Blue)" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2237, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2250, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3066, + "FriendlyName": "Wizard Robes (Purple)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "97eae086-cfea-45ff-9b77-1d184256d493,d3KmqVuMQkCYK6sVTMOTOA,8768aa33-b014-4062-b323-b146dd7d78d2,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 48, + "ItemSetFriendlyName": "Wizard (Purple)" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2238, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2250, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3069, + "FriendlyName": "Witch Hunter Gloves (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1974dd48-aa44-434f-879a-eaff0c7c06e6,aBQ3R9boek-mYeSYSNvDbQ,5b8d9490-e5bc-480e-91bc-65d1797b52ad,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 47, + "ItemSetFriendlyName": "Witch Hunter (Blue)" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2239, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3063, + "FriendlyName": "Royal Dress (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "0ab6c95c-e157-48bd-a172-2642896b4ffc,pjkTGVHkIE-BzCVi1KAesQ,PoMG28QAskagun1LSd4C_A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 50, + "ItemSetFriendlyName": "Royal Dresses" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2240, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3064, + "FriendlyName": "Royal Tabard (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "e13f6558-d49c-4314-820c-962ef48eb0c6,s2kCppLsN0uY7Hy6qjQc-g,50NUFrDxbUKmXbyAHBenvQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 49, + "ItemSetFriendlyName": "Royal Tabards" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2241, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2380, + "FriendlyName": "D4 Skin (Pewter)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[Sandbox_D4]", + "EquipmentModificationGuid": "WxWaXY61mUuNe_f6SgECnA", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1073, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2384, + "FriendlyName": "D6 Skin (Pewter)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[Sandbox_D6]", + "EquipmentModificationGuid": "5U_KiCi_90-eWucQ68VdZQ", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1076, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2388, + "FriendlyName": "D8 Skin (Pewter)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[Sandbox_D8]", + "EquipmentModificationGuid": "77cRA0O4GUqd6nr9QLefQA", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1079, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2396, + "FriendlyName": "D12 Skin (Pewter)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[Sandbox_D12]", + "EquipmentModificationGuid": "2gYYjbVGqkiOefY2xjOxiQ", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1067, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2400, + "FriendlyName": "D20 Skin (Pewter)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[Sandbox_D20]", + "EquipmentModificationGuid": "H3vrSi45AU6lshChLnr19Q", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1070, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3050, + "FriendlyName": "Winter Cloak (Nightwatch)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b9d08f9a-b23d-4d7e-978b-a0cd8adbfe9c,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2242, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3090, + "FriendlyName": "Server Apron (Red)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "204bc384-e6d2-41b8-8ce9-0b26be5d85b7,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1612, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3091, + "FriendlyName": "Server Apron (Blue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "204bc384-e6d2-41b8-8ce9-0b26be5d85b7,HdwZhjrqxE6wuf68MnDhDw,f5z_jhdcqEGjo-1WUmldaw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1613, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3094, + "FriendlyName": "Server Dress (Blue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "f6caeb89-dbb4-4471-92fe-100bf48cd5ce,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1616, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3095, + "FriendlyName": "Server Dress (Red)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "f6caeb89-dbb4-4471-92fe-100bf48cd5ce,GQSpXmD0B02_gwzpq6StFA,ORmS9HkfoUeFuO4RhqcW7g,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1617, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3026, + "FriendlyName": "Popcorn", + "Tooltip": "", + "ConsumableItemDesc": "QRx0aSTT9keMFdAJMQHdTg", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 52, + "ItemSetFriendlyName": "Snickety Snacks" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1594, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3102, + "FriendlyName": "Paintball Belt", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "eda29bce-5a07-4439-a2a7-cafa11e2ed62,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1599, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3033, + "FriendlyName": "Froggy Headband", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "cec9cfac-a45b-4edb-b26d-7453cc2bfaf2,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": true, + "Rarity": 50, + "Context": 21, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1585, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3109, + "FriendlyName": "Top Hat (Green)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "d3b8bd7b-ca9a-4f5d-b115-3659dc294a03,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 6500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1622, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5850, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3107, + "FriendlyName": "Bow Tie (Green Sequins)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "86af3a97-18d8-4dda-a2f2-cfd3b4224254,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1620, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3108, + "FriendlyName": "Big Head Bow (Green Sequins)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "66f8f55d-cad4-4afb-93e8-b6bdf04b37b3,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1621, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2557, + "FriendlyName": "Bowling Shirt (Striker)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,KqjQ1xRpokGLKp9GVN1EFA,VO_3cgqQqUOTz30TVUxrFA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1051, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2935, + "FriendlyName": "Turtleneck (White)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "7e22a4bd-3e87-4d50-8843-9e2e3cf45285,Zz4XatKfUEapReRAQHxKKA,rzoH8P44a0esN-HnYd3aQg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1452, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2703, + "FriendlyName": "Collared Shirt (Plaid)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "2e59d8d0-91a0-4449-bfdc-a5d663fd9343,ojvIFCTpJkeegestF065wA,10fYSIBytk-yUjveDa407w,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1218, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2948, + "FriendlyName": "Trucker Jacket (Black)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "8b065e2a-b106-4f11-b415-4c47ce87993e,P9bBSL0YLEyjN8PxMfgbKQ,PMGQ8fLc2UuJXMy42Ati-w,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1444, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3115, + "FriendlyName": "Butterfly Wings (Cool Mint)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "fc96ea5d-b49b-479b-a963-92f1eab44b2c,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-08-29T21:00:00Z", + "SaleEndDate": "2021-09-01T21:00:00Z" + } + } + ], + "PurchasableItemId": 1631, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3116, + "FriendlyName": "Butterfly Wings (The Blue One)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "27c2eb7f-9fac-4c42-90c7-44e7a33d5303,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": true, + "Rarity": 50, + "Context": 21, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1630, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3117, + "FriendlyName": "Butterfly Wings (Monarch)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "c506feae-be73-437b-b18a-1152bb9906e9,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1629, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3110, + "FriendlyName": "Raincoat (Yellow)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "9e6397dd-b7b0-4d32-8c86-1910106a8478,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1627, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3111, + "FriendlyName": "Raincoat (Blue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "9e6397dd-b7b0-4d32-8c86-1910106a8478,GH9q8_0O9EqjGdz7lGWD2g,T7zwcIIc8Ee3ud8a2JCuwQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1628, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3112, + "FriendlyName": "Rain Hat (Yellow)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "2bd53190-46f8-4956-9388-87c5a04efc4f,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1625, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3113, + "FriendlyName": "Rain Hat (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "2bd53190-46f8-4956-9388-87c5a04efc4f,v3af60p1Q02NpdCqIRO9lw,1hVOI7IuY0mKvtr2PZXLww,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1626, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2750, + "FriendlyName": "Notes Headphones (Neon Sky)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,2sf-FU4WckGBDWUkVz4z1g,_Yq00H-NWUyQNvGxRunHbg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 10000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-05-02T21:00:00Z", + "SaleEndDate": "2021-05-03T21:00:00Z" + } + } + ], + "PurchasableItemId": 1305, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 9000, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2745, + "FriendlyName": "Notes Headphones (Chillout)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,4scG_UBlzE-5DWRhSrtm6g,_Yq00H-NWUyQNvGxRunHbg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-05-02T21:00:00Z", + "SaleEndDate": "2021-05-03T21:00:00Z" + } + } + ], + "PurchasableItemId": 1301, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2741, + "FriendlyName": "Notes Headphones (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,8ANbOhNnO0yLQOCIBsDwfg,_Yq00H-NWUyQNvGxRunHbg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2500, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-05-02T21:00:00Z", + "SaleEndDate": "2021-05-03T21:00:00Z" + } + } + ], + "PurchasableItemId": 1297, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2250, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3046, + "FriendlyName": "Quilted Vest (Black)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "0ab5790f-a537-4306-ba66-5eb87c02ec7d,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1588, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3047, + "FriendlyName": "Quilted Vest (Green)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "0ab5790f-a537-4306-ba66-5eb87c02ec7d,QBglgj80zkuvUkk55Y5Feg,ACrBLiAIgEur9V6l_B0CvA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1589, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3048, + "FriendlyName": "Quilted Vest (Orange)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "0ab5790f-a537-4306-ba66-5eb87c02ec7d,-HYrY2A5Tk2UWMi4_hmYbg,ACrBLiAIgEur9V6l_B0CvA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1590, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3049, + "FriendlyName": "Quilted Vest (Purple)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "0ab5790f-a537-4306-ba66-5eb87c02ec7d,IjRMopsYlUqSE6327I9TIQ,ACrBLiAIgEur9V6l_B0CvA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1591, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2972, + "FriendlyName": "Formal Vest (Black)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "3d9d52cb-6a3d-436b-90e7-e76f238329ee,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1537, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2973, + "FriendlyName": "Formal Vest (Red)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "3d9d52cb-6a3d-436b-90e7-e76f238329ee,ffHKr5EcIU24PbAtWSnalw,bVrkIyADCUiGNYWdmP_HPw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1538, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3004, + "FriendlyName": "Formal Dress (Red)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "30380607-8b54-4b63-81d3-cb3f08e452c1,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1525, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3005, + "FriendlyName": "Formal Dress (Black)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "30380607-8b54-4b63-81d3-cb3f08e452c1,rcdwgNvO30Cvx2ycE1GfHw,JmFzNL5v_0q1p0bgoOlBpQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1526, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2953, + "FriendlyName": "Trucker Cuff (Black)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "973d84ee-5b88-475c-b579-a76c34a7c533,P9bBSL0YLEyjN8PxMfgbKQ,yBNsYcZXzEiuR0u3tWnnWQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1455, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3131, + "FriendlyName": "Rec Room Hoodie (Galaxy)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5362d685-fc55-4b43-85a5-cc3d6cad3f69,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": true, + "Rarity": 50, + "Context": 21, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1649, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2250, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3170, + "FriendlyName": "Nightcap (Zonked)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "250bbb53-1fae-440d-b25a-46a16c271367,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1724, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3171, + "FriendlyName": "Nightcap (Zzz)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "250bbb53-1fae-440d-b25a-46a16c271367,2vawoQvJPUegnClmr2RNAQ,RR69IGV4j0Sd2xtmyN5wFg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-04-25T21:00:00Z", + "SaleEndDate": "2021-04-26T21:00:00Z" + } + } + ], + "PurchasableItemId": 1726, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3172, + "FriendlyName": "Nightcap (Dozy)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "250bbb53-1fae-440d-b25a-46a16c271367,kIcd-yEnsEqxoeogquvmRw,RR69IGV4j0Sd2xtmyN5wFg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1725, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3173, + "FriendlyName": "Nightcap (Sandman)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "250bbb53-1fae-440d-b25a-46a16c271367,qHyKfCsrbUqSWomjLXf7Hw,RR69IGV4j0Sd2xtmyN5wFg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1727, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3166, + "FriendlyName": "Night Coat (Zzz)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "64fddd4e-3d59-43df-bb39-671e18953c0f,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-04-25T21:00:00Z", + "SaleEndDate": "2021-04-26T21:00:00Z" + } + } + ], + "PurchasableItemId": 1728, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3167, + "FriendlyName": "Night Coat (Dozy)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "64fddd4e-3d59-43df-bb39-671e18953c0f,uDJ5ZqU1f0CiOAH8WY22Yw,KOCzRE4a6EKb3_NVOI_lcg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1730, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3169, + "FriendlyName": "Night Coat (Zonked)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "64fddd4e-3d59-43df-bb39-671e18953c0f,_jkPDSXFUkSU_yOfutQ7BA,KOCzRE4a6EKb3_NVOI_lcg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1731, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3168, + "FriendlyName": "Night Coat (Sandman)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "64fddd4e-3d59-43df-bb39-671e18953c0f,j66We9SYr0SNQ2ufZqIqhA,KOCzRE4a6EKb3_NVOI_lcg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1729, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2582, + "FriendlyName": "Space Visor (Quasar)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "b89be768-a169-4b24-8022-751e7b817865,SXG9rdEkxkOR31Nk0aTOww,uB4gFxfrh0W5OtkmZdFN1Q,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 9500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1159, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 8550, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3133, + "FriendlyName": "International Thief Coat (Mastermind)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "097a3266-4aab-4b23-8f56-373c9b1bc837,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1650, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3134, + "FriendlyName": "International Thief Coat (Spy)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "097a3266-4aab-4b23-8f56-373c9b1bc837,YB7kXMyLJ0mF_5WidhmH8A,SeA8s77hr0K6DRZyVlRTCg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1651, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3135, + "FriendlyName": "International Thief Coat (Rogue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "097a3266-4aab-4b23-8f56-373c9b1bc837,bQyNgFWAe0SPttPri6hxyg,SeA8s77hr0K6DRZyVlRTCg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1652, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3136, + "FriendlyName": "International Thief Coat (Outlaw)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "097a3266-4aab-4b23-8f56-373c9b1bc837,wRPoHTsXFESK5pjkxVMqGA,SeA8s77hr0K6DRZyVlRTCg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1653, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3137, + "FriendlyName": "International Thief Hat (Mastermind)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "bc3f8ab4-cdb1-4e63-bda5-ba5a4b1f4a43,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1640, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3138, + "FriendlyName": "International Thief Hat (Spy)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "bc3f8ab4-cdb1-4e63-bda5-ba5a4b1f4a43,RBRFHN8_rkuImbyDAfcHWw,BOB_mAXdA0u2khOH5qjqXQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1641, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3139, + "FriendlyName": "International Thief Hat (Rogue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "bc3f8ab4-cdb1-4e63-bda5-ba5a4b1f4a43,QJSPgq2KXEOWNynY8uqQvA,BOB_mAXdA0u2khOH5qjqXQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1642, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3140, + "FriendlyName": "International Thief Hat (Outlaw)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "bc3f8ab4-cdb1-4e63-bda5-ba5a4b1f4a43,4RH8_Z1mqU-JIVvx31wOsA,BOB_mAXdA0u2khOH5qjqXQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1643, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3141, + "FriendlyName": "International Thief Gloves (Mastermind)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "1014dded-3bbc-479b-a6cb-afa7413de2da,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1654, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3142, + "FriendlyName": "International Thief Gloves (Spy)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "1014dded-3bbc-479b-a6cb-afa7413de2da,DtFYrQwaCky5C1ZycqZbiQ,egpzBs77Q0CpDndZHqXOog,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1655, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3143, + "FriendlyName": "International Thief Gloves (Rogue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "1014dded-3bbc-479b-a6cb-afa7413de2da,9SAPupKy_EO6YeG0SMkI5A,egpzBs77Q0CpDndZHqXOog,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1656, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3144, + "FriendlyName": "International Thief Gloves (Outlaw)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "1014dded-3bbc-479b-a6cb-afa7413de2da,hiMYlmk5sEqh-sElOY3A9g,egpzBs77Q0CpDndZHqXOog,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1657, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3149, + "FriendlyName": "Beanie (Gray)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "41bece0e-9b5d-4151-bf5c-d0e786a803b4,SeVmHtrMS0y7gKCYkHcrOA,uWXtz0WaO0qJ1W4TfWnLqg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1717, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3150, + "FriendlyName": "Beanie (Blue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "41bece0e-9b5d-4151-bf5c-d0e786a803b4,uDcJZClcFkiNdkEEh9IIyA,uWXtz0WaO0qJ1W4TfWnLqg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1715, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3153, + "FriendlyName": "Beanie (Pink)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "41bece0e-9b5d-4151-bf5c-d0e786a803b4,F5vJzMfNB0Ob6Abjadho7Q,uWXtz0WaO0qJ1W4TfWnLqg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1720, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3154, + "FriendlyName": "Beanie (White)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "41bece0e-9b5d-4151-bf5c-d0e786a803b4,vbOUaJsGHEaSfQCivNcMWg,uWXtz0WaO0qJ1W4TfWnLqg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1723, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3163, + "FriendlyName": "Brimmed Beanie (Gray)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "48ec7a6a-0c31-40d4-9179-66e3ba6505a1,t2bByt5oUEG90PMMePCP6A,7nBHNMZhAE-t9rLCYO_STA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1706, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3158, + "FriendlyName": "Brimmed Beanie (Blue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "48ec7a6a-0c31-40d4-9179-66e3ba6505a1,-XSM6ZcSjE-vrWL7jyF4fQ,7nBHNMZhAE-t9rLCYO_STA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1705, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3164, + "FriendlyName": "Brimmed Beanie (Pink)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "48ec7a6a-0c31-40d4-9179-66e3ba6505a1,m7KXVnULz0iHvKfCFzFoyw,7nBHNMZhAE-t9rLCYO_STA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1709, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3160, + "FriendlyName": "Brimmed Beanie (White)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "48ec7a6a-0c31-40d4-9179-66e3ba6505a1,9tTuREkoQkW0ycqOjWXsiA,7nBHNMZhAE-t9rLCYO_STA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1712, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3217, + "FriendlyName": "Folded Bandana (Red) ", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "49800740-33d6-4280-aefb-3497597c6366,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1735, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3214, + "FriendlyName": "Gathered Shirt (White)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "cf1a6f8f-1649-423b-b513-b8d40d242b1f,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1736, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3180, + "FriendlyName": "Fanny Pack (Cosmic)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "4ee2133d-c419-4fbc-9117-746d756a250d,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": true, + "Rarity": 50, + "Context": 21, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1668, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3092, + "FriendlyName": "Server Apron (Yellow)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "204bc384-e6d2-41b8-8ce9-0b26be5d85b7,b7oobDcDtE-69fhM-5g5AQ,f5z_jhdcqEGjo-1WUmldaw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1614, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3096, + "FriendlyName": "Server Dress (Yellow)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "f6caeb89-dbb4-4471-92fe-100bf48cd5ce,YvPeCbQS2UOcLjPfoIML_g,ORmS9HkfoUeFuO4RhqcW7g,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1618, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3093, + "FriendlyName": "Server Apron (Green)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "204bc384-e6d2-41b8-8ce9-0b26be5d85b7,Blev_VFjRUysY_nymGWAVg,f5z_jhdcqEGjo-1WUmldaw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1615, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3097, + "FriendlyName": "Server Dress (Green)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "f6caeb89-dbb4-4471-92fe-100bf48cd5ce,zGOD45zNAk2i6P_zPsNPfg,ORmS9HkfoUeFuO4RhqcW7g,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1619, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3078, + "FriendlyName": "Soda Clerk Hat (Yellow)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "Wua43ED71UqL71ATtyS0iQ,MxnAq_XOw0uTzQ8IIxqb_Q,sV_ByCug30G1Gw-77KUe1Q,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1609, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3081, + "FriendlyName": "Soda Clerk Uniform (Yellow)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "iai6P7dDTUq8S4hqQmY1YA,MxnAq_XOw0uTzQ8IIxqb_Q,MBuxBAIkpkWI26d-arAKQg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1611, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3077, + "FriendlyName": "Soda Clerk Hat (Green)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "Wua43ED71UqL71ATtyS0iQ,oKxmH-1s2EyIDkZoOQSQQw,sV_ByCug30G1Gw-77KUe1Q,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1608, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3203, + "FriendlyName": "Flowing Hair", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5d13a7a2-8213-40e6-90a6-efdd76a3fdcb,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1676, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3118, + "FriendlyName": "Trucker Hat (Flatbed)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "ReqOfohe6UamzaiHG1x3Ow,lDXambcP60CeY2C8qeGDFw,uiAwVt3HK0mRVtWp9B-gTg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1648, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2941, + "FriendlyName": "Trucker Jacket (Sleeveless, Blue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "3e3f5ed5-d810-4054-b648-d93167b90033,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1438, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2942, + "FriendlyName": "Trucker Jacket (Sleeveless, White)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "3e3f5ed5-d810-4054-b648-d93167b90033,yA0KhVg19kWqG1UkyxQogQ,PMGQ8fLc2UuJXMy42Ati-w,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1440, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2944, + "FriendlyName": "Trucker Jacket (Sleeveless, Green)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "3e3f5ed5-d810-4054-b648-d93167b90033,bgRKH1wfqkWVHcuSnFYnlQ,sxWOOK1RwUOp5YqZ7a36xg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1442, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2943, + "FriendlyName": "Trucker Jacket (Sleeveless, Black)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "3e3f5ed5-d810-4054-b648-d93167b90033,P9bBSL0YLEyjN8PxMfgbKQ,PMGQ8fLc2UuJXMy42Ati-w,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1439, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2772, + "FriendlyName": "Grillmaster Mitt (Blue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "q7pSsRMNHkqEJmYHuhhG6g,90qQe0AR3kOou0MsuoTmPA,ojCeJ1VwtUelyVqFnUwK5A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1288, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2773, + "FriendlyName": "Grillmaster Mitt (Black)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "q7pSsRMNHkqEJmYHuhhG6g,hZKPr4sg10SRj9DLuEgOrw,ojCeJ1VwtUelyVqFnUwK5A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1287, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2761, + "FriendlyName": "Grillmaster Apron (Denim)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "tTKv7eRODka2KC_hsY2O3Q,eV3Nv6SWS0yl3f-fgjPb-w,t-ZEWJCgFEyGP2PjNblQMA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1294, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2762, + "FriendlyName": "Grillmaster Apron (White)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "tTKv7eRODka2KC_hsY2O3Q,Lxx3q6JRnUW_cPG_kGG4ag,t-ZEWJCgFEyGP2PjNblQMA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1295, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3132, + "FriendlyName": "Dino Hat", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "4abc2ac4-e60c-49b1-9ac8-4d4751ed78ae,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": true, + "Rarity": 50, + "Context": 21, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1639, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2977, + "FriendlyName": "Scuba Wetsuit (Orange)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "57552652-d902-43b7-a68e-5c7da87582bc,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1535, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2978, + "FriendlyName": "Scuba Wetsuit (Blue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "57552652-d902-43b7-a68e-5c7da87582bc,VqtOYBiKRkaSW4xAlBxQgg,xTqtLPQVyEKjAQZYl6HGow,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1536, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2980, + "FriendlyName": "Scuba Tank (Orange)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "5b3dc472-773e-4714-a9d0-7e7bbf6bc695,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1533, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2981, + "FriendlyName": "Scuba Tank (Blue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "5b3dc472-773e-4714-a9d0-7e7bbf6bc695,V_duN2oWaUmmao1xHhzCJA,Uvarm_CwTUWWQYZvzI8OaQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1534, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2983, + "FriendlyName": "Scuba Goggles (Orange)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "9c28e450-8e12-455c-a4c8-c0a2160d4190,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1531, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2984, + "FriendlyName": "Scuba Goggles (Blue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "9c28e450-8e12-455c-a4c8-c0a2160d4190,DRS8xu3AqUOy2L0RKF3f7g,A7Y52vGIN0ijEKsWR_GQLg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1532, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3015, + "FriendlyName": "Pearl Necklace (Freshwater)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "7be2eafc-21ea-4266-ae64-8888c06798d6,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1523, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3016, + "FriendlyName": "Pearl Necklace (Saltwater)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "7be2eafc-21ea-4266-ae64-8888c06798d6,sqPMH0LhLkeG-4XkxpU-sw,URWHffwjGUKgXeV01upePA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1524, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3252, + "FriendlyName": "Mermaid Dress", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "fd7774bb-b29c-40b5-84b1-5c2bbe574255,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 8000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-08-22T21:00:00Z", + "SaleEndDate": "2021-08-23T21:00:00Z" + } + } + ], + "PurchasableItemId": 1746, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 7200, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3254, + "FriendlyName": "Mermaid Crown", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "16359b51-96c4-4be0-b598-319c7549e18a,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 6000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-08-22T21:00:00Z", + "SaleEndDate": "2021-08-23T21:00:00Z" + } + } + ], + "PurchasableItemId": 1744, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5400, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3260, + "FriendlyName": "Crab Hat", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "3ae0eb82-13ce-43a2-bbc2-99a1cdbec63f,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-08-08T21:00:00Z", + "SaleEndDate": "2021-08-09T21:00:00Z" + } + } + ], + "PurchasableItemId": 1745, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3253, + "FriendlyName": "Shell Necklace", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "c8c00394-4cd9-4bad-9774-a825ded78f80,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-08-22T21:00:00Z", + "SaleEndDate": "2021-08-23T21:00:00Z" + } + } + ], + "PurchasableItemId": 1747, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2794, + "FriendlyName": "Big Head Bow (Teal, Polka Dot)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "JTrfBXhIT02o2-ssP94zew,GmS0wKwzVEqdf3NoTMHG5A,3DdSzSqV1UG5AtPr8ro3Kg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-07-18T21:00:00Z", + "SaleEndDate": "2021-07-19T21:00:00Z" + } + } + ], + "PurchasableItemId": 1324, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2795, + "FriendlyName": "Big Head Bow (Red, Polka Dot)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "JTrfBXhIT02o2-ssP94zew,ZNKGkou_gU-1cxBFy7pDKw,3DdSzSqV1UG5AtPr8ro3Kg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-07-18T21:00:00Z", + "SaleEndDate": "2021-07-19T21:00:00Z" + } + } + ], + "PurchasableItemId": 1325, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2796, + "FriendlyName": "Big Head Bow (White, Polka Dot)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "JTrfBXhIT02o2-ssP94zew,-Iqmonry4EKoqAULCKzRPA,3DdSzSqV1UG5AtPr8ro3Kg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-07-18T21:00:00Z", + "SaleEndDate": "2021-07-19T21:00:00Z" + } + } + ], + "PurchasableItemId": 1326, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3276, + "FriendlyName": "Sundress (Seafoam)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "adf2aa89-61c4-4b7a-9307-e39e72db23d3,wxvSDMommkenIl5hTY2fdQ,thwvF0DFRk-mV99ruqYFoQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1748, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3277, + "FriendlyName": "Sundress (Sunrise)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "adf2aa89-61c4-4b7a-9307-e39e72db23d3,-sqfCQpzpUyjEShEXH9JYQ,thwvF0DFRk-mV99ruqYFoQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1749, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3278, + "FriendlyName": "Sundress (Sunset)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "adf2aa89-61c4-4b7a-9307-e39e72db23d3,as9fjqDWiUi1w7yYavKZXA,thwvF0DFRk-mV99ruqYFoQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1750, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2583, + "FriendlyName": "Shutter Shades (Orange)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "bu9tb-K7NEiocvZY3o7ukw,76CA_KCr806y1FA35m-YTg,tqyzKPdDwkWq3jfZ8jZdaA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 6000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-04-11T21:00:00Z", + "SaleEndDate": "2021-04-14T21:00:00Z" + } + } + ], + "PurchasableItemId": 1150, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5400, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3177, + "FriendlyName": "Luau Dress (Primrose)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7aa994d2-6499-4918-ab2a-2531c17e27a7,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1680, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3189, + "FriendlyName": "Luau Shirt (Primrose)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "vDSlMnayzEqWXwT-lkcKSA,RZFWcTzxPkOfUuTIQ1mzkg,ytfIq0TiYU6EUdd0ruaGAQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1702, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3195, + "FriendlyName": "Luau Hat (Primrose)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "0QOlT9c5xUuinpfZaoEe8Q,SqHAYcqBXU2PtF2urWGruQ,sIP83lqv3kG31TH5Rw4gqg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1696, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3206, + "FriendlyName": "Luau Headband (Primrose)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "3eb14fcf-5d20-47d3-b991-97808798a225,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1686, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3182, + "FriendlyName": "Luau Dress (Begonia)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7aa994d2-6499-4918-ab2a-2531c17e27a7,wyKAZSZwT0u9cuSaQ_-IHg,vUgpsaXrO0ak7huhkHqlUA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1685, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3187, + "FriendlyName": "Luau Shirt (Begonia)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "vDSlMnayzEqWXwT-lkcKSA,4ijeE3LqUUuSplKrMto6Kg,ytfIq0TiYU6EUdd0ruaGAQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1703, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3210, + "FriendlyName": "Luau Headband (Begonia)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "3eb14fcf-5d20-47d3-b991-97808798a225,J5VsmblfWU2MeUjNo0fz1Q,5ekjxLQZwUm7-iXJ0bYSiQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1691, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3156, + "FriendlyName": "Beanie (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "41bece0e-9b5d-4151-bf5c-d0e786a803b4,_fBrHCkTKUe82QgxCyI-Kw,uWXtz0WaO0qJ1W4TfWnLqg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": true, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1714, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3148, + "FriendlyName": "Beanie (Brown)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "41bece0e-9b5d-4151-bf5c-d0e786a803b4,c24f1DNZjEmqkt-FibKUjQ,uWXtz0WaO0qJ1W4TfWnLqg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1716, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3146, + "FriendlyName": "Beanie (Tan)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "41bece0e-9b5d-4151-bf5c-d0e786a803b4,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1713, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3193, + "FriendlyName": "Luau Hat (Begonia)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "0QOlT9c5xUuinpfZaoEe8Q,B6qNcZQ770eJel13RskuIg,sIP83lqv3kG31TH5Rw4gqg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1697, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2945, + "FriendlyName": "Trucker Jacket (Sleeveless, Grey)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "3e3f5ed5-d810-4054-b648-d93167b90033,4Eck_dNL1UKlIZWsA1YppQ,WeyKw_WS70Cx3NZdOaxGeA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1441, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3248, + "FriendlyName": "Retro Sunglasses", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "767684e7-0eec-4f6e-ad58-3d5ae715206e,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-03-21T21:00:00Z", + "SaleEndDate": "2021-03-22T21:00:00Z" + } + } + ], + "PurchasableItemId": 1760, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1800, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2740, + "FriendlyName": "Notes Headphones (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,viL4CPch2ECwG-RNaWcyZw,_Yq00H-NWUyQNvGxRunHbg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1270, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2250, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2744, + "FriendlyName": "Notes Headphones (Psy)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,hf0gkFVS8ESvceRsC3LAXQ,_Yq00H-NWUyQNvGxRunHbg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1271, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2749, + "FriendlyName": "Notes Headphones (Neon Heat)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,I1J-xY4YNU2dB_od4P_7Dg,_Yq00H-NWUyQNvGxRunHbg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 10000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1272, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 9000, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3294, + "FriendlyName": "Silly Shorts (Pink Flamingo)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ae180fb1-3e74-4232-9a9d-388fd488eba1,9P8ARRUYdk6hCoGMKhix4w,o__JORNtYEiJEyyoBIimPA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1761, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3296, + "FriendlyName": "Silly Shorts (Sour Popsicle)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ae180fb1-3e74-4232-9a9d-388fd488eba1,56qchovVVEaVwL9S52kneA,BAjMoTHbD0mSCjoG9jmzjA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1764, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3297, + "FriendlyName": "Silly Shorts (Pina Colada)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ae180fb1-3e74-4232-9a9d-388fd488eba1,sJioq5ARDUyMHFji_6OxFw,bjXO36Nu6EWD2dU1UC4Uwg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1762, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3298, + "FriendlyName": "Silly Shorts (Watermelon Rain)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ae180fb1-3e74-4232-9a9d-388fd488eba1,nu_UGtkJOUK-5MWaW83MUg,pgBFpOtl00K2zsTJcfrefQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1763, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2377, + "FriendlyName": "D4 Skin (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[Sandbox_D4]", + "EquipmentModificationGuid": "KiVWBp5_J0qCLuizAJGcAg", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1074, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2381, + "FriendlyName": "D6 Skin (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[Sandbox_D6]", + "EquipmentModificationGuid": "TxIu8CUjykGDMr5RIJcNVQ", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1077, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2385, + "FriendlyName": "D8 Skin (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[Sandbox_D8]", + "EquipmentModificationGuid": "AQXXckjNZ0uzPMTcP1C3Kg", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1080, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2389, + "FriendlyName": "D10 Skin (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[Sandbox_D10]", + "EquipmentModificationGuid": "ZM543HEyl0G6n7P5rDMEWw", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1065, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2393, + "FriendlyName": "D12 Skin (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[Sandbox_D12]", + "EquipmentModificationGuid": "EoV2ZoLR2UWY898p8j7qGQ", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1068, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2397, + "FriendlyName": "D20 Skin (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[Sandbox_D20]", + "EquipmentModificationGuid": "Des7txtX0EO-7NiooR0-ow", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1071, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3268, + "FriendlyName": "Pegasus Wings", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "4c673a35-c10f-4a8c-b8e0-96a50fe5b97f,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": true, + "Rarity": 50, + "Context": 21, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1768, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4950, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2757, + "FriendlyName": "Unicorn Horn (Joy)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "2caHvVQ1vECrPv-YcdxdyA,mudt-Z5-5USdnIq-xaDgOw,nW_fBsuZA0OfIjTMXm6ZCA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 12000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1310, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 10800, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3312, + "FriendlyName": "Chocolate Cake", + "Tooltip": "Eight slices of tasty cake to share with friends.", + "ConsumableItemDesc": "BbJb1_0g4EGJP_CeNrjpew", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 32, + "ItemSetFriendlyName": "Coach's Cakes" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1765, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3313, + "FriendlyName": "Red Velvet Cake", + "Tooltip": "Eight slices of tasty cake to share with friends.", + "ConsumableItemDesc": "LwaotjVEBUir0-w8126n_g", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 32, + "ItemSetFriendlyName": "Coach's Cakes" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1766, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2755, + "FriendlyName": "Unicorn Horn (Spirit)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "2caHvVQ1vECrPv-YcdxdyA,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 9500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1273, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 8550, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3307, + "FriendlyName": "Tiny Crown", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "00f0b914-aa22-4d14-9af1-996e1af61f4d,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5500, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-09-05T21:00:00Z", + "SaleEndDate": "2021-09-06T21:00:00Z" + } + } + ], + "PurchasableItemId": 2243, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4950, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3306, + "FriendlyName": "Royal Cape (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "a44766dc-19ad-4476-849c-5113a5faabd0,cKLBS6pbf0SFuavWyeZ7GA,HTU3Wp_ri0GNYGFSezFHSg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2244, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3308, + "FriendlyName": "I Heart Rec Room Shirt (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "97253092-90ba-4ff2-b137-6324ab244d11,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1771, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3161, + "FriendlyName": "Brimmed Beanie (Orange)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "48ec7a6a-0c31-40d4-9179-66e3ba6505a1,MVkY4sU5BkGC4QhweRiyIA,7nBHNMZhAE-t9rLCYO_STA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1708, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3162, + "FriendlyName": "Brimmed Beanie (Purple)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "48ec7a6a-0c31-40d4-9179-66e3ba6505a1,ux9DQVSRyU-_5GA-t197OA,7nBHNMZhAE-t9rLCYO_STA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1710, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3159, + "FriendlyName": "Brimmed Beanie (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "48ec7a6a-0c31-40d4-9179-66e3ba6505a1,RL6HkufaJ0yubTpCGVI9eQ,7nBHNMZhAE-t9rLCYO_STA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1707, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3262, + "FriendlyName": "Flannel (Orange)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "8b065e2a-b106-4f11-b415-4c47ce87993e,sscD2O3LEUOAKkqjGpGe8g,uZjxYOMa10GzJ9wQkRge2w,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1773, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3263, + "FriendlyName": "Flannel (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "8b065e2a-b106-4f11-b415-4c47ce87993e,hRxyLsKfsESFAsXAyZQjoA,uZjxYOMa10GzJ9wQkRge2w,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1774, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3264, + "FriendlyName": "Flannel (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "8b065e2a-b106-4f11-b415-4c47ce87993e,kgCKjtSjFEmFq9ez2llxKQ,uZjxYOMa10GzJ9wQkRge2w,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1775, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3265, + "FriendlyName": "Flannel (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "8b065e2a-b106-4f11-b415-4c47ce87993e,KaZqNx5VKkarRrOJcTuD9A,uZjxYOMa10GzJ9wQkRge2w,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1776, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3317, + "FriendlyName": "Moons & Stars Dress ", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "936d7126-a3b7-48a2-bceb-6cad9221b267,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1778, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3273, + "FriendlyName": "Sundress (Lodge)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "adf2aa89-61c4-4b7a-9307-e39e72db23d3,OJYpuFw810Sg4bTw0XQf-g,NqU5Mw75BE6kPaD8t11Qow,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1780, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3274, + "FriendlyName": "Sundress (Yacht)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "adf2aa89-61c4-4b7a-9307-e39e72db23d3,t4gMAKp4L0WBaTGf_rtqFw,NqU5Mw75BE6kPaD8t11Qow,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1779, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3275, + "FriendlyName": "Sundress (Veranda)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "adf2aa89-61c4-4b7a-9307-e39e72db23d3,rGMFdPKmK02_OvIIFYlAxA,NqU5Mw75BE6kPaD8t11Qow,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1781, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3318, + "FriendlyName": "Starship Helm", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "380a5e35-b4d0-4119-9721-8ce4c0840fbd,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": true, + "Rarity": 50, + "Context": 21, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 3000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1785, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2700, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3319, + "FriendlyName": "Luchador Mask (Green Lightning)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1596c113-aa3a-4f5c-b398-e5c3575548e7,5_UnQ7vZ9E2T-EhJ7M-mQw,jL-LAsd03EeN1J-Zp8opew,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1782, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3320, + "FriendlyName": "Luchador Cape (Green Lightning)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "67117b3d-0669-4cf3-8a4f-066cabd4d8b1,Dtis2HpVzkelZb6M9mW5TQ,iqGv6iRJ-UGbofv8-aHKVA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1783, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3321, + "FriendlyName": "Luchador Singlet (Green Lightning)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9c34c2c1-07d7-4180-94a2-be8c9caaae84,7Jx8mrxoi0aQtZEb03CdRA,-IgxYllxkEyr7V1gosWXUA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1784, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3328, + "FriendlyName": "87 Flavor Cake", + "Tooltip": "Eight slices of tasty cake to share with friends.", + "ConsumableItemDesc": "xwQWBB_fekmTqRc2LB92cg", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 32, + "ItemSetFriendlyName": "Coach's Cakes" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-06-01T21:00:00Z", + "SaleEndDate": "2021-06-07T21:00:00Z" + } + } + ], + "PurchasableItemId": 1772, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3314, + "FriendlyName": "Celebration Cake", + "Tooltip": "Eight slices of tasty cake to share with friends.", + "ConsumableItemDesc": "Sk_1sm88ZU2zpWn01Lv7hw", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 32, + "ItemSetFriendlyName": "Coach's Cakes" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1767, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2554, + "FriendlyName": "Boxing Shirt (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ff15e25d-d467-47a8-9ecc-e415d5acb90c,rzUd1IMTKUmW0HeMPSIOBQ,0ec6628c-a106-4452-af82-105a3e3a9f2e,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1056, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1800, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2591, + "FriendlyName": "Boxing Helmet (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b99a89c7-38c5-4196-9862-4e1bf9cb0ce1,rzUd1IMTKUmW0HeMPSIOBQ,92714eac-cc07-4f74-a6f5-cfbbadd07e06,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 4000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1055, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 3600, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3357, + "FriendlyName": "Winged Hat (Kingfisher)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "fe15ca53-c5b8-4acf-9309-ff3f4e610fc9,tXhgU1o_wkaNQ-7P3KXidQ,njEWOjNEQEWCEqmytodpow,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1805, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3372, + "FriendlyName": "Winged Hat (Raven)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "fe15ca53-c5b8-4acf-9309-ff3f4e610fc9,6547pqf6vUm2L89AG6D91A,njEWOjNEQEWCEqmytodpow,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1806, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3373, + "FriendlyName": "Winged Hat (Grackle)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "fe15ca53-c5b8-4acf-9309-ff3f4e610fc9,oxi26T5a4U6L73pF-Pgrhg,njEWOjNEQEWCEqmytodpow,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1807, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3360, + "FriendlyName": "Winged Helm", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "16707919-756d-45ae-95fc-cfb6715b8ae6,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": true, + "Rarity": 50, + "Context": 21, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1808, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2250, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2309, + "FriendlyName": "Detective Cap (Grey)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "5bde836f-9343-4934-b01a-606f707020ef,MQOxmUk-mUG-Ee9m9nX31Q,axPBGoqorEe77Oqqjfzb5w,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 860, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2315, + "FriendlyName": "Detective Coat (Grey)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "033e328f-d9d2-4e53-af20-44f18e3ea208,msOFHoFN9UORkeXXtdqBsw,9ZP617DQk0mZ10J3d5q9oA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 862, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3354, + "FriendlyName": "Turtleneck (Teal)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7e22a4bd-3e87-4d50-8843-9e2e3cf45285,R0UCacpdhUS906Xf7l142A,rzoH8P44a0esN-HnYd3aQg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1811, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3355, + "FriendlyName": "Turtleneck (Grey)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7e22a4bd-3e87-4d50-8843-9e2e3cf45285,G-VKgepBkkeATcwCaS6Rwg,rzoH8P44a0esN-HnYd3aQg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1810, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3356, + "FriendlyName": "Turtleneck (Navy)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7e22a4bd-3e87-4d50-8843-9e2e3cf45285,1LonkCbt4kykeAScYKpwyg,rzoH8P44a0esN-HnYd3aQg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1809, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1709, + "FriendlyName": "Drum Major Shirt (Orange)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "a6f1825e-1647-4d06-85d7-ac2d139612c0,82de1ca3-67d6-454d-84fb-0eeece71fcbc,b0298c45-0dd1-453e-bad4-41e4656bb38e,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 7500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 305, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 6750, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1705, + "FriendlyName": "Drum Major Hat (Orange)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1a028850-64ee-40ab-b547-ebbcfa1b04b3,b444ed0a-eab5-4bd6-af34-d080de74a149,a8a91216-0fcc-461e-a682-95ee82509cce,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 8000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 301, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 7200, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1712, + "FriendlyName": "Drum Major Gloves (Orange)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "4d533b3a-b5fa-446a-842d-92798ad5b493,b444ed0a-eab5-4bd6-af34-d080de74a149,6b38ab79-142b-446e-978c-ad829ade8823,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2245, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3362, + "FriendlyName": "Bounty Hunter Helmet", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "2fadddc1-babd-4cb3-8f5a-0e7c889c3785,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1812, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3363, + "FriendlyName": "Bounty Hunter Belt", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f2c1c5e3-b201-4d34-9ce6-3082ff7e5d42,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1816, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3364, + "FriendlyName": "Bounty Hunter Cape", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "e773fddc-ad9f-408c-82c5-2637f75b3214,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 3500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1813, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 3150, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3365, + "FriendlyName": "Bounty Hunter Armor ", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9ffa6e06-5200-4e53-ac13-f8491aecc864,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1815, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1800, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3366, + "FriendlyName": "Bounty Hunter Glove", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "2ddd2c2b-596c-4022-a488-655b0db1c265,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1814, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3374, + "FriendlyName": "Conductor Cuffs (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "8fc7aaef-adec-4534-8f91-445e4e7095d5,HBt3ToOkUUereoPKwyvzuw,awWjleyNP0akWNYJoehCLA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1818, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3375, + "FriendlyName": "Conductor Jacket (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "e60fccda-8711-463d-b8a3-7cd5e76903b2,2axtF2iOGkez1kfRRGUbYw,cQUquXMk5EGt0VUCuPKBgg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1819, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3376, + "FriendlyName": "Conductor Hat (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "07205057-0804-41de-abe4-bd4027fee1df,LdKaVAveokmp3qRwVBxnFA,YJGsYfwkik2lp7qWqXyXTw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1817, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2645, + "FriendlyName": "Figure Skater Shirt", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9o0gWLJjREG552gxRreT8A,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1096, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2250, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2646, + "FriendlyName": "Figure Skater Skirt", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5PUja-WX00Sme9yBwvDq-g,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1097, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2250, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3383, + "FriendlyName": "Nineties Outfit (Da Bomb)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ca218759-7eed-440e-b5dc-dba15f81e598,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1820, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3474, + "FriendlyName": "Sus(picious) Goblin Shirt", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "97253092-90ba-4ff2-b137-6324ab244d11,4oywwjb3-kifr-um9x87Pw,11ZEZTFhy0ONpoXb3kiewQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2246, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3181, + "FriendlyName": "Luau Dress (Dahlia)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7aa994d2-6499-4918-ab2a-2531c17e27a7,_OM7UNZENEejgO5h7H1ztg,vUgpsaXrO0ak7huhkHqlUA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1684, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3188, + "FriendlyName": "Luau Shirt (Dahlia)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "vDSlMnayzEqWXwT-lkcKSA,d27e5m1BLUWI42Pxnj6F4A,ytfIq0TiYU6EUdd0ruaGAQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1701, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3194, + "FriendlyName": "Luau Hat (Dahlia)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "0QOlT9c5xUuinpfZaoEe8Q,p3g8YAOhTUKAiE-Wh-X-aA,sIP83lqv3kG31TH5Rw4gqg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1695, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3211, + "FriendlyName": "Luau Headband (Dahlia)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "3eb14fcf-5d20-47d3-b991-97808798a225,Asfe0ZRi50eryD5wlJzgzA,5ekjxLQZwUm7-iXJ0bYSiQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1689, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1602, + "FriendlyName": "Fighter Pilot Helmet (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ec836d2a-b1b8-4566-b8eb-123ae2845956,8c74ee27-3d56-401b-8a8c-7868a80770e8,9d6ac0b7-bbef-40bc-9173-effe65d7c0ff,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 215, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1605, + "FriendlyName": "Fighter Pilot Uniform (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ff7e6d41-5c27-4516-930c-ad0e9a23cce2,8c74ee27-3d56-401b-8a8c-7868a80770e8,435eba0d-d8f9-43cc-91aa-2959d63c6fa7,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 218, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1608, + "FriendlyName": "Fighter Pilot Gloves (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5800d2b5-75b8-442f-8b10-63bd3d73a1b8,8c74ee27-3d56-401b-8a8c-7868a80770e8,7869b2a5-cd89-4033-b9f7-4f1451ecb47b,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 221, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2553, + "FriendlyName": "Deep Sea Diver Suit (Kraken)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "c3745cee-d87e-4a23-b6e2-64ebf05c8b11,Su7kiW24d0KapNns96JoFQ,EiIow5mS80qpoS10r1ZdvQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 6500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1086, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5850, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2578, + "FriendlyName": "Deep Sea Diver Tank (Kraken)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "8d97303c-5138-4da1-a74d-378da19d11cb,Su7kiW24d0KapNns96JoFQ,ZpyoWbO6GkGglXlMuYUARw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1088, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2597, + "FriendlyName": "Deep Sea Diver Helmet (Kraken)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "4fcb5b84-13a9-43e6-9680-72b17874ae53,Su7kiW24d0KapNns96JoFQ,a3Er_BCApUiPtBaGkSH9LA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 9500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1085, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 8550, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2608, + "FriendlyName": "Deep Sea Diver Gloves (Kraken)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b1c3ccc8-91d7-434e-b9cc-bd632fffc01b,Su7kiW24d0KapNns96JoFQ,0p5N9U5qokKdQhW07yYLGQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1083, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3472, + "FriendlyName": "Fancy Cape (Grey)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "46cde502-86d6-4061-a80c-67458ffd4d60,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1825, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3473, + "FriendlyName": "Fancy Cape (Gilded)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "46cde502-86d6-4061-a80c-67458ffd4d60,crl8VlZ59kGxG01noGEWmA,EckOEU0mJkGIVDvYoKBN9g,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1826, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2250, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3388, + "FriendlyName": "Chef Hat (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "af33bdb1-b7fa-4fe6-b37a-b1fe6a420879,PR5dh2jf2kqGLO0lXgA69A,-lYK7LhYyEy6wqL1tIE9cg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1823, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3389, + "FriendlyName": "Chef Coat (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ff5c62b3-4f41-4acd-bfd8-8db00de4f36c,PR5dh2jf2kqGLO0lXgA69A,VDn1hO6ahky0GDJt5dRmyg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1824, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2974, + "FriendlyName": "Formal Vest (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "3d9d52cb-6a3d-436b-90e7-e76f238329ee,m4W5D0Oa9kaWa-8I96YYzA,WF_fg80f30qvHit0vGBwCA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1539, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3008, + "FriendlyName": "Formal Dress (Red Sequins)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "73a119ab-d2c8-4da9-98b2-29edbb38e2c2,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 3000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1512, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2700, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2262, + "FriendlyName": "Cat Ears (Grey)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "3d5184e1-0201-4476-bf4b-4eb28190de62,96e42c7a-2881-4299-a2fe-80c0d4d5ca26,1e3195ab-f7f6-41f4-a5ec-378d09ecdf69,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 9000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 914, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 8100, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3080, + "FriendlyName": "Soda Clerk Uniform (Green)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "iai6P7dDTUq8S4hqQmY1YA,oKxmH-1s2EyIDkZoOQSQQw,MBuxBAIkpkWI26d-arAKQg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1610, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3076, + "FriendlyName": "Soda Clerk Hat (Blue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "Wua43ED71UqL71ATtyS0iQ,XFCpIdeDXUqeYCIgh4fGtg,sV_ByCug30G1Gw-77KUe1Q,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1600, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3079, + "FriendlyName": "Soda Clerk Uniform (Blue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "iai6P7dDTUq8S4hqQmY1YA,XFCpIdeDXUqeYCIgh4fGtg,MBuxBAIkpkWI26d-arAKQg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1602, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3152, + "FriendlyName": "Beanie (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "41bece0e-9b5d-4151-bf5c-d0e786a803b4,fLWfBSEO6U6aHrDm3nKFEQ,uWXtz0WaO0qJ1W4TfWnLqg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1718, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3155, + "FriendlyName": "Beanie (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "41bece0e-9b5d-4151-bf5c-d0e786a803b4,wbFPXIg5gUK3QK6YycZexg,uWXtz0WaO0qJ1W4TfWnLqg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1722, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2542, + "FriendlyName": "Anime Skirt (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "MJkDYDH510izAab13ZfXQw,kTP3xKhzBkuQF3SqvmYFKA,2UNd6eViFUO359xjSiuu2A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 6500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1019, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5850, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2575, + "FriendlyName": "Anime Bow (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "WuShlrJnHUKuscn8e6Rt2g,i3rD_hnQG0a-5f6Ve4AfWg,M5z2wk-GDkOAjvZzqsfcNQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1013, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2594, + "FriendlyName": "Anime Tiara (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "hT7nSD7Ts06F_1SNlOMLwg,kLv_wsbbGUmlfIUO1QLYLw,mG60EPIQIkaJNgOkonVmZg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 8500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1024, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 7650, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2615, + "FriendlyName": "Anime Glove (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "eS_or4AnMka9M_bD7YN28g,1FcyrVGyGEC9dmOq_51nFQ,ZtCqMnFTQUWv2h0MfZ4m6A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1015, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3476, + "FriendlyName": "Jacket Dress (Red) ", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "6fccd476-c621-4f3f-b2e3-45c95be912b5,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1854, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3477, + "FriendlyName": "Jacket Dress (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "6fccd476-c621-4f3f-b2e3-45c95be912b5,v_5qFi-vAUSDd1fLNL7pvA,X0_GvGrZGkSP9Ub81CHgqQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1855, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3478, + "FriendlyName": "Jacket Dress (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "6fccd476-c621-4f3f-b2e3-45c95be912b5,y5O8zRJy4kuhnXzATSWKew,X0_GvGrZGkSP9Ub81CHgqQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1856, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 338, + "FriendlyName": "Cowboy Hat (Brown)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ad0bdec5-f767-42e7-99e0-221473464a85,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 6000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 22, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5400, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 363, + "FriendlyName": "Viking Helmet", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "c87239ca-a255-4b13-bbc5-1b38236fb4cc,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 8500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 47, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 7650, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 432, + "FriendlyName": "Cowboy Vest (Brown)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ba84b23e-01ee-4668-a7ef-2e3e0eca2f23,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 7000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 89, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 6300, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 522, + "FriendlyName": "Cowboy Gloves (Brown)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9eb7f505-5afd-4b28-9886-7996d38c59c6,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 154, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2840, + "FriendlyName": "Squid Hat", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "899f1d17-eee1-4b7d-a112-fbbba597e738,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1370, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3379, + "FriendlyName": "Party Hat (Celebration)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "8df990d9-141a-4757-b4f2-138d5e68ab74,RROvzwtshUGyRudVIBn8bw,MrrsmY0J0EKduH-f5wUj6g,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1863, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3625, + "FriendlyName": "Business Tie (Red Sequins)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "05ec4e87-088f-4281-a118-2e63c2585200,Wm30oV5BtEuFQZFk3dPK_w,tfiSfpRez0y_R4QjAhO0bQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1861, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3626, + "FriendlyName": "Bow Tie (Red Sequins)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "6dd261d8-9806-4dac-81c4-a58f6d6a7f9a,Wm30oV5BtEuFQZFk3dPK_w,0R3Mh96tS0631EZYs03dmw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1862, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3255, + "FriendlyName": "Hero Guy Armor", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ffad1160-8383-4b4a-a5b9-223476b49b92,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 7500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1758, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 6750, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3256, + "FriendlyName": "Hero Gal Armor", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1988692c-aae3-450b-acd6-e9015b831f5c,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 7500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1757, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 6750, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3257, + "FriendlyName": "Hero Bracer ", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "fa0e701c-5e80-46f4-8817-6e2dbf904734,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1756, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3258, + "FriendlyName": "Hero Crown", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b4e48239-a3b0-49ed-b78a-86f4e3aaca1e,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1755, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2250, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3386, + "FriendlyName": "Martial Arts Gi (Strength) ", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "25769d1f-4ecb-4d92-b692-322b38c013b5,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1871, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3387, + "FriendlyName": "Martial Arts Gi (Speed)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "e29d044e-79fb-4280-bca9-aa1e1257e968,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1872, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3636, + "FriendlyName": "Martial Arts Gi (Cunning) ", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "6423f23e-dde3-4428-96f5-6091027c92cb,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1873, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3216, + "FriendlyName": "Fox Ears", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "31bb82db-cd30-4988-a8bf-3ce55a12a4c9,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": true, + "Rarity": 50, + "Context": 21, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1874, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2250, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3623, + "FriendlyName": "Rec Room Hoodie (Yellow)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b6rLwzD4NkKV7xKn9ZYVkA,LuYelZY8NkqmOp1pnxPXBg,oHKhT-GTx0iFWrrlz9s6Tw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1875, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3003, + "FriendlyName": "Disco Ball Hat", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "a5b747b8-c1a5-4bce-999f-e13dbe77bde6,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 9000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1527, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 8100, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3669, + "FriendlyName": "Star Captain Hat ", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "34f45c5b-fea7-40b4-add7-bc7a37000ab5,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1876, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3465, + "FriendlyName": "Bandana (Dots, Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,40ldoL7MAUKnb5JA68CMBA,b292eb4b-07e3-4a48-99b5-3c6587a1e02e,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1878, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3468, + "FriendlyName": "Bandana (Flowers, Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,40ldoL7MAUKnb5JA68CMBA,27a5df72-4095-4837-bf24-cdd3d95a43e9,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1877, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3471, + "FriendlyName": "Bandana (Plaid, Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,40ldoL7MAUKnb5JA68CMBA,cf119781-5bd9-4b85-9a0b-12e82e988c23,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1879, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2862, + "FriendlyName": "Stunt Singlet (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "17236d76-e3b6-42f6-9179-6fcf0479436f,i1XbjBqTu0CILIuJClWimA,B-sIpWNOfEigMeQF-WVR1g,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1383, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2865, + "FriendlyName": "Stunt Singlet (Yellow)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "17236d76-e3b6-42f6-9179-6fcf0479436f,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1382, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3674, + "FriendlyName": "Snowy Owl Cape", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9441142e-981c-4f35-8f9d-b4b3604da9a4,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 7500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1881, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 6750, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3675, + "FriendlyName": "Snowy Owl Mask", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "771863b6-70d1-4f48-9c64-c621ce0fea46,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1880, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3640, + "FriendlyName": "Cheerleader Skirt (Victory)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "657efe89-620a-46a2-8b58-cafd855c7cd5,eWf2c62cqEOkRukLzhl_wQ,KFq8d1VsO0KDqBWUj4qRFg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1882, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3659, + "FriendlyName": "Cheerleader Sweater (Victory)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9073d6a0-3bc1-4c82-aeb3-d4ee195538b4,6secgNPvmUyFnI3NC5dIYw,5V_1JEDrRUa1UPKhtrSB2w,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1883, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 375, + "FriendlyName": "Square Glasses (Purple)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f527ffaf-da03-4519-82ed-46a9cb981dc3,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 54, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4950, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2061, + "FriendlyName": "Square Glasses (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f527ffaf-da03-4519-82ed-46a9cb981dc3,a1c51d1e-1d5f-4f8a-bc0f-6a20eddfe58a,e0186718-4a18-434b-b96e-0c9c912f0d1f,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 618, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4950, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2062, + "FriendlyName": "Square Glasses (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f527ffaf-da03-4519-82ed-46a9cb981dc3,c5884778-a87f-4612-9717-86fbb65d440f,e0186718-4a18-434b-b96e-0c9c912f0d1f,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 619, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4950, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3670, + "FriendlyName": "Hoodie Jacket", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "85e03c16-4288-45f4-a579-c911437d27d4,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1884, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 330, + "FriendlyName": "Astronaut Helmet (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f218e2de-46fd-45b9-9e0e-670b6bb905e7,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 10000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 14, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 9000, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3087, + "FriendlyName": "Bog Monster Suit", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "dedd2e98-2721-4de6-92f2-9d399f34e8fe,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 51, + "ItemSetFriendlyName": "Bog Monster" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 3000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2247, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2700, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3088, + "FriendlyName": "Bog Monster Wrist", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "4e42e02e-33fd-4ff9-b74e-9bde26253c35,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 51, + "ItemSetFriendlyName": "Bog Monster" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2248, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3089, + "FriendlyName": "Bog Monster Hood", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "20b424a9-861a-4d39-a583-22d7b7348c14,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 51, + "ItemSetFriendlyName": "Bog Monster" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 9000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2249, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 8100, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3671, + "FriendlyName": "Championship Wrestling Belt", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9231a9c6-7638-4fe9-bd2f-eac6c943009b,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": true, + "Rarity": 50, + "Context": 21, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1892, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2250, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3295, + "FriendlyName": "Silly Shorts (Lonely Island)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ae180fb1-3e74-4232-9a9d-388fd488eba1,zJMD-_HR80WCAUqYGe7_NA,rAzhaLh1nEWMd9v1D-HWcQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1890, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3299, + "FriendlyName": "Silly Shorts (Donut Dreams)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ae180fb1-3e74-4232-9a9d-388fd488eba1,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-07-04T21:00:00Z", + "SaleEndDate": "2021-07-05T21:00:00Z" + } + } + ], + "PurchasableItemId": 1891, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3620, + "FriendlyName": "Luchador Cape (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "67117b3d-0669-4cf3-8a4f-066cabd4d8b1,xNjX_6-aREm0cYZObVLiAg,OE-PtL0-0kWcJPwn1wvuVg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1893, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3621, + "FriendlyName": "Luchador Cape (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "67117b3d-0669-4cf3-8a4f-066cabd4d8b1,Kcyp8sv0202Puym1Wf86xg,OE-PtL0-0kWcJPwn1wvuVg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1894, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2444, + "FriendlyName": "Astronaut Helmet (Orange)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f218e2de-46fd-45b9-9e0e-670b6bb905e7,JFalLDUvm0aMm3wh1UVfVg,iQjkS1xYP0S63ltvKpkz5g,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 10000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 911, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 9000, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2457, + "FriendlyName": "Astronaut Suit (Orange)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ec5255d5-edaf-4888-9fe1-e89ac0e0d300,9GhnX4Pj4E-wxbPlD8GB-g,YSrGwXybGEqaqHNCS64qOA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 8500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 912, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 7650, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2460, + "FriendlyName": "Astronaut Gloves (Orange)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "88739d79-aeb9-471a-b25b-776f46bba9f6,y_gTbnuYS0GKJmnCs2retw,hjk9OO8CW0KNGR7A6_p84A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 910, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3678, + "FriendlyName": "Assorted Chocolates", + "Tooltip": "Assorted chocolates to share with friends!", + "ConsumableItemDesc": "K9RbXo-4U0q6NbGu8VL1Sw", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 52, + "ItemSetFriendlyName": "Snickety Snacks" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1896, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3672, + "FriendlyName": "Animal Sweater (Ferret) ", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "20eb23e8-ab3b-44fc-8038-3714946c1a09,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1899, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2564, + "FriendlyName": "Beekeeper Suit (Teal)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1ebbfdfc-f72b-4d70-99d4-4d527f896aa7,oZ8k0Qv3SkG-DkY0_dP7UA,afd88a79-7f03-40f6-bcb4-c247dd86edc4,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 3000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1036, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2700, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2598, + "FriendlyName": "Beekeeper Veil (Teal)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "96bc2f9f-ce3a-4c4c-b92c-cfed4ed4594f,oZ8k0Qv3SkG-DkY0_dP7UA,e4b53a9a-ac95-49ae-bf68-615bb23fa075,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1040, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2601, + "FriendlyName": "Beekeeper Gloves (Teal)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "4025e4c4-abaa-4729-a2a3-a7175313e5ed,oZ8k0Qv3SkG-DkY0_dP7UA,1f18670d-df52-4d2b-8009-a32cf7c67b40,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1037, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3695, + "FriendlyName": "Barbarian Tunic", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "e48955ae-50e0-4f55-93a1-611150142331,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2500, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-09-19T21:00:00Z", + "SaleEndDate": "2021-09-20T21:00:00Z" + } + } + ], + "PurchasableItemId": 1906, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2250, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3696, + "FriendlyName": "Barbarian Helm ", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "07023692-97e1-4a65-a881-64ca6b4ae08e,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 3500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1905, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 3150, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3627, + "FriendlyName": "Winter Cloak (Hearthstone)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b9d08f9a-b23d-4d7e-978b-a0cd8adbfe9c,pXrZhtzjV02_qvIQoWEFWA,Hj8WnsdidE6rJeNyOmWUfg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1907, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1674, + "FriendlyName": "Mirrored Glasses (Silver)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7db6b49f-3e2a-4da8-bdfa-e9ad9ebc5ba6,f841cdfa-45ba-4f09-a117-503eef34cb4b,9c55b609-b7dc-4070-a3ad-6351a0054a06,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 3500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 274, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 3150, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2155, + "FriendlyName": "Mirrored Glasses (Gold)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7db6b49f-3e2a-4da8-bdfa-e9ad9ebc5ba6,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 3500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 711, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 3150, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3694, + "FriendlyName": "Puffer Vest ", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "be75b46c-ce22-4758-8810-c409c5aa1c50,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1908, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3697, + "FriendlyName": "Dragon Wings ", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "84efabec-fe50-4c92-845f-b99b1d84ca82,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": true, + "Rarity": 50, + "Context": 21, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-04-01T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 5500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1909, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4950, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3617, + "FriendlyName": "Aviator Hat (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7a7d8a06-7982-4bcb-b7bd-4d03b48889b4,FjnZ-D1hcESLOWL4Ukv7kw,ff5ae41e-e446-4a96-8c11-49d85556fa81,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1911, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3622, + "FriendlyName": "Aviator Coat (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "42aa7888-f0b9-4584-9cc1-966585c6b36e,2APfqVnnQUaDYKi-fQg8jg,9009bcdf-b6f7-4dae-b2ec-895511d118ff,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1913, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3624, + "FriendlyName": "Aviator Gloves (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "125a3a62-1005-47dc-9fd8-ee09ea803e9f,7nRz9Jmnn066_PzngkhfFA,5659ce2c-9cb0-49da-8c39-4b7df0f8deec,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1912, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3643, + "FriendlyName": "Aviator Goggles (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "47629ed1-5378-427c-ad61-4b44d2fe90cc,qJGX62O_HUiZWN61NAc1Lg,556f876a-70da-4104-b792-fca8ad67be0c,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1910, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3082, + "FriendlyName": "KO Icon - Tire Track", + "Tooltip": "When you KO someone this will appear over their head.", + "ConsumableItemDesc": "J1WqFNUWo0OBi4LGKPDHWw", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1601, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2443, + "FriendlyName": "Steampunk Topper", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "gwLiwmqBIk6glFxvaTzxeA,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 8000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 919, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 7200, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2401, + "FriendlyName": "Steampunk Hat", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "JWanxvOHyESg9F_HlmTOfA,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 8000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 918, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 7200, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3644, + "FriendlyName": "Graphic Cap (Buckaneer)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "14ef6b00-debf-4a85-9755-b4d37df496d3,5iCrYb8MBkqN6IBEe3IipQ,SroEVC6vBkG42ILwCtKB9w,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-01T20:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1914, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3353, + "FriendlyName": "Turtleneck (Purple)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7e22a4bd-3e87-4d50-8843-9e2e3cf45285,5mcp7-2ZEE6n3-zN3_CoWw,rzoH8P44a0esN-HnYd3aQg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-01T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1916, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3664, + "FriendlyName": "Turtleneck (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7e22a4bd-3e87-4d50-8843-9e2e3cf45285,IXWd396grEOWHt32L7fCpQ,rzoH8P44a0esN-HnYd3aQg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-01T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1917, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2631, + "FriendlyName": "Ski Buddy Ear Muffs (Summit)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "6QT99hx6DE6t9cKAs61i3w,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1154, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3021, + "FriendlyName": "Ski Buddy Ear Muffs (Chill)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "6QT99hx6DE6t9cKAs61i3w,KwCEye0nsESFs-yj4h9sjQ,c_t9XDbn-Eqml1O-wC5zJQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1528, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3642, + "FriendlyName": "Long Coat (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "745c5110-104e-4b37-aabf-7c690fd54811,w_aK2K9bHEeU6oSQ7BK0qg,3ba69a39-a4e7-4505-bae7-8db31360ec1c,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-01T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-03-19T21:00:00Z", + "SaleEndDate": "2021-03-22T21:00:00Z" + } + } + ], + "PurchasableItemId": 1920, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3613, + "FriendlyName": "Beret (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ef84cb35-5e25-4aa6-82c9-17f01a5040c7,TKbjEeTWfUyA1u4laoULMg,FWL8ZeMe9EerdB0_Fya3AA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-01T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-03-19T21:00:00Z", + "SaleEndDate": "2021-03-22T21:00:00Z" + } + } + ], + "PurchasableItemId": 1919, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3714, + "FriendlyName": "Birthstone Earrings (January Garnet)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "308171c3-cfd1-4ff2-8593-856e8de7071a,FgLAEMh1e0GyHO8J8_xj5Q,iM-04HpG6k2N8n-P3XS22w,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-01T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1921, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3715, + "FriendlyName": "Birthstone Earrings (February Amethyst)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "308171c3-cfd1-4ff2-8593-856e8de7071a,C9CZUwEZeUiuOue4CK4luA,gUxl7WNXlUqFYHZ9eGq1cg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-01T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1922, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3705, + "FriendlyName": "Birthstone Earrings (March Aquamarine)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "308171c3-cfd1-4ff2-8593-856e8de7071a,mM7I9kDTx0ut243UkWKXvw,YKaJjmMHo02FWwem8nw1yw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-01T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1925, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3706, + "FriendlyName": "Birthstone Earrings (April Diamond)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "308171c3-cfd1-4ff2-8593-856e8de7071a,46f7Ewe99E6tF2qFaMtQ0g,8IK1U23XlUOV-2ibVznkDQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-01T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1924, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3661, + "FriendlyName": "Poindexter Shirt (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "pQqNvrhDJ0uuipKHA2qUOA,lq59KZwElEStrviDEQLLcA,olyS074RHU-ojE0GzBBYJw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-01T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-03-26T21:00:00Z", + "SaleEndDate": "2021-03-29T21:00:00Z" + } + } + ], + "PurchasableItemId": 1926, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3738, + "FriendlyName": "Cat Hat (Calico)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "2c7f90ab-53f7-4579-bf5b-a1c0a6d49e37,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-01T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2053, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3750, + "FriendlyName": "Basketball Jersey (Yellow)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "348ac48b-986e-4d42-a0f7-1aea16b88271,RU-B71GUF0WPduoSOI1XMg,54a5c055-f757-4c00-a1e1-8b0b6552c608,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-04-04T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-04-02T21:00:00Z", + "SaleEndDate": "2021-04-05T21:00:00Z" + } + } + ], + "PurchasableItemId": 2054, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3751, + "FriendlyName": "Basketball Jersey (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "348ac48b-986e-4d42-a0f7-1aea16b88271,se0-2ylLD0u6sqCVPkeP6A,54a5c055-f757-4c00-a1e1-8b0b6552c608,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-04-04T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-04-02T21:00:00Z", + "SaleEndDate": "2021-04-05T21:00:00Z" + } + } + ], + "PurchasableItemId": 2055, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3752, + "FriendlyName": "Basketball Jersey (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "348ac48b-986e-4d42-a0f7-1aea16b88271,ojTIShRZHEOV1qQRfhwvTA,54a5c055-f757-4c00-a1e1-8b0b6552c608,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-04-04T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-04-02T21:00:00Z", + "SaleEndDate": "2021-04-05T21:00:00Z" + } + } + ], + "PurchasableItemId": 2056, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3743, + "FriendlyName": "Robot Gauntlets", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d33c2f3a-6831-4deb-82b2-062d1c4224e4,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": true, + "Rarity": 50, + "Context": 21, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-05T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2059, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2250, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3673, + "FriendlyName": "Animal Sweater (Axolotl)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "20eb23e8-ab3b-44fc-8038-3714946c1a09,azbt5pgvrUS4LQwhndFeJg,cHZ4lDnSoUypIXCiRRowzg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-05T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2058, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3382, + "FriendlyName": "Nineties Outfit (Aiight)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ca218759-7eed-440e-b5dc-dba15f81e598,ulOBBvFEJ0ioFA1qmL390A,u9yHtj_tfkuowGp0h_YpFg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-05T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-04-09T21:00:00Z", + "SaleEndDate": "2021-04-12T21:00:00Z" + } + } + ], + "PurchasableItemId": 2061, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3381, + "FriendlyName": "Nineties Outfit (Booyah)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ca218759-7eed-440e-b5dc-dba15f81e598,V4CVhCB8eU-nrfYgticVOA,u9yHtj_tfkuowGp0h_YpFg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-05T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-04-09T21:00:00Z", + "SaleEndDate": "2021-04-12T21:00:00Z" + } + } + ], + "PurchasableItemId": 2060, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3757, + "FriendlyName": "Maker Pen Skin (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[MakerPen]", + "EquipmentModificationGuid": "VYF9NGZBgU6TOo9ayjgBEQ", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-14T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2062, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3759, + "FriendlyName": "Maker Pen Skin (Purple)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[MakerPen]", + "EquipmentModificationGuid": "iRtlLKI-X0S9oYUWLenAKQ", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-14T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2063, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3760, + "FriendlyName": "Maker Pen Skin (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[MakerPen]", + "EquipmentModificationGuid": "tvjYGeRdwEqnr9mf84WgcQ", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": "2021-05-14T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2064, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3761, + "FriendlyName": "Maker Pen Skin (Yellow)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[MakerPen]", + "EquipmentModificationGuid": "Q7Tr_0DXAkOdr61UXiocow", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-14T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2065, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3720, + "FriendlyName": "Treasure Hunter Shirt (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "QK6lBlX_wUCiSbJ9RkIwdA,H0sqS2_VPEieVrHSyMNo7g,9HVoTIf90Ea8_czICVg9AA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-14T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-04-16T21:00:00Z", + "SaleEndDate": "2021-04-19T21:00:00Z" + } + } + ], + "PurchasableItemId": 2068, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3726, + "FriendlyName": "Treasure Hunter Hat (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "-SQLtL4rdEWTJdw2IroQCQ,CoSVCyrI-0qg-EkqB2R0hg,JO9lJOQSREWbPyDBZH_cyg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-14T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-04-16T21:00:00Z", + "SaleEndDate": "2021-04-19T21:00:00Z" + } + } + ], + "PurchasableItemId": 2066, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3727, + "FriendlyName": "Treasure Hunter Bandolier (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "t_66r_j5oUSh9awIPmdUKg,YTlnBuEjhUG1hSfAs8qwuw,IcR9Z_MxKkS9uh4uFYuFzQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-14T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-04-16T21:00:00Z", + "SaleEndDate": "2021-04-19T21:00:00Z" + } + } + ], + "PurchasableItemId": 2067, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3728, + "FriendlyName": "Treasure Hunter Belt (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ImwG0snB9ECc_gqRRBoz6A,lAjUeUtTLU2-3bG2OXBukg,LFB_YqTym0-tQmUIj-YcYA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-14T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-04-16T21:00:00Z", + "SaleEndDate": "2021-04-19T21:00:00Z" + } + } + ], + "PurchasableItemId": 2069, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3784, + "FriendlyName": "Chicken Hat", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "fc6a560a-5ff1-46f6-a593-320c50ee397e,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-21T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2073, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3729, + "FriendlyName": "Graphic Cap (Minitron)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "14ef6b00-debf-4a85-9755-b4d37df496d3,Vk1n941ZgkKrhrL9mh18oA,lxmw7EbzsUuoy0roRy5McQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-21T20:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1915, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3702, + "FriendlyName": "Resistance Trench Coat", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "c4622dca-80dc-423b-ae22-2065174e817b,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-28T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2075, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3703, + "FriendlyName": "Resistance Shades", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d4f86b2b-0fa3-4264-9eac-cf15b62463bd,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-09-26T21:00:00Z", + "SaleEndDate": "2021-09-27T21:00:00Z" + } + } + ], + "PurchasableItemId": 2074, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3746, + "FriendlyName": "Flannel (Black)\t", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "8b065e2a-b106-4f11-b415-4c47ce87993e,eOJkmpSL4EypK-AQz7j8gQ,uZjxYOMa10GzJ9wQkRge2w,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-30T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-04-30T21:00:00Z", + "SaleEndDate": "2021-05-03T21:00:00Z" + } + } + ], + "PurchasableItemId": 2076, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3780, + "FriendlyName": "Overcoat (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "35d67043-ca27-4b8a-a893-2d42674e6e68,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-06-05T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2081, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3676, + "FriendlyName": "Shield Skin (Electric Bloom)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[QuestShield]", + "EquipmentModificationGuid": "L9usPszLFkiA6xs32es2Lw", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": true, + "Rarity": 50, + "Context": 21, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": "2021-06-02T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 2000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2082, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1800, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3648, + "FriendlyName": "Cloche (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "a16d59da-caa5-4388-af67-315bfcb16f64,w9I-I0GWRE-3RgOUMMlHjg,WWmx0nBo3k2nXUPPRJVJLQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-12T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-05-07T21:00:00Z", + "SaleEndDate": "2021-05-10T21:00:00Z" + } + } + ], + "PurchasableItemId": 2077, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3649, + "FriendlyName": "Cloche (Tan)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "a16d59da-caa5-4388-af67-315bfcb16f64,bmi_S166JEGWhf_7woVL0A,WWmx0nBo3k2nXUPPRJVJLQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-12T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-05-07T21:00:00Z", + "SaleEndDate": "2021-05-10T21:00:00Z" + } + } + ], + "PurchasableItemId": 2080, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3650, + "FriendlyName": "Cloche (Teal)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "a16d59da-caa5-4388-af67-315bfcb16f64,dSEiNUAZnUmErO5Vfv51zg,WWmx0nBo3k2nXUPPRJVJLQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-12T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-05-07T21:00:00Z", + "SaleEndDate": "2021-05-10T21:00:00Z" + } + } + ], + "PurchasableItemId": 2078, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3651, + "FriendlyName": "Cloche (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "a16d59da-caa5-4388-af67-315bfcb16f64,jTG-jnKn0k-Etg_-4Gb9gw,WWmx0nBo3k2nXUPPRJVJLQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-12T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-05-07T21:00:00Z", + "SaleEndDate": "2021-05-10T21:00:00Z" + } + } + ], + "PurchasableItemId": 2079, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3794, + "FriendlyName": "Gunslinger Poncho", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "62a28dea-adcc-40b3-9045-917ae4f38c63,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-06-12T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 8000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2085, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 7200, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3795, + "FriendlyName": "Gunslinger Hat", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "a471995f-1fe7-4b77-a05f-8eea4e0970ab,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-06-12T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 6500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2084, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5850, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3796, + "FriendlyName": "Gunslinger Vest", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b0c8d3fe-d3de-4883-b63f-8cc8890537cb,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-06-12T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 7500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2086, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 6750, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2392, + "FriendlyName": "D10 Skin (Pewter)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "[Sandbox_D10]", + "EquipmentModificationGuid": "I161QAym2kqPi5wXIHCt8A", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": -1, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2020-02-12T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1064, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3716, + "FriendlyName": "I Heart Rec Room Shirt (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "97253092-90ba-4ff2-b137-6324ab244d11,HQOKcDCvVUCItkAKo2ygGg,RmjxL1O9bEGOuYxY9kzHEA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-06-12T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-05-14T21:00:00Z", + "SaleEndDate": "2021-05-17T21:00:00Z" + } + } + ], + "PurchasableItemId": 2087, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3798, + "FriendlyName": "Tray of Lattes", + "Tooltip": "Four hot lattes to share with friends.", + "ConsumableItemDesc": "P15H1ONBhk-5DYYjid1ttg", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-06-19T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 95, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2089, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 85, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3756, + "FriendlyName": "Top Hat (Patchwork)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "102c625b-b988-4bf8-a2aa-a31ad7029cdc,xeK_acj2hE-sYGhsMRwjhw,HwhHShudGkGjXagJxCN2uA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-06-19T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 6500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2088, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5850, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3609, + "FriendlyName": "Cheerful Dress (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b02053b3-013f-42b0-8881-85f5be2b8cda,05K7dmjigkCByO2ufw9jtw,93987d32-7a6e-45df-af56-76f912969ce7,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-26T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-05-21T21:00:00Z", + "SaleEndDate": "2021-05-22T21:00:00Z" + } + } + ], + "PurchasableItemId": 2090, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3610, + "FriendlyName": "Cheerful Dress (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b02053b3-013f-42b0-8881-85f5be2b8cda,yOw1WqEN0EWqR9t53EsQpw,93987d32-7a6e-45df-af56-76f912969ce7,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-26T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-05-21T21:00:00Z", + "SaleEndDate": "2021-05-22T21:00:00Z" + } + } + ], + "PurchasableItemId": 2091, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3611, + "FriendlyName": "Cheerful Dress (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b02053b3-013f-42b0-8881-85f5be2b8cda,qoVZuGa5NkOmyfikHjDhXw,93987d32-7a6e-45df-af56-76f912969ce7,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-05-26T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-05-21T21:00:00Z", + "SaleEndDate": "2021-05-22T21:00:00Z" + } + } + ], + "PurchasableItemId": 2092, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3828, + "FriendlyName": "Red Panda Hat", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f61eb9cc-c0d3-4b45-a7b7-b6c69e5e6db4,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2093, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3662, + "FriendlyName": "Tracksuit (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d766c8d3-76e8-4021-b0a4-24b78fb7eaba,uUOO-k5KS0mU7B5BLaOpnA,adae82eb-a4b9-4541-acf2-76cea839a593,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-05-28T21:00:00Z", + "SaleEndDate": "2021-05-29T21:00:00Z" + } + } + ], + "PurchasableItemId": 2094, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3663, + "FriendlyName": "Tracksuit (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d766c8d3-76e8-4021-b0a4-24b78fb7eaba,Ijf-j7EgEkGYOKo9SQNLRw,adae82eb-a4b9-4541-acf2-76cea839a593,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-05-28T21:00:00Z", + "SaleEndDate": "2021-05-29T21:00:00Z" + } + } + ], + "PurchasableItemId": 2095, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3803, + "FriendlyName": "Winged Headphones", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "cbf478e1-a9d7-4b3f-9f52-c59271a924f6,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": true, + "Rarity": 50, + "Context": 21, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-07-07T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2099, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3718, + "FriendlyName": "Raincoat (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9e6397dd-b7b0-4d32-8c86-1910106a8478,q_HcScqHgEG-x70g1wtfLA,T7zwcIIc8Ee3ud8a2JCuwQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-06-09T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-06-04T21:00:00Z", + "SaleEndDate": "2021-06-05T21:00:00Z" + } + } + ], + "PurchasableItemId": 2098, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3719, + "FriendlyName": "Raincoat (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9e6397dd-b7b0-4d32-8c86-1910106a8478,M-N9vQt0CEefqgmeLp3l4g,T7zwcIIc8Ee3ud8a2JCuwQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-06-09T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-06-04T21:00:00Z", + "SaleEndDate": "2021-06-05T21:00:00Z" + } + } + ], + "PurchasableItemId": 2097, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3833, + "FriendlyName": "Wedding Dress", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "74aae830-a46e-4ea7-83dd-1fc7c3a50b1f,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-07-09T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2103, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3368, + "FriendlyName": "Conductor Jacket (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "e60fccda-8711-463d-b8a3-7cd5e76903b2,Chiz8maLoEGDpZOJZEtdQg,cQUquXMk5EGt0VUCuPKBgg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-06-16T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-06-11T21:00:00Z", + "SaleEndDate": "2021-06-12T21:00:00Z" + } + } + ], + "PurchasableItemId": 2104, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3367, + "FriendlyName": "Conductor Hat (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "07205057-0804-41de-abe4-bd4027fee1df,jwXdjDbEmkOFyKZHT_RYOw,YJGsYfwkik2lp7qWqXyXTw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-06-16T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-06-11T21:00:00Z", + "SaleEndDate": "2021-06-12T21:00:00Z" + } + } + ], + "PurchasableItemId": 2101, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3369, + "FriendlyName": "Conductor Cuffs (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "8fc7aaef-adec-4534-8f91-445e4e7095d5,5Dbc8qCaY0OXEuwykM4naA,awWjleyNP0akWNYJoehCLA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-06-16T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-06-11T21:00:00Z", + "SaleEndDate": "2021-06-12T21:00:00Z" + } + } + ], + "PurchasableItemId": 2102, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3835, + "FriendlyName": "Animal Sweater (Toucan)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "20eb23e8-ab3b-44fc-8038-3714946c1a09,yXVeN9SzQUKE_6u_2KPzgw,sWgRczvpUU6ZHeoMrMD_yw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-07-16T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2108, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3652, + "FriendlyName": "Flat Cap (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5e3929d3-d291-4e91-a0ba-2ef203e407d3,9aYT6E9sd0OSavlmkhtkGw,73fc2e2a-a036-410b-bafa-3a07658245b5,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-06-25T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-06-18T21:00:00Z", + "SaleEndDate": "2021-06-19T21:00:00Z" + } + } + ], + "PurchasableItemId": 2105, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3653, + "FriendlyName": "Flat Cap (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5e3929d3-d291-4e91-a0ba-2ef203e407d3,H-ypJNyVSka9as7rDFRZ_A,73fc2e2a-a036-410b-bafa-3a07658245b5,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-06-25T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-06-18T21:00:00Z", + "SaleEndDate": "2021-06-19T21:00:00Z" + } + } + ], + "PurchasableItemId": 2106, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3654, + "FriendlyName": "Flat Cap (Tan)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5e3929d3-d291-4e91-a0ba-2ef203e407d3,-7uPJmO-wUu3cUhqo0caPg,73fc2e2a-a036-410b-bafa-3a07658245b5,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-06-25T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-06-18T21:00:00Z", + "SaleEndDate": "2021-06-19T21:00:00Z" + } + } + ], + "PurchasableItemId": 2107, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3842, + "FriendlyName": "Apocalypse Helmet", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "17f275d7-c5b1-4a0c-857f-8fb7a5d7c57a,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-07-23T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 2000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2112, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1800, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3844, + "FriendlyName": "Apocalypse Scarf", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "3e307eca-0850-4d85-8cc1-f5c176bfa7e9,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-07-23T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2113, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3847, + "FriendlyName": "Apocalypse Gloves", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1fed823a-22bb-4225-bdc4-491da6eba875,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-07-23T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2114, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3848, + "FriendlyName": "Apocalypse Jacket", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "23944856-b567-4075-815f-261cb4655cff,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-07-23T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 3000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2115, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2700, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3279, + "FriendlyName": "Sundress (Meadow)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "adf2aa89-61c4-4b7a-9307-e39e72db23d3,sz-J7RjesE-ke3bKwumzZQ,mkNzDvyGfEijbdzAxKYrPQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-06-30T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-06-25T21:00:00Z", + "SaleEndDate": "2021-06-26T21:00:00Z" + } + } + ], + "PurchasableItemId": 2109, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3280, + "FriendlyName": "Sundress (Estate)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "adf2aa89-61c4-4b7a-9307-e39e72db23d3,6PyJEQxyd0K9TPRnvt_86Q,mkNzDvyGfEijbdzAxKYrPQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-06-30T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-06-25T21:00:00Z", + "SaleEndDate": "2021-06-26T21:00:00Z" + } + } + ], + "PurchasableItemId": 2110, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3300, + "FriendlyName": "Sundress (Vineyard)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "adf2aa89-61c4-4b7a-9307-e39e72db23d3,QlZt51mdn0WuiqKoJaIRyA,mkNzDvyGfEijbdzAxKYrPQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-06-30T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-06-25T21:00:00Z", + "SaleEndDate": "2021-06-26T21:00:00Z" + } + } + ], + "PurchasableItemId": 2111, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3797, + "FriendlyName": "Backsword (Leathered Iron)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "23b97189-b49f-477b-8a22-0903b3d236f4,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2116, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3804, + "FriendlyName": "Grillmaster Apron (Charcoal)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "tTKv7eRODka2KC_hsY2O3Q,vek37vRROUKnSJKVP0CH6w,t-ZEWJCgFEyGP2PjNblQMA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-07-09T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-07-02T21:00:00Z", + "SaleEndDate": "2021-07-03T21:00:00Z" + } + } + ], + "PurchasableItemId": 2117, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3818, + "FriendlyName": "Grillmaster Mitt (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "q7pSsRMNHkqEJmYHuhhG6g,x3Q0vVeG_E6juqGM1o0SOQ,ojCeJ1VwtUelyVqFnUwK5A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-07-09T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-07-02T21:00:00Z", + "SaleEndDate": "2021-07-03T21:00:00Z" + } + } + ], + "PurchasableItemId": 2118, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3764, + "FriendlyName": "Luchador Singlet (Pouncing Tiger)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "9c34c2c1-07d7-4180-94a2-be8c9caaae84,TLrw3oncCE2MeuVifXSWTg,-_ViYCHHRUip7oN_AnH0Og,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-07-14T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2121, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3765, + "FriendlyName": "Luchador Cape (Pouncing Tiger)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "67117b3d-0669-4cf3-8a4f-066cabd4d8b1,_VfdBTi7PU276qzsYKayow,qSsEcadcm0-twR1TvVcgYQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-07-14T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2122, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3766, + "FriendlyName": "Luchador Mask (Pouncing Tiger)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1596c113-aa3a-4f5c-b398-e5c3575548e7,RA7cizxxYE6J8yV_0XwPxA,VSLcLM0TJU2kJU5gS4KZGw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-07-14T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2123, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3846, + "FriendlyName": "Monkey Backpack", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5f6a7dee-0b44-4138-b3a7-a079dbc63e83,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": true, + "Rarity": 50, + "Context": 21, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": "2021-08-07T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2124, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3723, + "FriendlyName": "Treasure Hunter Tank Top (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "TjrFi6TFhUC5tQXWkZiK9A,3qu7mxSNpkKRrYMhsWHVGg,K5NXVecrqk6Nb6SkBu08ww,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-07-14T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-07-09T21:00:00Z", + "SaleEndDate": "2021-07-10T21:00:00Z" + } + } + ], + "PurchasableItemId": 2070, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3724, + "FriendlyName": "Treasure Hunter Tank Top (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "TjrFi6TFhUC5tQXWkZiK9A,Ij8MXrl1Okip4M7y-gF23Q,K5NXVecrqk6Nb6SkBu08ww,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-07-14T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-07-09T21:00:00Z", + "SaleEndDate": "2021-07-10T21:00:00Z" + } + } + ], + "PurchasableItemId": 2119, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3725, + "FriendlyName": "Treasure Hunter Tank Top (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "TjrFi6TFhUC5tQXWkZiK9A,qEojxjSXm06CX52hRDJAew,K5NXVecrqk6Nb6SkBu08ww,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-07-14T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-07-09T21:00:00Z", + "SaleEndDate": "2021-07-10T21:00:00Z" + } + } + ], + "PurchasableItemId": 2120, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3837, + "FriendlyName": "Towel Cape", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "281937b2-f994-45e9-a6d3-03d097247ce6,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-07-21T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2125, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3861, + "FriendlyName": "Sarong Swimsuit", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "6ada01c9-3a82-4e21-be3f-70d6eeb24a8d,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-07-28T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2128, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3874, + "FriendlyName": "Lifeguard Whistle", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "affdc9ad-8312-4421-8f56-e35dfdaeb63a,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-07-28T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2129, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3179, + "FriendlyName": "Luau Dress (Poppy)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "7aa994d2-6499-4918-ab2a-2531c17e27a7,IzdUC8x0F02i3BhPfEUOYw,CAqT_iLfQ0qQ-GbIdAsZow,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-07-16T21:00:00Z", + "SaleEndDate": "2021-07-17T21:00:00Z" + } + } + ], + "PurchasableItemId": 1681, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3186, + "FriendlyName": "Luau Shirt (Poppy)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "vDSlMnayzEqWXwT-lkcKSA,adJVA26PyUSVvmZgxkCAmQ,0WOBGm34H0ySBC10VToa9g,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-07-16T21:00:00Z", + "SaleEndDate": "2021-07-17T21:00:00Z" + } + } + ], + "PurchasableItemId": 1698, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3192, + "FriendlyName": "Luau Hat (Poppy)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "0QOlT9c5xUuinpfZaoEe8Q,cSFt9MWLj06CDzIzATqrTg,znNiHfNdTE-szOIAnIWFQg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-07-16T21:00:00Z", + "SaleEndDate": "2021-07-17T21:00:00Z" + } + } + ], + "PurchasableItemId": 1692, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3208, + "FriendlyName": "Luau Headband (Poppy)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "3eb14fcf-5d20-47d3-b991-97808798a225,B9DJPqTeYUuPnPHRbKzEJA,5ekjxLQZwUm7-iXJ0bYSiQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-07-16T21:00:00Z", + "SaleEndDate": "2021-07-17T21:00:00Z" + } + } + ], + "PurchasableItemId": 1687, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3747, + "FriendlyName": "Traveler Shirt (Yellow)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "vDSlMnayzEqWXwT-lkcKSA,gwdtq3NiEEmMKYtn1VPoiw,M-mi8QUHwEeIewXE8uAlrQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-07-28T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 400, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-07-23T21:00:00Z", + "SaleEndDate": "2021-07-24T21:00:00Z" + } + } + ], + "PurchasableItemId": 2126, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 360, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3753, + "FriendlyName": "Traveler Hat (Yellow)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "0QOlT9c5xUuinpfZaoEe8Q,aiBfwCNwpUyJ0rYKCMa7qw,Cjy-bE0PikWLCRrL4U2NGQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-07-28T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-07-23T21:00:00Z", + "SaleEndDate": "2021-07-24T21:00:00Z" + } + } + ], + "PurchasableItemId": 2127, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3679, + "FriendlyName": "Football Helmet (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5a38f864-7d1c-4989-8558-40b9668f78ef,X24EvVokeUqyDNdqevV2EA,7660e11a-7ef0-43d3-bc02-76b3a4aab064,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-01-29T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1886, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3680, + "FriendlyName": "Football Helmet (Gray)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5a38f864-7d1c-4989-8558-40b9668f78ef,UfhOpLemQ0ypYh7CIC3W1Q,7660e11a-7ef0-43d3-bc02-76b3a4aab064,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-01-29T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1885, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3681, + "FriendlyName": "Football Shoulder Pads (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "34d45669-b319-4c7d-bd05-078961d70d0b,vMqhT19x302aYEo6E9HhOA,e17481fc-b2b6-47a5-91e5-7205f45a3247,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-01-29T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1888, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3682, + "FriendlyName": "Football Shoulder Pads (Gray)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "34d45669-b319-4c7d-bd05-078961d70d0b,kCqthBeVvUKZA9b76kxuVQ,e17481fc-b2b6-47a5-91e5-7205f45a3247,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-01-29T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1889, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3885, + "FriendlyName": "Prankster Jacket", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5b3cae00-88bd-4179-b75a-9444c5a52fa5,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-08-08T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2131, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3886, + "FriendlyName": "Prankster Hair ", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "76a73866-5b60-424d-b751-a105e030f46e,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-08-08T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2132, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3791, + "FriendlyName": "Royal Cape (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "a44766dc-19ad-4476-849c-5113a5faabd0,DZyW-gOG9U-QLGOMFBhOoA,HTU3Wp_ri0GNYGFSezFHSg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-08-08T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2130, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3655, + "FriendlyName": "Plastic Sunglasses (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "exQz9Zr3HEyOR9nDDrimlQ,z-yaXP9ImkysLOGuCQiblw,S21TW8NwMEWLV9zqHxWfFw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-08-15T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-08-06T21:00:00Z", + "SaleEndDate": "2021-08-07T21:00:00Z" + } + } + ], + "PurchasableItemId": 2133, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3656, + "FriendlyName": "Plastic Sunglasses (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "exQz9Zr3HEyOR9nDDrimlQ,SmRcrycMZ0qYNsHuQQOORA,S21TW8NwMEWLV9zqHxWfFw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-08-15T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-08-06T21:00:00Z", + "SaleEndDate": "2021-08-07T21:00:00Z" + } + } + ], + "PurchasableItemId": 2134, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3657, + "FriendlyName": "Plastic Sunglasses (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "exQz9Zr3HEyOR9nDDrimlQ,0svDrGn2NkmhUjC1VJUgRg,S21TW8NwMEWLV9zqHxWfFw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-08-15T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-08-06T21:00:00Z", + "SaleEndDate": "2021-08-07T21:00:00Z" + } + } + ], + "PurchasableItemId": 2135, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3658, + "FriendlyName": "Plastic Sunglasses (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "exQz9Zr3HEyOR9nDDrimlQ,Aq4fjEW5gEyzetXMoG2tdQ,S21TW8NwMEWLV9zqHxWfFw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-08-15T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 300, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-08-06T21:00:00Z", + "SaleEndDate": "2021-08-07T21:00:00Z" + } + } + ], + "PurchasableItemId": 2136, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 270, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2839, + "FriendlyName": "Shark Hat", + "Tooltip": "Doo doo doo doo doo doo", + "ConsumableItemDesc": "", + "AvatarItemDesc": "13e70c80-69a4-4ad5-90e5-4dd5e03da677,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1369, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3466, + "FriendlyName": "Bandana (Flowers, Purple)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,Z9H3wUn3_kS6pPehL74aHg,27a5df72-4095-4837-bf24-cdd3d95a43e9,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-08-22T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-08-13T21:00:00Z", + "SaleEndDate": "2021-08-14T21:00:00Z" + } + } + ], + "PurchasableItemId": 2141, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3467, + "FriendlyName": "Bandana (Flowers, Black)\t", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "5accb7dc-90a3-46ee-bad2-8fd1861d50f1,J1bmomo_3Ume0KR2Yh46Uw,27a5df72-4095-4837-bf24-cdd3d95a43e9,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-08-22T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-08-13T21:00:00Z", + "SaleEndDate": "2021-08-14T21:00:00Z" + } + } + ], + "PurchasableItemId": 2142, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3734, + "FriendlyName": "Robo Logo Cap (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ee9a7c8a-7383-4a09-b44c-474b66f9008a,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-08-22T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2143, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3735, + "FriendlyName": "Robo Logo Cap (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ee9a7c8a-7383-4a09-b44c-474b66f9008a,W-xMu8n2CUuHSXfHvEL4yw,-apO3Y7om0GKhC4V_hVYdQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-08-22T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2144, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3880, + "FriendlyName": "Sushi", + "Tooltip": "15 piece premium sushi set to share with friends", + "ConsumableItemDesc": "4My42w1D1Uu3-98pXB-x_Q", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": "2021-08-25T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2145, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3910, + "FriendlyName": "Wristbands (Plaid)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ecc1dbe6-ca06-4564-b2a6-30956194d1e9,j367nSYyg06rOMZ1GmfmFA,FS7kgc4DpkKuar24J9dW8g,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-08-25T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-08-20T21:00:00Z", + "SaleEndDate": "2021-08-21T21:00:00Z" + } + } + ], + "PurchasableItemId": 2146, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3911, + "FriendlyName": "Wristbands (Moons & Stars)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ecc1dbe6-ca06-4564-b2a6-30956194d1e9,2qYs9IkE90eppx1DggNlsA,6Y43EyTpiEejGp0ODWTSjA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-08-25T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-08-20T21:00:00Z", + "SaleEndDate": "2021-08-21T21:00:00Z" + } + } + ], + "PurchasableItemId": 2147, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3912, + "FriendlyName": "Wristbands (Polka Dot)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ecc1dbe6-ca06-4564-b2a6-30956194d1e9,JV60jZGerUWuzQ2rRnwquQ,gSb8iLTEZ0mi3g5-jZXifQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-08-25T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-08-20T21:00:00Z", + "SaleEndDate": "2021-08-21T21:00:00Z" + } + } + ], + "PurchasableItemId": 2148, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3891, + "FriendlyName": "Poodle Skirt", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "08046fdc-aafc-4b22-9917-3e7a9a7ffcd3,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-08-27T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2149, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3859, + "FriendlyName": "Graphic Cap (Holographic)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "14ef6b00-debf-4a85-9755-b4d37df496d3,mdSSJyipq0KvjDNQ2NyUaw,LQheTa-EvUaAonSyoWNmXg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": "2021-08-27T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 8000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2150, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 7200, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3920, + "FriendlyName": "Sunglasses (Orange)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "6427bd57-fcb2-420f-8b3e-d1da43470b84,0Ytm7G4_lkmZWPA_YfaIeQ,KfM7veOVlE-dNZmsbDNZBA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-09-01T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-08-27T21:00:00Z", + "SaleEndDate": "2021-08-29T21:00:00Z" + } + } + ], + "PurchasableItemId": 2151, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3921, + "FriendlyName": "Sunglasses (White)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "6427bd57-fcb2-420f-8b3e-d1da43470b84,dZM1bs6_MU2F6Vz1mH0QKg,KfM7veOVlE-dNZmsbDNZBA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-09-01T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-08-27T21:00:00Z", + "SaleEndDate": "2021-08-29T21:00:00Z" + } + } + ], + "PurchasableItemId": 2152, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3831, + "FriendlyName": "Elven Crown", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "8ff44820-2c4a-4a0b-b409-5b46b6c9e21c,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 3000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2154, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2700, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3832, + "FriendlyName": "Elven Cape", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "a37c3161-1476-44b0-a9d1-d6eb854db2d9,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 3500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2155, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 3150, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3836, + "FriendlyName": "Elven Armor", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "485bbda2-37e8-45a7-90db-7c35518dcdd0,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": true, + "Rarity": 50, + "Context": 21, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": "2021-09-03T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 2500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2156, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2250, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3838, + "FriendlyName": "Elven Bracer", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "74042b5f-f29e-4e72-b3b1-04e6abaed4a4,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2157, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3774, + "FriendlyName": "Leather Necklace (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "48fdfbc6-fca4-424c-aa57-3fcea41e23dc,SDbpnjVYmEGQneK5fhZ0Cw,FwjsTo0nb0uNU6l8XvllNA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-09-03T21:00:00Z", + "SaleEndDate": "2021-09-04T21:00:00Z" + } + } + ], + "PurchasableItemId": 2158, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3777, + "FriendlyName": "Leather Necklace (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "48fdfbc6-fca4-424c-aa57-3fcea41e23dc,uwoWPY4YjEmZSQcNCrx1Gg,FwjsTo0nb0uNU6l8XvllNA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-09-03T21:00:00Z", + "SaleEndDate": "2021-09-04T21:00:00Z" + } + } + ], + "PurchasableItemId": 2159, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3778, + "FriendlyName": "Leather Necklace (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "48fdfbc6-fca4-424c-aa57-3fcea41e23dc,COZbkLDc20mdUlWSkqMX-w,FwjsTo0nb0uNU6l8XvllNA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-09-03T21:00:00Z", + "SaleEndDate": "2021-09-04T21:00:00Z" + } + } + ], + "PurchasableItemId": 2160, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3914, + "FriendlyName": "Rogue Gloves", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "4b72736e-6fca-4961-98f2-1d4e199eb1e0,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-09-15T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2161, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3916, + "FriendlyName": "Rogue Shirt", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "155c13b9-3c72-4314-85ac-6fbac19cdc76,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-09-15T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2162, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3918, + "FriendlyName": "Rogue Cape", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "63b5196e-881a-4b96-82c8-9df54de4a506,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 4000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2163, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 3600, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3618, + "FriendlyName": "Belted Dress (Light Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f51a7ed5-52ea-485f-a430-303697f6fec9,oJFfs62tR0WVRry2Smt8yA,3d971439-41d1-43a2-8434-704f9ec8d906,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-09-10T21:00:00Z", + "SaleEndDate": "2021-09-11T21:00:00Z" + } + } + ], + "PurchasableItemId": 2164, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3619, + "FriendlyName": "Belted Dress (Purple)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f51a7ed5-52ea-485f-a430-303697f6fec9,MIfCkcrFOEasJqfDmxThdw,3d971439-41d1-43a2-8434-704f9ec8d906,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-09-15T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-09-10T21:00:00Z", + "SaleEndDate": "2021-09-11T21:00:00Z" + } + } + ], + "PurchasableItemId": 2165, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3930, + "FriendlyName": "Bard's Hat", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b17591ba-3c2d-4309-ab01-b6743424e07e,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": "2021-09-22T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2175, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3932, + "FriendlyName": "Bard's Vest", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f23e86eb-8b59-4b32-a72a-5d382568e399,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": "2021-09-22T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 1250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2176, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1125, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3917, + "FriendlyName": "Wolf Amulet", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "fb2a0e86-3363-4579-9f18-f41138dc85ba,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": true, + "Rarity": 50, + "Context": 21, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": "2021-10-06T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2250, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3933, + "FriendlyName": "Bard's Cuffs", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "4b4d239a-ddf3-4f8c-a58a-b8f4c031ae26,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-09-22T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2177, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3931, + "FriendlyName": "Backsword (Wolf Steel)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "23b97189-b49f-477b-8a22-0903b3d236f4,GfC01_o8QkGTbnGNjv_DSw,7mLb5jMJMUug7Nzwxv6D4A,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-09-17T21:00:00Z", + "SaleEndDate": "2021-09-18T21:00:00Z" + } + } + ], + "PurchasableItemId": 2179, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3939, + "FriendlyName": "Cleric Gloves", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b1ca1dc4-6867-48b6-a332-4efff06a5db1,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2181, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3940, + "FriendlyName": "Cleric Headpiece", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b73ae23b-c911-4b09-a803-40999bdef6b8,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2400, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2182, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 2160, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3941, + "FriendlyName": "Cleric Armor", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1bd891b1-6ec0-4227-9ed8-73c59af4f819,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2183, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4950, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3690, + "FriendlyName": "RecFly Vest (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "74c65554-0d15-409b-b9a8-0b2620a7d7e2,GVoh3mdWf0WNA9lfqL1GEw,w9qG5gHlAUqh8f9ZgnezsQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-09-29T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-09-24T21:00:00Z", + "SaleEndDate": "2021-09-25T21:00:00Z" + } + } + ], + "PurchasableItemId": 2184, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3691, + "FriendlyName": "RecFly Vest (Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "74c65554-0d15-409b-b9a8-0b2620a7d7e2,x4PPvuhg6USE6GSFgZZnCg,w9qG5gHlAUqh8f9ZgnezsQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-09-29T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-09-24T21:00:00Z", + "SaleEndDate": "2021-09-25T21:00:00Z" + } + } + ], + "PurchasableItemId": 2185, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3888, + "FriendlyName": "Gladiator Armor", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "52268f02-b8ba-4a8e-ab3a-7d5928f637a6,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 923, + "ItemSetFriendlyName": "Gladiator Set" + } + ], + "IsFeatured": true, + "NewUntil": "2021-10-06T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 3500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2251, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 3150, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3889, + "FriendlyName": "Gladiator Cape", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1633766e-fa77-48f3-8c6c-a233e56bf320,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 923, + "ItemSetFriendlyName": "Gladiator Set" + } + ], + "IsFeatured": true, + "NewUntil": "2021-10-06T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 4000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2252, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 3600, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3890, + "FriendlyName": "Gladiator Helmet", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "594a69fb-9f76-4f83-b2aa-94f0e72e996c,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 923, + "ItemSetFriendlyName": "Gladiator Set" + } + ], + "IsFeatured": true, + "NewUntil": "2021-10-06T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2253, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3358, + "FriendlyName": "Winged Hat (Vintage)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "fe15ca53-c5b8-4acf-9309-ff3f4e610fc9,nn86ATWxekWdIGlPePPgGQ,njEWOjNEQEWCEqmytodpow,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": "2021-10-08T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": { + "SalePercent": 10, + "SaleStartDate": "2021-10-01T21:00:00Z", + "SaleEndDate": "2021-10-02T21:00:00Z" + } + } + ], + "PurchasableItemId": 2198, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 69, + "FriendlyName": "Class of 2016", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d0a9262f-5504-46a7-bb10-7507503db58e,5864d23d-1a86-40a6-a52c-46ee670e4508,2ee3944d-e9fb-4959-973e-570a7fc6cc57,167ba0d4-4fac-4143-b5ae-1dbd8e02dc76", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": "2021-10-06T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 73, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 70, + "FriendlyName": "Birthday Shirt", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d0a9262f-5504-46a7-bb10-7507503db58e,922f229c-124f-4f07-b4e3-19138420ca19,2ee3944d-e9fb-4959-973e-570a7fc6cc57,ceb07e4f-50a9-4ed0-b50b-c59d92ba66b5", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": "2021-10-06T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 74, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2740, + "FriendlyName": "Note Headphones (Gold)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "akAhnN0cFkecj8q3spixkw,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": "2021-10-06T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2254, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2751, + "FriendlyName": "Notes Headphones (Neon Purple)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,3PfP661Fg0CruzRxis9EiA,_Yq00H-NWUyQNvGxRunHbg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": "2021-10-06T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1303, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2752, + "FriendlyName": "Notes Headphones (Two Xbox Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,k_ZYy0SjtU2TB7IFdq2vDA,_Yq00H-NWUyQNvGxRunHbg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": "2021-10-06T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2255, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2753, + "FriendlyName": "Notes Headphones (Xbox Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,thG3Dc1PFEqAvT9xCVshuw,_Yq00H-NWUyQNvGxRunHbg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": "2021-10-06T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2256, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2754, + "FriendlyName": "Notes Headphones (Purple Lounge)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,OqsbZ8Xls0i8uA6ha7H3qQ,_Yq00H-NWUyQNvGxRunHbg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": "2021-10-06T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2257, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2755, + "FriendlyName": "Notes Headphones (Purple)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "UcPo9SsF3EGTCBB2J-Efdw,a5nUvJZgTEGBUvdHx0Y6Ng,_Yq00H-NWUyQNvGxRunHbg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": "2021-10-06T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2199, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2755, + "FriendlyName": "Captain Hat (Contest)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f5c9743f-e77c-42f2-ba63-9843342cbf8e,hhs9GY3XZkWb-8TXODvo6A,a4e51b6b-fdfd-47dc-9d0e-f26f383e03e9,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": "2021-10-06T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1307, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 477, + "FriendlyName": "Captain Jacket (Contest)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "0bc6bd1b-8b7e-4945-a1d6-c26b9c043318,hhs9GY3XZkWb-8TXODvo6A,8ec5de40-73fc-4f09-9bf3-ddf4701107bc,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": "2021-10-06T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2258, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2755, + "FriendlyName": "Captain Jacket (Contest)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "0bc6bd1b-8b7e-4945-a1d6-c26b9c043318,hhs9GY3XZkWb-8TXODvo6A,8ec5de40-73fc-4f09-9bf3-ddf4701107bc,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": "2021-10-06T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2200, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3119, + "FriendlyName": "Bee Wings", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "37668d3d-c9f4-4bd6-81d4-a4f64ba2d61b,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": "2021-10-06T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1632, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1172, + "FriendlyName": "Winter Sweater (Trees Green)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "3757149b-f478-4975-81e5-d808a1bed8d5,i33RmJJCwUem-ADkOwMNQQ,Yn1uv3Y8JE6VSxsf0LOBvw,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": true, + "NewUntil": "2021-10-06T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 1175, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4050, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 405, + "FriendlyName": "Astronaut Suit (Stranded)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ec5255d5-edaf-4888-9fe1-e89ac0e0d300,EBT5-2K2tEyln18XS9waqg,l4NwuwgEtE6b6Qi6lAk2iA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 8500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2259, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 7650, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 333, + "FriendlyName": "Astronaut Helmet (Stranded)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f218e2de-46fd-45b9-9e0e-670b6bb905e7,QlBsZP9HRUS3eug-em6MlQ,n2L0XJTYb0qN4zoUT2fV4w,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 10000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2260, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 9000, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 520, + "FriendlyName": "Astronaut Gloves (Stranded)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "88739d79-aeb9-471a-b25b-776f46bba9f6,QlBsZP9HRUS3eug-em6MlQ,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2261, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "Type": 0 + } + ], + "StorefrontType": 3, + "SubscriberDiscountPercent": 10 +} diff --git a/apps/econ/static/storefronts/sf300.json b/apps/econ/static/storefronts/sf300.json new file mode 100644 index 0000000..54e462a --- /dev/null +++ b/apps/econ/static/storefronts/sf300.json @@ -0,0 +1,794 @@ +{ + "NewUntil": null, + "NextUpdate": "2222-02-22T22:22:00Z", + "StoreItems": [ + { + "GiftDrops": [ + { + "GiftDropId": 3880, + "FriendlyName": "Sushi", + "Tooltip": "15 piece premium sushi set to share with friends", + "ConsumableItemDesc": "4My42w1D1Uu3-98pXB-x_Q", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-08-25T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 750, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2262, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 675, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3798, + "FriendlyName": "Tray of Lattes", + "Tooltip": "Four hot lattes to share with friends.", + "ConsumableItemDesc": "P15H1ONBhk-5DYYjid1ttg", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": "2021-06-19T21:00:00Z", + "Prices": [ + { + "CurrencyType": 2, + "Price": 95, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2263, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 85, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2027, + "FriendlyName": "Pepperoni Pizza", + "Tooltip": "A pepperoni pizza to share with friends.", + "ConsumableItemDesc": "mq23W-RSP0G8iGNLdrcpUw", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 33, + "ItemSetFriendlyName": "Pizza Aplenty" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2264, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 81, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2025, + "FriendlyName": "Cheese Pizza", + "Tooltip": "A cheese pizza to share with friends.", + "ConsumableItemDesc": "5hIAZ9wg5EyG1cILf4FS2A", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 33, + "ItemSetFriendlyName": "Pizza Aplenty" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 85, + "StorefrontSaleData": { + "SalePercent": 30, + "SaleStartDate": "2021-09-05T07:00:00Z", + "SaleEndDate": "2021-09-06T07:00:00Z" + } + } + ], + "PurchasableItemId": 2265, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 76, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2014, + "FriendlyName": "Supreme Pizza", + "Tooltip": "A supreme pizza to share with friends.", + "ConsumableItemDesc": "wUCIKdJSvEmiQHYMyx4X4w", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 33, + "ItemSetFriendlyName": "Pizza Aplenty" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 95, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2266, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 85, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2470, + "FriendlyName": "Hawaiian Pizza", + "Tooltip": "A ham and pineapple pizza to share with friends.", + "ConsumableItemDesc": "_jnjYGBcyEWY5Ub4OezXcA", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 33, + "ItemSetFriendlyName": "Pizza Aplenty" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 95, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2267, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 85, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2326, + "FriendlyName": "Assorted Donuts", + "Tooltip": "A dozen assorted donuts to share with friends.", + "ConsumableItemDesc": "ZuvkidodzkuOfGLDnTOFyg", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 34, + "ItemSetFriendlyName": "Donuts by the Dozen" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2268, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2324, + "FriendlyName": "Glazed Donuts", + "Tooltip": "A dozen glazed donuts to share with friends.", + "ConsumableItemDesc": "7OZ5AE3uuUyqa0P-2W1ptg", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 34, + "ItemSetFriendlyName": "Donuts by the Dozen" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2269, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 81, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2327, + "FriendlyName": "Chocolate Donuts", + "Tooltip": "A dozen chocolate donuts to share with friends.", + "ConsumableItemDesc": "mMCGPgK3tki5S_15q2Z81A", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 34, + "ItemSetFriendlyName": "Donuts by the Dozen" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 95, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2270, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 85, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3312, + "FriendlyName": "Chocolate Cake", + "Tooltip": "Eight slices of tasty cake to share with friends.", + "ConsumableItemDesc": "BbJb1_0g4EGJP_CeNrjpew", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 32, + "ItemSetFriendlyName": "Coach's Cakes" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2271, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3313, + "FriendlyName": "Red Velvet Cake", + "Tooltip": "Eight slices of tasty cake to share with friends.", + "ConsumableItemDesc": "LwaotjVEBUir0-w8126n_g", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 32, + "ItemSetFriendlyName": "Coach's Cakes" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2272, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3328, + "FriendlyName": "87 Flavor Cake", + "Tooltip": "Eight slices of tasty cake to share with friends.", + "ConsumableItemDesc": "xwQWBB_fekmTqRc2LB92cg", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 32, + "ItemSetFriendlyName": "Coach's Cakes" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-06-01T21:00:00Z", + "SaleEndDate": "2021-06-07T21:00:00Z" + } + } + ], + "PurchasableItemId": 2273, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3314, + "FriendlyName": "Celebration Cake", + "Tooltip": "Eight slices of tasty cake to share with friends.", + "ConsumableItemDesc": "Sk_1sm88ZU2zpWn01Lv7hw", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 32, + "ItemSetFriendlyName": "Coach's Cakes" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2274, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3026, + "FriendlyName": "Popcorn", + "Tooltip": "", + "ConsumableItemDesc": "QRx0aSTT9keMFdAJMQHdTg", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 52, + "ItemSetFriendlyName": "Snickety Snacks" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2275, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2471, + "FriendlyName": "Salted Pretzels", + "Tooltip": "A great snack to share with friends!", + "ConsumableItemDesc": "InQ25wQMGkG_bvuD5rf2Ag", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 52, + "ItemSetFriendlyName": "Snickety Snacks" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 75, + "StorefrontSaleData": { + "SalePercent": 25, + "SaleStartDate": "2021-04-26T07:00:00Z", + "SaleEndDate": "2021-04-27T07:00:00Z" + } + } + ], + "PurchasableItemId": 2276, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 67, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3678, + "FriendlyName": "Assorted Chocolates", + "Tooltip": "Assorted chocolates to share with friends!", + "ConsumableItemDesc": "K9RbXo-4U0q6NbGu8VL1Sw", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 52, + "ItemSetFriendlyName": "Snickety Snacks" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 250, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2277, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 225, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2011, + "FriendlyName": "Root Beer", + "Tooltip": "A sixer of root beer to share with friends.", + "ConsumableItemDesc": "JfnVXFmilU6ysv-VbTAe3A", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 50, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2278, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 45, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3025, + "FriendlyName": "Fancy Bubbly", + "Tooltip": null, + "ConsumableItemDesc": "iiGTvhOCHkOTNJhb16Zbyw", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2279, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "Type": 0 + } + ], + "StorefrontType": 300, + "SubscriberDiscountPercent": 10 +} diff --git a/apps/econ/static/storefronts/sf400.json b/apps/econ/static/storefronts/sf400.json new file mode 100644 index 0000000..b3b3b91 --- /dev/null +++ b/apps/econ/static/storefronts/sf400.json @@ -0,0 +1,352 @@ +{ + "NewUntil": null, + "NextUpdate": "2222-02-22T22:22:00Z", + "StoreItems": [ + { + "GiftDrops": [ + { + "GiftDropId": 2075, + "FriendlyName": "KO Icon - Winged Skull", + "Tooltip": "When you KO someone this will appear over their head.", + "ConsumableItemDesc": "U38Qe6rhEk6mFvArHfYjng", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2280, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2081, + "FriendlyName": "KO Icon - Sword & Shield", + "Tooltip": "When you KO someone this will appear over their head.", + "ConsumableItemDesc": "5AJin8T2iEG7BzOPOgx2HA", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2281, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2231, + "FriendlyName": "KO Icon - Grenade", + "Tooltip": "When you KO someone this will appear over their head.", + "ConsumableItemDesc": "EAhk3ZZdXEmH5wRAXXT24Q", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2282, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2080, + "FriendlyName": "KO Icon - Bear Claw", + "Tooltip": "When you KO someone this will appear over their head.", + "ConsumableItemDesc": "ZtZnYBpKkECJlhHmkj4MiA", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2283, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 377, + "FriendlyName": "Paintball Goggles", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "34144f4c-f6ef-49e5-a286-1781e82e6782,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2284, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2069, + "FriendlyName": "Paintball Vest (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d8f408f0-78f5-4e8a-b42a-e7b09632d1fd,178c6beb-c737-434c-a53b-d14f438f6a98,0189ec4c-0389-4ebc-b9ba-32303a6341c2,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2285, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2070, + "FriendlyName": "Paintball Vest (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d8f408f0-78f5-4e8a-b42a-e7b09632d1fd,2913bd93-bf35-4bdf-b83a-d40a10213adc,0189ec4c-0389-4ebc-b9ba-32303a6341c2,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2286, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 458, + "FriendlyName": "Paintball Vest (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d8f408f0-78f5-4e8a-b42a-e7b09632d1fd,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2287, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + } + ], + "StorefrontType": 400, + "SubscriberDiscountPercent": 10 +} diff --git a/apps/econ/static/storefronts/sf401.json b/apps/econ/static/storefronts/sf401.json new file mode 100644 index 0000000..f6f2c3d --- /dev/null +++ b/apps/econ/static/storefronts/sf401.json @@ -0,0 +1,352 @@ +{ + "NewUntil": null, + "NextUpdate": "2222-02-22T22:22:00Z", + "StoreItems": [ + { + "GiftDrops": [ + { + "GiftDropId": 377, + "FriendlyName": "Paintball Goggles", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "34144f4c-f6ef-49e5-a286-1781e82e6782,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2288, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2839, + "FriendlyName": "Shark Hat", + "Tooltip": "Doo doo doo doo doo doo", + "ConsumableItemDesc": "", + "AvatarItemDesc": "13e70c80-69a4-4ad5-90e5-4dd5e03da677,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2289, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2840, + "FriendlyName": "Squid Hat", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "899f1d17-eee1-4b7d-a112-fbbba597e738,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2290, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4500, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2081, + "FriendlyName": "KO Icon - Sword & Shield", + "Tooltip": "When you KO someone this will appear over their head.", + "ConsumableItemDesc": "5AJin8T2iEG7BzOPOgx2HA", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2291, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 458, + "FriendlyName": "Paintball Vest (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d8f408f0-78f5-4e8a-b42a-e7b09632d1fd,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2292, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2069, + "FriendlyName": "Paintball Vest (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d8f408f0-78f5-4e8a-b42a-e7b09632d1fd,178c6beb-c737-434c-a53b-d14f438f6a98,0189ec4c-0389-4ebc-b9ba-32303a6341c2,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2293, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2070, + "FriendlyName": "Paintball Vest (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d8f408f0-78f5-4e8a-b42a-e7b09632d1fd,2913bd93-bf35-4bdf-b83a-d40a10213adc,0189ec4c-0389-4ebc-b9ba-32303a6341c2,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2294, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3102, + "FriendlyName": "Paintball Belt", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "eda29bce-5a07-4439-a2a7-cafa11e2ed62,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2295, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + } + ], + "StorefrontType": 401, + "SubscriberDiscountPercent": 10 +} diff --git a/apps/econ/static/storefronts/sf402.json b/apps/econ/static/storefronts/sf402.json new file mode 100644 index 0000000..44e23d0 --- /dev/null +++ b/apps/econ/static/storefronts/sf402.json @@ -0,0 +1,352 @@ +{ + "NewUntil": null, + "NextUpdate": "2222-02-22T22:22:00Z", + "StoreItems": [ + { + "GiftDrops": [ + { + "GiftDropId": 377, + "FriendlyName": "Paintball Goggles", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "34144f4c-f6ef-49e5-a286-1781e82e6782,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2296, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2062, + "FriendlyName": "Square Glasses (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f527ffaf-da03-4519-82ed-46a9cb981dc3,c5884778-a87f-4612-9717-86fbb65d440f,e0186718-4a18-434b-b96e-0c9c912f0d1f,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2297, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4950, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2061, + "FriendlyName": "Square Glasses (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f527ffaf-da03-4519-82ed-46a9cb981dc3,a1c51d1e-1d5f-4f8a-bc0f-6a20eddfe58a,e0186718-4a18-434b-b96e-0c9c912f0d1f,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 5500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2298, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 4950, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2075, + "FriendlyName": "KO Icon - Winged Skull", + "Tooltip": "When you KO someone this will appear over their head.", + "ConsumableItemDesc": "U38Qe6rhEk6mFvArHfYjng", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2299, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 458, + "FriendlyName": "Paintball Vest (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d8f408f0-78f5-4e8a-b42a-e7b09632d1fd,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2300, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2069, + "FriendlyName": "Paintball Vest (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d8f408f0-78f5-4e8a-b42a-e7b09632d1fd,178c6beb-c737-434c-a53b-d14f438f6a98,0189ec4c-0389-4ebc-b9ba-32303a6341c2,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2301, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2070, + "FriendlyName": "Paintball Vest (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d8f408f0-78f5-4e8a-b42a-e7b09632d1fd,2913bd93-bf35-4bdf-b83a-d40a10213adc,0189ec4c-0389-4ebc-b9ba-32303a6341c2,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2302, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3102, + "FriendlyName": "Paintball Belt", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "eda29bce-5a07-4439-a2a7-cafa11e2ed62,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2303, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + } + ], + "StorefrontType": 402, + "SubscriberDiscountPercent": 10 +} diff --git a/apps/econ/static/storefronts/sf403.json b/apps/econ/static/storefronts/sf403.json new file mode 100644 index 0000000..c9162b7 --- /dev/null +++ b/apps/econ/static/storefronts/sf403.json @@ -0,0 +1,360 @@ +{ + "NewUntil": null, + "NextUpdate": "2222-02-22T22:22:00Z", + "StoreItems": [ + { + "GiftDrops": [ + { + "GiftDropId": 377, + "FriendlyName": "Paintball Goggles", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "34144f4c-f6ef-49e5-a286-1781e82e6782,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2304, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1776, + "FriendlyName": "Luchador Mask (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1596c113-aa3a-4f5c-b398-e5c3575548e7,0217fd2e-ff9d-49f7-9bc8-8d0d6b8bf250,96b36c98-cba1-4337-91dd-c74c00316f97,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-05-23T21:00:00Z", + "SaleEndDate": "2021-05-24T21:00:00Z" + } + } + ], + "PurchasableItemId": 2305, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1775, + "FriendlyName": "Luchador Mask (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1596c113-aa3a-4f5c-b398-e5c3575548e7,916384ca-e209-42a0-bd64-c64f5a40b56f,96b36c98-cba1-4337-91dd-c74c00316f97,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-05-23T21:00:00Z", + "SaleEndDate": "2021-05-24T21:00:00Z" + } + } + ], + "PurchasableItemId": 2306, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2231, + "FriendlyName": "KO Icon - Grenade", + "Tooltip": "When you KO someone this will appear over their head.", + "ConsumableItemDesc": "EAhk3ZZdXEmH5wRAXXT24Q", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2307, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 458, + "FriendlyName": "Paintball Vest (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d8f408f0-78f5-4e8a-b42a-e7b09632d1fd,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2308, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2069, + "FriendlyName": "Paintball Vest (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d8f408f0-78f5-4e8a-b42a-e7b09632d1fd,178c6beb-c737-434c-a53b-d14f438f6a98,0189ec4c-0389-4ebc-b9ba-32303a6341c2,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2309, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2070, + "FriendlyName": "Paintball Vest (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d8f408f0-78f5-4e8a-b42a-e7b09632d1fd,2913bd93-bf35-4bdf-b83a-d40a10213adc,0189ec4c-0389-4ebc-b9ba-32303a6341c2,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2310, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3102, + "FriendlyName": "Paintball Belt", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "eda29bce-5a07-4439-a2a7-cafa11e2ed62,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2311, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + } + ], + "StorefrontType": 403, + "SubscriberDiscountPercent": 10 +} diff --git a/apps/econ/static/storefronts/sf404.json b/apps/econ/static/storefronts/sf404.json new file mode 100644 index 0000000..1720a90 --- /dev/null +++ b/apps/econ/static/storefronts/sf404.json @@ -0,0 +1,352 @@ +{ + "NewUntil": null, + "NextUpdate": "2222-02-22T22:22:00Z", + "StoreItems": [ + { + "GiftDrops": [ + { + "GiftDropId": 377, + "FriendlyName": "Paintball Goggles", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "34144f4c-f6ef-49e5-a286-1781e82e6782,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2312, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 335, + "FriendlyName": "Boxing Helmet (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b99a89c7-38c5-4196-9862-4e1bf9cb0ce1,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 4000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2313, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 3600, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 1716, + "FriendlyName": "Boxing Helmet (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "b99a89c7-38c5-4196-9862-4e1bf9cb0ce1,8c7b09f2-6213-4ef9-87ab-a2df72d07a22,92714eac-cc07-4f74-a6f5-cfbbadd07e06,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 4000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2314, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 3600, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2231, + "FriendlyName": "KO Icon - Grenade", + "Tooltip": "When you KO someone this will appear over their head.", + "ConsumableItemDesc": "EAhk3ZZdXEmH5wRAXXT24Q", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 150, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2315, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 135, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 458, + "FriendlyName": "Paintball Vest (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d8f408f0-78f5-4e8a-b42a-e7b09632d1fd,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2316, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2069, + "FriendlyName": "Paintball Vest (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d8f408f0-78f5-4e8a-b42a-e7b09632d1fd,178c6beb-c737-434c-a53b-d14f438f6a98,0189ec4c-0389-4ebc-b9ba-32303a6341c2,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2317, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2070, + "FriendlyName": "Paintball Vest (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d8f408f0-78f5-4e8a-b42a-e7b09632d1fd,2913bd93-bf35-4bdf-b83a-d40a10213adc,0189ec4c-0389-4ebc-b9ba-32303a6341c2,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2318, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3102, + "FriendlyName": "Paintball Belt", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "eda29bce-5a07-4439-a2a7-cafa11e2ed62,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2319, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + } + ], + "StorefrontType": 404, + "SubscriberDiscountPercent": 10 +} diff --git a/apps/econ/static/storefronts/sf405.json b/apps/econ/static/storefronts/sf405.json new file mode 100644 index 0000000..c4f6542 --- /dev/null +++ b/apps/econ/static/storefronts/sf405.json @@ -0,0 +1,360 @@ +{ + "NewUntil": null, + "NextUpdate": "2222-02-22T22:22:00Z", + "StoreItems": [ + { + "GiftDrops": [ + { + "GiftDropId": 377, + "FriendlyName": "Paintball Goggles", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "34144f4c-f6ef-49e5-a286-1781e82e6782,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2320, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2316, + "FriendlyName": "Shutter Shades (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "bu9tb-K7NEiocvZY3o7ukw,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 6000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-04-11T21:00:00Z", + "SaleEndDate": "2021-04-14T21:00:00Z" + } + } + ], + "PurchasableItemId": 2321, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5400, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2585, + "FriendlyName": "Shutter Shades (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "bu9tb-K7NEiocvZY3o7ukw,7B7vpnMTfkGLcMdHCZ_kWA,tqyzKPdDwkWq3jfZ8jZdaA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 6000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-04-11T21:00:00Z", + "SaleEndDate": "2021-04-14T21:00:00Z" + } + } + ], + "PurchasableItemId": 2322, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 5400, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2233, + "FriendlyName": "KO Icon - Star Power", + "Tooltip": "When you KO someone this will appear over their head.", + "ConsumableItemDesc": "yvqSbK2czkS2sUCRdrGaEw", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2323, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 458, + "FriendlyName": "Paintball Vest (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d8f408f0-78f5-4e8a-b42a-e7b09632d1fd,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2324, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2069, + "FriendlyName": "Paintball Vest (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d8f408f0-78f5-4e8a-b42a-e7b09632d1fd,178c6beb-c737-434c-a53b-d14f438f6a98,0189ec4c-0389-4ebc-b9ba-32303a6341c2,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2325, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2070, + "FriendlyName": "Paintball Vest (Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d8f408f0-78f5-4e8a-b42a-e7b09632d1fd,2913bd93-bf35-4bdf-b83a-d40a10213adc,0189ec4c-0389-4ebc-b9ba-32303a6341c2,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2326, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3102, + "FriendlyName": "Paintball Belt", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "eda29bce-5a07-4439-a2a7-cafa11e2ed62,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2327, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + } + ], + "StorefrontType": 405, + "SubscriberDiscountPercent": 10 +} diff --git a/apps/econ/static/storefronts/sf406.json b/apps/econ/static/storefronts/sf406.json new file mode 100644 index 0000000..5456d04 --- /dev/null +++ b/apps/econ/static/storefronts/sf406.json @@ -0,0 +1,352 @@ +{ + "NewUntil": null, + "NextUpdate": "2222-02-22T22:22:00Z", + "StoreItems": [ + { + "GiftDrops": [ + { + "GiftDropId": 377, + "FriendlyName": "Paintball Goggles", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "34144f4c-f6ef-49e5-a286-1781e82e6782,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2328, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3076, + "FriendlyName": "Soda Clerk Hat (Blue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "Wua43ED71UqL71ATtyS0iQ,XFCpIdeDXUqeYCIgh4fGtg,sV_ByCug30G1Gw-77KUe1Q,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2329, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2754, + "FriendlyName": "Soda Clerk Hat (Red)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "Wua43ED71UqL71ATtyS0iQ,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2330, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3082, + "FriendlyName": "KO Icon - Tire Track", + "Tooltip": "When you KO someone this will appear over their head.", + "ConsumableItemDesc": "J1WqFNUWo0OBi4LGKPDHWw", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 200, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2331, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 180, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 458, + "FriendlyName": "Paintball Vest (Black)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d8f408f0-78f5-4e8a-b42a-e7b09632d1fd,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 550, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2332, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 495, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3079, + "FriendlyName": "Soda Clerk Uniform (Blue)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "iai6P7dDTUq8S4hqQmY1YA,XFCpIdeDXUqeYCIgh4fGtg,MBuxBAIkpkWI26d-arAKQg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2333, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2764, + "FriendlyName": "Soda Clerk Uniform (Red)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "iai6P7dDTUq8S4hqQmY1YA,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 700, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2334, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 630, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 3026, + "FriendlyName": "Popcorn", + "Tooltip": "", + "ConsumableItemDesc": "QRx0aSTT9keMFdAJMQHdTg", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 52, + "ItemSetFriendlyName": "Snickety Snacks" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2335, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + } + ], + "StorefrontType": 406, + "SubscriberDiscountPercent": 10 +} diff --git a/apps/econ/static/storefronts/sf500.json b/apps/econ/static/storefronts/sf500.json new file mode 100644 index 0000000..af42947 --- /dev/null +++ b/apps/econ/static/storefronts/sf500.json @@ -0,0 +1,356 @@ +{ + "NewUntil": null, + "NextUpdate": "2222-02-22T22:22:00Z", + "StoreItems": [ + { + "GiftDrops": [ + { + "GiftDropId": 2011, + "FriendlyName": "Root Beer", + "Tooltip": "A sixer of root beer to share with friends.", + "ConsumableItemDesc": "JfnVXFmilU6ysv-VbTAe3A", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 50, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2336, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 45, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2471, + "FriendlyName": "Salted Pretzels", + "Tooltip": "A great snack to share with friends!", + "ConsumableItemDesc": "InQ25wQMGkG_bvuD5rf2Ag", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 0, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 52, + "ItemSetFriendlyName": "Snickety Snacks" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 75, + "StorefrontSaleData": { + "SalePercent": 25, + "SaleStartDate": "2021-04-26T07:00:00Z", + "SaleEndDate": "2021-04-27T07:00:00Z" + } + } + ], + "PurchasableItemId": 2337, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 67, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2470, + "FriendlyName": "Hawaiian Pizza", + "Tooltip": "A ham and pineapple pizza to share with friends.", + "ConsumableItemDesc": "_jnjYGBcyEWY5Ub4OezXcA", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 10, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 33, + "ItemSetFriendlyName": "Pizza Aplenty" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 95, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2338, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 85, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2326, + "FriendlyName": "Assorted Donuts", + "Tooltip": "A dozen assorted donuts to share with friends.", + "ConsumableItemDesc": "ZuvkidodzkuOfGLDnTOFyg", + "AvatarItemDesc": "", + "AvatarItemType": null, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 110000, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": 34, + "ItemSetFriendlyName": "Donuts by the Dozen" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 100, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2339, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 90, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2563, + "FriendlyName": "Bowling Shirt (Runway)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,GDvaUU10-EKh3pKUQ9tnag,b-IM3eYMJUa40395O5XeLg,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 600, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2340, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 540, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2556, + "FriendlyName": "Bowling Shirt (Lily)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,yrQCLXiqRUSwnuQRYX2Rsw,VO_3cgqQqUOTz30TVUxrFA,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 800, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2341, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 720, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2561, + "FriendlyName": "Bowling Shirt (Flames, Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,032pE8s9Ik-2CImFVDrSqg,5RUG6i2Mx0-55IO-IlhUdQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2342, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2475, + "FriendlyName": "Bowling Shirt (Flames, Red)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "CQuKKNpan0O7rhR1fr14-Q,8xjU4GQ4OkaqGyad-ypwtw,5RUG6i2Mx0-55IO-IlhUdQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1000, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2343, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "Type": 0 + } + ], + "StorefrontType": 500, + "SubscriberDiscountPercent": 10 +} diff --git a/apps/econ/static/storefronts/sf600.json b/apps/econ/static/storefronts/sf600.json new file mode 100644 index 0000000..1d84bfc --- /dev/null +++ b/apps/econ/static/storefronts/sf600.json @@ -0,0 +1,446 @@ +{ + "NewUntil": null, + "NextUpdate": "2222-02-22T22:22:00Z", + "StoreItems": [ + { + "GiftDrops": [ + { + "GiftDropId": 2858, + "FriendlyName": "Runner Helmet (Orange)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "459ec62c-67db-4b72-9e29-0ad3ecd0b737,Euf1h1qsZ02evDsyoHYbPQ,PZHohDVX0U2frX13N4KYDQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2344, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2855, + "FriendlyName": "Runner Helmet (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "459ec62c-67db-4b72-9e29-0ad3ecd0b737,zlqLrGEa8E2WW9ey_szREA,PZHohDVX0U2frX13N4KYDQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 850, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2345, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 765, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2846, + "FriendlyName": "Stunt Shades (Yellow)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "f684d86f-4a75-4a9a-bc0a-cf58f36c91c5,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-08-15T21:00:00Z", + "SaleEndDate": "2021-08-16T21:00:00Z" + } + } + ], + "PurchasableItemId": 2346, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1800, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2842, + "FriendlyName": "Stunt Shades (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "d57cf97e-b5d2-4e47-8231-a226a161f6e3,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 2000, + "StorefrontSaleData": { + "SalePercent": 50, + "SaleStartDate": "2021-08-15T21:00:00Z", + "SaleEndDate": "2021-08-16T21:00:00Z" + } + } + ], + "PurchasableItemId": 2347, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1800, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2879, + "FriendlyName": "Runner Wrist Guard (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "1beaf288-b5a5-475c-8149-c8f3d1146083,RfZNDPUok0WyQEa3Ko08ow,rgzG7sfrlkqd9EO13LNmpQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2348, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2852, + "FriendlyName": "Runner Harness (Orange)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "ca7a3ccb-2bc9-4c93-a6a8-6f22b38526af,sX0ZZDcCUkyFSJISfvq0vg,ovy_3j_qwE-7mmks1Z47ig,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2349, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2849, + "FriendlyName": "Runner Harness (Blue)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "ca7a3ccb-2bc9-4c93-a6a8-6f22b38526af,RfZNDPUok0WyQEa3Ko08ow,ovy_3j_qwE-7mmks1Z47ig,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 30, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 900, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2350, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 810, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2865, + "FriendlyName": "Stunt Singlet (Yellow)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "17236d76-e3b6-42f6-9179-6fcf0479436f,,,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2351, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2862, + "FriendlyName": "Stunt Singlet (Pink)", + "Tooltip": "", + "ConsumableItemDesc": "", + "AvatarItemDesc": "17236d76-e3b6-42f6-9179-6fcf0479436f,i1XbjBqTu0CILIuJClWimA,B-sIpWNOfEigMeQF-WVR1g,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 50, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 1500, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2352, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 1350, + "StorefrontSaleData": null + } + ], + "Type": 0 + }, + { + "GiftDrops": [ + { + "GiftDropId": 2876, + "FriendlyName": "Runner Wrist Guard (Green)", + "Tooltip": null, + "ConsumableItemDesc": "", + "AvatarItemDesc": "1beaf288-b5a5-475c-8149-c8f3d1146083,sX0ZZDcCUkyFSJISfvq0vg,rgzG7sfrlkqd9EO13LNmpQ,", + "AvatarItemType": 0, + "EquipmentPrefabName": "", + "EquipmentModificationGuid": "", + "IsQuery": false, + "QueryRedirectContext": null, + "QueryRedirectRarity": null, + "Unique": false, + "SubscribersOnly": false, + "Rarity": 20, + "Context": 0, + "Currency": 0, + "CurrencyType": 0, + "ItemSetId": null, + "ItemSetFriendlyName": "" + } + ], + "IsFeatured": false, + "NewUntil": null, + "Prices": [ + { + "CurrencyType": 2, + "Price": 450, + "StorefrontSaleData": null + } + ], + "PurchasableItemId": 2353, + "SubscriberPrices": [ + { + "CurrencyType": 2, + "Price": 405, + "StorefrontSaleData": null + } + ], + "Type": 0 + } + ], + "StorefrontType": 600, + "SubscriberDiscountPercent": 10 +} diff --git a/apps/econ/wrangler.jsonc b/apps/econ/wrangler.jsonc index 696ee81..1898313 100644 --- a/apps/econ/wrangler.jsonc +++ b/apps/econ/wrangler.jsonc @@ -4,6 +4,13 @@ "main": "src/econ.app.ts", "compatibility_date": "2025-09-20", "compatibility_flags": ["nodejs_compat"], + // Storefront catalogs served dynamically by id: `/api/storefronts/v3/giftdropstore/:id` + // fetches `sf{id}.json` from this directory via the ASSETS binding. Drop a new + // `sfN.json` in `static/storefronts` to add a storefront — no code change needed. + "assets": { + "binding": "ASSETS", + "directory": "./static/storefronts" + }, // Shared `recflare` D1 (accounts table) — read/write the player's avatar column. // The accounts schema/migrations are owned by the `auth` worker. The "local" // placeholder is replaced with the real id from RECFLARE_D1 at deploy time.