From d9ba435ec253aa138cc2cff7dc54022f548f00f4 Mon Sep 17 00:00:00 2001 From: TheSR007 Date: Sun, 14 Jul 2024 20:07:48 +0600 Subject: [PATCH] Init --- README.MD | 11 + Scrpit.py | 69 + account/account_ack_collectible.json | 103 + account/account_ack_unlock.json | 45 + account/account_buy_candle_wax.json | 57 + account/account_claim_quest_reward.json | 63 + account/account_collect_collectible.json | 103 + account/account_collect_pickup_batch.json | 141 + account/account_find_previous_or_empty.json | 43 + account/account_get_account_world_quests.json | 35 + account/account_get_achievement_defs.json | 38 + account/account_get_achievement_stats.json | 142 + ...ccount_get_achievement_stats_tracking.json | 38 + account/account_get_achievements.json | 37 + account/account_get_app_badge_number.json | 35 + account/account_get_blocked_friends.json | 38 + account/account_get_checkpoints.json | 70 + account/account_get_collectibles.json | 94 + account/account_get_currency.json | 39 + account/account_get_event_currency_defs.json | 153 + account/account_get_event_schedule.json | 1932 ++ account/account_get_external_friends.json | 38 + account/account_get_forge_rates.json | 49 + account/account_get_friend_statues.json | 40 + account/account_get_friends.json | 44 + ...t_get_generic_shop_item_tracking_info.json | 36 + account/account_get_generic_shops.json | 4695 ++++ account/account_get_invites.json | 36 + account/account_get_latest_build_version.json | 42 + account/account_get_level_pickups.json | 245 + account/account_get_map_defs.json | 1579 ++ account/account_get_motd.json | 52 + account/account_get_online_friends.json | 37 + account/account_get_outfit.json | 104 + account/account_get_pending_messages.json | 39 + account/account_get_player_info.json | 39 + account/account_get_rank.json | 41 + .../account_get_relationship_abilities.json | 1242 + account/account_get_remote_outfit.json | 105 + account/account_get_season_quests.json | 88 + account/account_get_shop.json | 721 + account/account_get_spirit_shops.json | 19521 ++++++++++++++++ account/account_get_surveys.json | 37 + account/account_get_unlocks.json | 68 + account/account_get_vars.json | 111 + account/account_get_video_defs.json | 242 + account/account_iaplist.json | 2032 ++ .../account_purchase_generic_shop_item.json | 147 + .../account_purchase_spirit_shop_item.json | 138 + account/account_season_finalize.json | 62 + account/account_set_achievement_stats.json | 152 + account/account_set_checkpoint.json | 99 + account/account_set_joinable.json | 37 + account/account_set_outfit.json | 171 + account/account_userdata.json | 44 + account/auth/account_auth_login.json | 133 + account/buff/account_buff_get_buff_defs.json | 8731 +++++++ account/buff/account_buff_get_buffs1.json | 37 + account/chat/account_chat_send.json | 38 + .../account_commerce_product_info.json | 845 + .../commerce/account_commerce_receipt.json | 40 + .../account_commerce_submit_order.json | 41 + .../account_consumable_consume_item1.json | 56 + ...ccount_consumable_get_consumable_defs.json | 3964 ++++ .../account_consumable_get_consumables1.json | 36 + .../account_device_capabilities_lookup.json | 37 + account/lootboxes/account_lootboxes_get.json | 37 + .../account_lootboxes_redeem_box.json | 49 + .../serendipity/account_serendipity_get.json | 38 + account/star/account_star_get.json | 1109 + .../support/account_support_has_reply.json | 38 + .../account_wing_buffs_collect.json | 45 + .../account_wing_buffs_convert.json | 249 + .../account_wing_buffs_deposit.json | 49 + .../wing_buffs/account_wing_buffs_drop.json | 44 + .../wing_buffs/account_wing_buffs_get.json | 53 + .../api/v1/service_auth_api_v1_token.json | 40 + ...i_v1_get_infractions_status_decorated.json | 38 + ...on_api_v1_get_infractions_status_many.json | 53 + .../api/v1/service_message_api_v1_get.json | 72 + .../service_message_api_v1_mark_received.json | 84 + .../v1/service_message_api_v1_mark_seen.json | 52 + .../v2/service_message_api_v2_get_all.json | 114 + ..._relationship_api_v1_free_gifts_claim.json | 44 + ...ionship_api_v1_free_gifts_get_pending.json | 36 + ...e_relationship_api_v1_free_gifts_send.json | 44 + ...ervice_relationship_api_v1_get_follow.json | 36 + ...elationship_api_v1_get_follower_count.json | 37 + ...service_social-feed_api_v1_get_by_ids.json | 72 + ...vice_social-feed_api_v1_get_reactions.json | 48 + ...ice_social-feed_api_v1_get_user_feeds.json | 41 + ..._social-feed_api_v2_get_curated_feeds.json | 483 + .../api/v1/service_stage_api_v1_get.json | 121 + .../v1/service_status_api_v1_add_unlock.json | 45 + .../service_status_api_v1_delete_unlock.json | 37 + .../v1/service_status_api_v1_get_unlocks.json | 241 + .../api/v1/starwatch_auth_api_v1_auth.json | 84 + 97 files changed, 52910 insertions(+) create mode 100644 README.MD create mode 100644 Scrpit.py create mode 100644 account/account_ack_collectible.json create mode 100644 account/account_ack_unlock.json create mode 100644 account/account_buy_candle_wax.json create mode 100644 account/account_claim_quest_reward.json create mode 100644 account/account_collect_collectible.json create mode 100644 account/account_collect_pickup_batch.json create mode 100644 account/account_find_previous_or_empty.json create mode 100644 account/account_get_account_world_quests.json create mode 100644 account/account_get_achievement_defs.json create mode 100644 account/account_get_achievement_stats.json create mode 100644 account/account_get_achievement_stats_tracking.json create mode 100644 account/account_get_achievements.json create mode 100644 account/account_get_app_badge_number.json create mode 100644 account/account_get_blocked_friends.json create mode 100644 account/account_get_checkpoints.json create mode 100644 account/account_get_collectibles.json create mode 100644 account/account_get_currency.json create mode 100644 account/account_get_event_currency_defs.json create mode 100644 account/account_get_event_schedule.json create mode 100644 account/account_get_external_friends.json create mode 100644 account/account_get_forge_rates.json create mode 100644 account/account_get_friend_statues.json create mode 100644 account/account_get_friends.json create mode 100644 account/account_get_generic_shop_item_tracking_info.json create mode 100644 account/account_get_generic_shops.json create mode 100644 account/account_get_invites.json create mode 100644 account/account_get_latest_build_version.json create mode 100644 account/account_get_level_pickups.json create mode 100644 account/account_get_map_defs.json create mode 100644 account/account_get_motd.json create mode 100644 account/account_get_online_friends.json create mode 100644 account/account_get_outfit.json create mode 100644 account/account_get_pending_messages.json create mode 100644 account/account_get_player_info.json create mode 100644 account/account_get_rank.json create mode 100644 account/account_get_relationship_abilities.json create mode 100644 account/account_get_remote_outfit.json create mode 100644 account/account_get_season_quests.json create mode 100644 account/account_get_shop.json create mode 100644 account/account_get_spirit_shops.json create mode 100644 account/account_get_surveys.json create mode 100644 account/account_get_unlocks.json create mode 100644 account/account_get_vars.json create mode 100644 account/account_get_video_defs.json create mode 100644 account/account_iaplist.json create mode 100644 account/account_purchase_generic_shop_item.json create mode 100644 account/account_purchase_spirit_shop_item.json create mode 100644 account/account_season_finalize.json create mode 100644 account/account_set_achievement_stats.json create mode 100644 account/account_set_checkpoint.json create mode 100644 account/account_set_joinable.json create mode 100644 account/account_set_outfit.json create mode 100644 account/account_userdata.json create mode 100644 account/auth/account_auth_login.json create mode 100644 account/buff/account_buff_get_buff_defs.json create mode 100644 account/buff/account_buff_get_buffs1.json create mode 100644 account/chat/account_chat_send.json create mode 100644 account/commerce/account_commerce_product_info.json create mode 100644 account/commerce/account_commerce_receipt.json create mode 100644 account/commerce/account_commerce_submit_order.json create mode 100644 account/consumable/account_consumable_consume_item1.json create mode 100644 account/consumable/account_consumable_get_consumable_defs.json create mode 100644 account/consumable/account_consumable_get_consumables1.json create mode 100644 account/device_capabilities/account_device_capabilities_lookup.json create mode 100644 account/lootboxes/account_lootboxes_get.json create mode 100644 account/lootboxes/account_lootboxes_redeem_box.json create mode 100644 account/serendipity/account_serendipity_get.json create mode 100644 account/star/account_star_get.json create mode 100644 account/support/account_support_has_reply.json create mode 100644 account/wing_buffs/account_wing_buffs_collect.json create mode 100644 account/wing_buffs/account_wing_buffs_convert.json create mode 100644 account/wing_buffs/account_wing_buffs_deposit.json create mode 100644 account/wing_buffs/account_wing_buffs_drop.json create mode 100644 account/wing_buffs/account_wing_buffs_get.json create mode 100644 service/auth/api/v1/service_auth_api_v1_token.json create mode 100644 service/infraction/api/v1/service_infraction_api_v1_get_infractions_status_decorated.json create mode 100644 service/infraction/api/v1/service_infraction_api_v1_get_infractions_status_many.json create mode 100644 service/message/api/v1/service_message_api_v1_get.json create mode 100644 service/message/api/v1/service_message_api_v1_mark_received.json create mode 100644 service/message/api/v1/service_message_api_v1_mark_seen.json create mode 100644 service/message/api/v2/service_message_api_v2_get_all.json create mode 100644 service/relationship/api/v1/free_gifts/service_relationship_api_v1_free_gifts_claim.json create mode 100644 service/relationship/api/v1/free_gifts/service_relationship_api_v1_free_gifts_get_pending.json create mode 100644 service/relationship/api/v1/free_gifts/service_relationship_api_v1_free_gifts_send.json create mode 100644 service/relationship/api/v1/service_relationship_api_v1_get_follow.json create mode 100644 service/relationship/api/v1/service_relationship_api_v1_get_follower_count.json create mode 100644 service/social-feed/api/v1/service_social-feed_api_v1_get_by_ids.json create mode 100644 service/social-feed/api/v1/service_social-feed_api_v1_get_reactions.json create mode 100644 service/social-feed/api/v1/service_social-feed_api_v1_get_user_feeds.json create mode 100644 service/social-feed/api/v2/service_social-feed_api_v2_get_curated_feeds.json create mode 100644 service/stage/api/v1/service_stage_api_v1_get.json create mode 100644 service/status/api/v1/service_status_api_v1_add_unlock.json create mode 100644 service/status/api/v1/service_status_api_v1_delete_unlock.json create mode 100644 service/status/api/v1/service_status_api_v1_get_unlocks.json create mode 100644 starwatch/auth/api/v1/starwatch_auth_api_v1_auth.json diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..9f99d14 --- /dev/null +++ b/README.MD @@ -0,0 +1,11 @@ +# That Sky Requests +## How to Start +1. Clone This Repo +2. Run Http Debugger to Find new Requests by doing stuff in the game +3. filter out all the other requests and Export it as Sky_Full.json +4. put Sky_Full.json in this directory and run the the Script.py +5. It will go thro each requests and get the first unique request which isn't in the current directory +6. It will create a new .json file with that endpoint and copy the Headers +7. You then need to Include the Request and Response which is the most fit for the .json +8. And Finally push The Changes so we can update the routers accounding to the requests +9. Repeat \ No newline at end of file diff --git a/Scrpit.py b/Scrpit.py new file mode 100644 index 0000000..be419b7 --- /dev/null +++ b/Scrpit.py @@ -0,0 +1,69 @@ +import os +import json +from urllib.parse import urlparse + +# Function to extract endpoints from JSON recursively +def extract_endpoints(data, endpoints=set()): + for entry in data: + url = entry.get('url', '') + parsed_url = urlparse(url) + if parsed_url.scheme == 'https' and parsed_url.netloc == 'live.radiance.thatgamecompany.com': + endpoint = parsed_url.path.strip('/') + endpoints.add(endpoint) + +# Function to save request and response to {endpoint}.json files +def save_requests_responses(data, endpoint, directory): + request_header = data.get('request', {}).get('header', '') + response_header = data.get('response', {}).get('header', '') + + # Create the request and response strings + request_response_str = f"""/* +{request_header} +*/ +//Request + + +/* +{response_header} +*/ +//Response + +""" + + # Write to endpoint.json only if it doesn't already exist + json_filename = os.path.join(directory, f"{endpoint.replace('/', '_')}.json") + if not os.path.exists(json_filename): + with open(json_filename, 'w') as f: + f.write(request_response_str) + print(f"Created: {json_filename}") + +# Read the JSON file +json_file = "Sky_Full.json" +with open(json_file, 'r') as f: + data = json.load(f) + +# Extract endpoints +endpoints = set() +extract_endpoints(data, endpoints) + +# Sort endpoints by uniqueness +sorted_endpoints = sorted(endpoints) + +# Create directories and save JSON files for each endpoint +cwd = os.getcwd() +for endpoint in sorted_endpoints: + endpoint_parts = endpoint.split('/') + for i in range(1, len(endpoint_parts)): + directory = os.path.join(cwd, '/'.join(endpoint_parts[:i])) + if not os.path.exists(directory): + os.makedirs(directory) + + # Find any entry with this endpoint and save its request and response + for entry in data: + url = entry.get('url', '') + parsed_url = urlparse(url) + if parsed_url.scheme == 'https' and parsed_url.netloc == 'live.radiance.thatgamecompany.com' and parsed_url.path.strip('/') == endpoint: + save_requests_responses(entry, endpoint, directory) + break + +print("Directories and endpoint JSON files created or updated successfully.") diff --git a/account/account_ack_collectible.json b/account/account_ack_collectible.json new file mode 100644 index 0000000..b1dac81 --- /dev/null +++ b/account/account_ack_collectible.json @@ -0,0 +1,103 @@ +/* +POST /account/ack_collectible HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: LG8I7Ju +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 2477345666 +Content-Length: 173 + + +*/ +//Request +{ + "ack" : "used", + "name" : "butterfly", + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:33:54 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 775 + + +*/ +//Response +{ + "collectibles" : [ + { + "candle_space" : false, + "carrying" : true, + "id" : "butterfly", + "level" : 2, + "permanent_level" : 1, + "used" : true + }, + { + "candle_space" : false, + "carrying" : false, + "id" : "cape", + "level" : 2, + "permanent_level" : 1, + "used" : false + }, + { + "candle_space" : true, + "carrying" : false, + "id" : "flame", + "level" : 1, + "permanent_level" : 0, + "used" : true + }, + { + "candle_space" : true, + "carrying" : false, + "id" : "home", + "level" : 1, + "permanent_level" : 0, + "used" : true + }, + { + "candle_space" : true, + "carrying" : false, + "id" : "normal", + "level" : 1, + "permanent_level" : 0, + "used" : true + }, + { + "candle_space" : false, + "carrying" : false, + "id" : "point", + "level" : 2, + "permanent_level" : 1, + "used" : true + }, + { + "candle_space" : true, + "carrying" : false, + "id" : "sit", + "level" : 1, + "permanent_level" : 0, + "used" : true + }, + { + "candle_space" : true, + "carrying" : false, + "id" : "skykid", + "level" : 1, + "permanent_level" : 0, + "used" : true + } + ] + } + diff --git a/account/account_ack_unlock.json b/account/account_ack_unlock.json new file mode 100644 index 0000000..3a9c343 --- /dev/null +++ b/account/account_ack_unlock.json @@ -0,0 +1,45 @@ +/* +POST /account/ack_unlock HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: BdBaTAN +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 1509719447 +Content-Length: 175 + + +*/ +//Request +{ + "name" : "CharSkyKid_Hair_TopSharp", + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:18:26 GMT +Content-Type: application/json; charset=utf-8 +Connection: keep-alive +Content-Length: 126 + + +*/ +//Response +{ + "result" : true, + "update_unlocks" : [ + { + "ack" : true, + "created_at" : 1717267947, + "name" : "CharSkyKid_Hair_TopSharp", + "type" : "spiritshop" + } + ] + } + diff --git a/account/account_buy_candle_wax.json b/account/account_buy_candle_wax.json new file mode 100644 index 0000000..e17a9fe --- /dev/null +++ b/account/account_buy_candle_wax.json @@ -0,0 +1,57 @@ +/* +POST /account/buy_candle_wax HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: ec5eiyA +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 1649439303 +Content-Length: 206 + + +*/ +//Request +{ + "cost" : 150, + "count" : 1, + "currency" : "candles", + "forge_currency" : "wax", + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:25:46 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 291 + + +*/ +//Response +{ + "currency" : { + "candles" : 5, + "wax" : 24 + }, + "result" : "ok", + "update_forge_rates" : [ + { + "current_level" : 4, + "current_tier" : 26, + "enabled" : true, + "level_completion" : 0.03616920150816440, + "level_tier_count" : 5, + "level_tier_index" : 0, + "reset_acknowledged" : true, + "source_type" : "wax", + "tier_completion" : 0.1808460075408220 + } + ] + } + diff --git a/account/account_claim_quest_reward.json b/account/account_claim_quest_reward.json new file mode 100644 index 0000000..8a77aae --- /dev/null +++ b/account/account_claim_quest_reward.json @@ -0,0 +1,63 @@ +/* +POST /account/claim_quest_reward HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: 1exwV4J +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 2477345666 +Content-Length: 209 + + +*/ +//Request +{ + "bonus_percent" : 0.387096760, + "name" : "sunset_race", + "reward_event_name" : "", + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:33:53 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 446 + + +*/ +//Response +{ + "bonus_amount" : 23, + "bonus_wax_amount" : 23, + "currency" : { + "candles" : 8, + "wax" : 237 + }, + "result" : "ok", + "update_forge_rates" : [ + { + "current_level" : 4, + "current_tier" : 23, + "enabled" : true, + "level_completion" : 0.7212564300745725, + "level_tier_count" : 5, + "level_tier_index" : 3, + "reset_acknowledged" : true, + "source_type" : "wax", + "tier_completion" : 0.6062821503728628 + } + ], + "update_world_quest" : { + "cooldown_over_time" : 1720854000, + "ever_completed" : true, + "world_quest_def_id" : "sunset_race" + } + } diff --git a/account/account_collect_collectible.json b/account/account_collect_collectible.json new file mode 100644 index 0000000..7a16cde --- /dev/null +++ b/account/account_collect_collectible.json @@ -0,0 +1,103 @@ +/* +POST /account/collect_collectible HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: 9C1As1K +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 2477345666 +Content-Length: 176 + + +*/ +//Request +{ + "carrying" : true, + "name" : "butterfly", + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:33:52 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 776 + + +*/ +//Response +{ + "collectibles" : [ + { + "candle_space" : false, + "carrying" : true, + "id" : "butterfly", + "level" : 2, + "permanent_level" : 1, + "used" : false + }, + { + "candle_space" : false, + "carrying" : false, + "id" : "cape", + "level" : 2, + "permanent_level" : 1, + "used" : false + }, + { + "candle_space" : true, + "carrying" : false, + "id" : "flame", + "level" : 1, + "permanent_level" : 0, + "used" : true + }, + { + "candle_space" : true, + "carrying" : false, + "id" : "home", + "level" : 1, + "permanent_level" : 0, + "used" : true + }, + { + "candle_space" : true, + "carrying" : false, + "id" : "normal", + "level" : 1, + "permanent_level" : 0, + "used" : true + }, + { + "candle_space" : false, + "carrying" : false, + "id" : "point", + "level" : 2, + "permanent_level" : 1, + "used" : true + }, + { + "candle_space" : true, + "carrying" : false, + "id" : "sit", + "level" : 1, + "permanent_level" : 0, + "used" : true + }, + { + "candle_space" : true, + "carrying" : false, + "id" : "skykid", + "level" : 1, + "permanent_level" : 0, + "used" : true + } + ] + } + diff --git a/account/account_collect_pickup_batch.json b/account/account_collect_pickup_batch.json new file mode 100644 index 0000000..3654a00 --- /dev/null +++ b/account/account_collect_pickup_batch.json @@ -0,0 +1,141 @@ +/* +POST /account/collect_pickup_batch HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: afHCB9d +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 1649439303 +Content-Length: 385 + + +*/ +//Request +{ + "emitters" : [], + "global_pickup_ids" : [], + "level_id" : 2307461961, + "pickup_ids" : [ + 4283171295, + 4283171290, + 4283171294, + 4283171293, + 4283171286, + 4283171292, + 4283171287, + 4283171288, + 4283171289 + ], + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:25:42 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 1389 + + +*/ +//Response +{ + "batch_results" : [ + { + "cc" : 5, + "cid" : "", + "ct" : "wax", + "id" : 4283171286, + "r" : "ok", + "w" : 30647 + }, + { + "cc" : 5, + "cid" : "", + "ct" : "wax", + "id" : 4283171287, + "r" : "ok", + "w" : 30647 + }, + { + "cc" : 5, + "cid" : "", + "ct" : "wax", + "id" : 4283171288, + "r" : "ok", + "w" : 30647 + }, + { + "cc" : 5, + "cid" : "", + "ct" : "wax", + "id" : 4283171289, + "r" : "ok", + "w" : 30647 + }, + { + "cc" : 5, + "cid" : "", + "ct" : "wax", + "id" : 4283171290, + "r" : "ok", + "w" : 30647 + }, + { + "cc" : 10, + "cid" : "", + "ct" : "wax", + "id" : 4283171292, + "r" : "ok", + "w" : 30647 + }, + { + "cc" : 5, + "cid" : "", + "ct" : "wax", + "id" : 4283171293, + "r" : "ok", + "w" : 30647 + }, + { + "cc" : 5, + "cid" : "", + "ct" : "wax", + "id" : 4283171294, + "r" : "ok", + "w" : 30647 + }, + { + "cc" : 1, + "cid" : "", + "ct" : "wax", + "id" : 4283171295, + "r" : "ok", + "w" : 30647 + } + ], + "currency" : { + "candles" : 11, + "wax" : 91 + }, + "level_id" : 2307461961, + "update_forge_rates" : [ + { + "current_level" : 3, + "current_tier" : 21, + "enabled" : true, + "level_completion" : 0.1265954900795329, + "level_tier_count" : 5, + "level_tier_index" : 0, + "reset_acknowledged" : true, + "source_type" : "wax", + "tier_completion" : 0.6329774503976644 + } + ] + } + diff --git a/account/account_find_previous_or_empty.json b/account/account_find_previous_or_empty.json new file mode 100644 index 0000000..62659b7 --- /dev/null +++ b/account/account_find_previous_or_empty.json @@ -0,0 +1,43 @@ +/* +POST /account/find_previous_or_empty HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Length: 258 + + +*/ +//Request +{ + "user": "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "session": "c96c4ac19fd8ead1e884e4a852a7e933", + "server_version": 377, + "client_version": 5019, + "force_empty": false, + "net_flags": 0, + "net_exclusive_flags": 0, + "level_hash": 32977, + "quick_rejoin_players": [], + "recent_players": [] + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:27 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 239 + + +*/ +//Response +{ + "move_ts" : 1720818987, + "platform_filter" : 0, + "ps_only" : false, + "sig" : "4e2aefa017ee95f39211a22b9a90b022f42a8e13497b1e62af828d4391409cc0", + "signature" : "44465d87cbdc0172f9037c1c41ad86a5a22c13c5a75cb8a821bad675ff56899c", + "uri" : "18.236.166.252:42578" + } + diff --git a/account/account_get_account_world_quests.json b/account/account_get_account_world_quests.json new file mode 100644 index 0000000..5f7008f --- /dev/null +++ b/account/account_get_account_world_quests.json @@ -0,0 +1,35 @@ +/* +POST /account/get_account_world_quests HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: xMYaVTN +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:14 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 23 + + +*/ +//Response +{ + "set_world_quests" : [] + } diff --git a/account/account_get_achievement_defs.json b/account/account_get_achievement_defs.json new file mode 100644 index 0000000..60cb1db --- /dev/null +++ b/account/account_get_achievement_defs.json @@ -0,0 +1,38 @@ +/* +POST /account/get_achievement_defs HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: p0tPfiE +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 155 + + +*/ +//Request +{ + "platform" : "", + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:24 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 23 + + +*/ +//Response +{ + "achievement_defs" : [] + } + diff --git a/account/account_get_achievement_stats.json b/account/account_get_achievement_stats.json new file mode 100644 index 0000000..f051e03 --- /dev/null +++ b/account/account_get_achievement_stats.json @@ -0,0 +1,142 @@ +/* +POST /account/get_achievement_stats HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: VKNuIVP +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:13 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 1404 + + +*/ +//Response +{ + "achievement_stats" : [ + { + "type" : "avatar_charge_count", + "updated" : 1717266678, + "value" : 19551.6760 + }, + { + "type" : "cape_change_count", + "updated" : 1717265455, + "value" : 2 + }, + { + "type" : "collectible_count", + "updated" : 1717267486, + "value" : 1 + }, + { + "type" : "dawn_collectibles_collected_count", + "updated" : 1717267486, + "value" : 1 + }, + { + "type" : "emotes_collected_count", + "updated" : 1717267200, + "value" : 2 + }, + { + "type" : "emotes_used_count", + "updated" : 1717267930, + "value" : 2 + }, + { + "type" : "engine_activated_count", + "updated" : 1717267579, + "value" : 3 + }, + { + "type" : "fly_continuously_1_minute_count", + "updated" : 1717264528, + "value" : 1 + }, + { + "type" : "fly_continuously_2_minute_count", + "updated" : 1717264588, + "value" : 1 + }, + { + "type" : "forged_candle_count", + "updated" : 1717266401, + "value" : 2 + }, + { + "type" : "hair_change_count", + "updated" : 1717264975, + "value" : 3 + }, + { + "type" : "highest_cape_level", + "updated" : 1717267529, + "value" : 2 + }, + { + "type" : "highest_carry_stack_count", + "updated" : 1717265455, + "value" : 1 + }, + { + "type" : "highest_flight_altitude", + "updated" : 1717267574, + "value" : 83.65780599999999 + }, + { + "type" : "join_1_player_count", + "updated" : 1717266249, + "value" : 3 + }, + { + "type" : "join_2_players_count", + "updated" : 1717266264, + "value" : 2 + }, + { + "type" : "light_candle_count", + "updated" : 1717267648, + "value" : 487 + }, + { + "type" : "non_unique_hand_hold_count", + "updated" : 1717266132, + "value" : 4 + }, + { + "type" : "non_unique_high_five_count", + "updated" : 1717264975, + "value" : 1 + }, + { + "type" : "visit_dawn_temple_exit", + "updated" : 1717268055, + "value" : 1 + }, + { + "type" : "wax_pickup_count", + "updated" : 1717266647, + "value" : 136 + } + ] + } + diff --git a/account/account_get_achievement_stats_tracking.json b/account/account_get_achievement_stats_tracking.json new file mode 100644 index 0000000..efaa749 --- /dev/null +++ b/account/account_get_achievement_stats_tracking.json @@ -0,0 +1,38 @@ +/* +POST /account/get_achievement_stats_tracking HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: 6Qk1Wqc +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 155 + + +*/ +//Request +{ + "platform" : "", + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:24 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 33 + + +*/ +//Response +{ + "achievement_stats_tracking" : [] + } + diff --git a/account/account_get_achievements.json b/account/account_get_achievements.json new file mode 100644 index 0000000..002486c --- /dev/null +++ b/account/account_get_achievements.json @@ -0,0 +1,37 @@ +/* +POST /account/get_achievements HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: S1IMwX4 +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 155 + + +*/ +//Request +{ + "platform" : "", + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:12 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 19 + + +*/ +//Response +{ + "achievements" : [] + } + diff --git a/account/account_get_app_badge_number.json b/account/account_get_app_badge_number.json new file mode 100644 index 0000000..ab3c83f --- /dev/null +++ b/account/account_get_app_badge_number.json @@ -0,0 +1,35 @@ +/* +POST /account/get_app_badge_number HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: upqVqwQ +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:18 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 26 + + +*/ +//Response +{ + "set_app_badge_number" : 0 + } diff --git a/account/account_get_blocked_friends.json b/account/account_get_blocked_friends.json new file mode 100644 index 0000000..43bca91 --- /dev/null +++ b/account/account_get_blocked_friends.json @@ -0,0 +1,38 @@ +/* +POST /account/get_blocked_friends HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: XxueytX +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 170 + + +*/ +//Request +{ + "page_max" : 1, + "page_offset" : 0, + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:23 GMT +Content-Type: application/json; charset=utf-8 +Connection: keep-alive +Content-Length: 27 + + +*/ +//Response +{ + "set_blocked_friends" : {} + } + diff --git a/account/account_get_checkpoints.json b/account/account_get_checkpoints.json new file mode 100644 index 0000000..613d8ca --- /dev/null +++ b/account/account_get_checkpoints.json @@ -0,0 +1,70 @@ +/* +POST /account/get_checkpoints HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: eHl16f0 +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:21 GMT +Content-Type: application/json; charset=utf-8 +Connection: keep-alive +Content-Length: 290 + + +*/ +//Response +{ + "checkpoints" : [ + { + "arc_order" : 1, + "bst_id" : 2455, + "is_furthest" : true, + "level_hash" : 36521, + "level_id" : 1649439303, + "states" : [ + true, + true, + true, + true, + true, + true, + true, + true, + false, + false, + false, + false, + true, + true, + false, + true, + true, + false, + false, + false, + false, + true, + false + ], + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + ] + } + diff --git a/account/account_get_collectibles.json b/account/account_get_collectibles.json new file mode 100644 index 0000000..994ead0 --- /dev/null +++ b/account/account_get_collectibles.json @@ -0,0 +1,94 @@ +/* +POST /account/get_collectibles HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: 4JhP4Kz +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:17 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 677 + + +*/ +//Response +{ + "collectibles" : [ + { + "candle_space" : false, + "carrying" : false, + "id" : "cape", + "level" : 2, + "permanent_level" : 1, + "used" : false + }, + { + "candle_space" : true, + "carrying" : false, + "id" : "flame", + "level" : 1, + "permanent_level" : 0, + "used" : true + }, + { + "candle_space" : true, + "carrying" : false, + "id" : "home", + "level" : 1, + "permanent_level" : 0, + "used" : true + }, + { + "candle_space" : true, + "carrying" : false, + "id" : "normal", + "level" : 1, + "permanent_level" : 0, + "used" : true + }, + { + "candle_space" : false, + "carrying" : false, + "id" : "point", + "level" : 2, + "permanent_level" : 1, + "used" : true + }, + { + "candle_space" : true, + "carrying" : false, + "id" : "sit", + "level" : 1, + "permanent_level" : 0, + "used" : true + }, + { + "candle_space" : true, + "carrying" : false, + "id" : "skykid", + "level" : 1, + "permanent_level" : 0, + "used" : true + } + ] + } + diff --git a/account/account_get_currency.json b/account/account_get_currency.json new file mode 100644 index 0000000..5bff6ca --- /dev/null +++ b/account/account_get_currency.json @@ -0,0 +1,39 @@ +/* +POST /account/get_currency HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: 2fMgII1 +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:12 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 36 + + +*/ +//Response +{ + "currency" : { + "candles" : 5, + "wax" : 146 + } + } + diff --git a/account/account_get_event_currency_defs.json b/account/account_get_event_currency_defs.json new file mode 100644 index 0000000..dcca2ad --- /dev/null +++ b/account/account_get_event_currency_defs.json @@ -0,0 +1,153 @@ +/* +POST /account/get_event_currency_defs HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: yOOuk8 +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:25 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 3130 + + +*/ +//Response +{ + "event_currency_defs" : [ + { + "client_currency" : "event_candle_days_of_aurora", + "event_name" : "global_aurora", + "hud_icon" : "UiMenuEventCurrencyAurora", + "id" : "days_of_aurora", + "name_string_key" : "currency_type_event_candle" + }, + { + "client_currency" : "event_candle_days_of_bloom", + "event_name" : "global_bloom", + "hud_icon" : "UiMenuEventCurrencyBloom", + "id" : "days_of_bloom", + "name_string_key" : "currency_type_event_candle" + }, + { + "client_currency" : "event_candle_days_of_pastrycafe", + "event_name" : "global_cafe", + "hud_icon" : "UiMenuEventCurrencyCafe", + "id" : "days_of_cafe", + "name_string_key" : "currency_type_event_candle" + }, + { + "client_currency" : "event_candle_days_of_color", + "event_name" : "global_rainbow", + "hud_icon" : "UiMenuEventCurrencyColor", + "id" : "days_of_color", + "name_string_key" : "currency_type_event_candle" + }, + { + "client_currency" : "event_candle_days_of_competition", + "event_name" : "global_competition", + "hud_icon" : "UiMenuEventCurrencyCompetition", + "id" : "days_of_competition", + "name_string_key" : "currency_type_event_candle" + }, + { + "client_currency" : "event_candle_days_of_fashion", + "event_name" : "global_fashion", + "forge_cost" : 10, + "hud_icon" : "UiMenuEventCurrencyFashion", + "id" : "days_of_fashion", + "name_string_key" : "currency_type_event_candle" + }, + { + "client_currency" : "event_candle_days_of_feast", + "event_name" : "global_feast", + "hud_icon" : "UiMenuEventCurrencyFeast", + "id" : "days_of_feast", + "name_string_key" : "currency_type_event_candle" + }, + { + "client_currency" : "event_candle_days_of_fireworks", + "event_name" : "global_fireworks", + "hud_icon" : "UiMenuEventCurrencyFireworks", + "id" : "days_of_fireworks", + "name_string_key" : "currency_type_event_candle" + }, + { + "client_currency" : "event_candle_days_of_fortune", + "event_name" : "global_daysoffortune", + "hud_icon" : "UiMenuEventCurrencyFortune", + "id" : "days_of_fortune", + "name_string_key" : "currency_type_event_candle" + }, + { + "client_currency" : "event_candle_days_of_love", + "event_name" : "global_daysoflove", + "hud_icon" : "UiMenuEventCurrencyLove", + "id" : "days_of_love", + "name_string_key" : "currency_type_event_candle" + }, + { + "client_currency" : "event_candle_days_of_mischief", + "event_name" : "global_halloween", + "forge_cost" : 80, + "hud_icon" : "UiMenuEventCurrencyMischief", + "id" : "days_of_mischief", + "name_string_key" : "currency_type_event_candle" + }, + { + "client_currency" : "event_candle_days_of_moonlight", + "event_name" : "global_moonlight", + "forge_cost" : 12, + "hud_icon" : "UiMenuEventCurrencyMoonlight", + "id" : "days_of_moonlight", + "name_string_key" : "currency_type_event_candle" + }, + { + "client_currency" : "event_candle_days_of_music", + "event_name" : "global_music", + "hud_icon" : "UiMenuEventCurrencyMusic", + "id" : "days_of_music", + "name_string_key" : "currency_type_event_candle" + }, + { + "client_currency" : "event_candle_days_of_nature", + "event_name" : "global_nature_2024", + "hud_icon" : "UiMenuEventCurrencyNature", + "id" : "days_of_nature", + "name_string_key" : "currency_type_event_candle" + }, + { + "client_currency" : "event_candle_days_of_sky", + "event_name" : "global_skyfest", + "forge_cost" : 6, + "hud_icon" : "UiMenuEventCurrencySky", + "id" : "days_of_sky", + "name_string_key" : "currency_type_event_candle" + }, + { + "client_currency" : "event_candle_days_of_sunlight", + "event_name" : "global_summer", + "hud_icon" : "UiMenuEventCurrencySunlight", + "id" : "days_of_summer", + "name_string_key" : "currency_type_event_candle" + } + ] + } + diff --git a/account/account_get_event_schedule.json b/account/account_get_event_schedule.json new file mode 100644 index 0000000..abc0257 --- /dev/null +++ b/account/account_get_event_schedule.json @@ -0,0 +1,1932 @@ +/* +POST /account/get_event_schedule HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: ivl2GQY +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:14 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 29937 + + +*/ +//Response +{ + "event_schedule" : { + "base_time" : 17046000, + "events" : [ + { + "duration" : "1", + "name" : "aurora_exhaleinhale_countdown", + "when" : [ 1703772720, 1703787120 ] + }, + { + "duration" : "10080", + "name" : "weekly_prop_rotation_13", + "when" : [ 1703376000 ] + }, + { + "duration" : "4", + "name" : "aurora_eyesofachild", + "when" : [ 1703774760, 1703789160 ] + }, + { + "duration" : "1440", + "name" : "collectible_float", + "when" : [ 1703721600 ] + }, + { + "duration" : "1440", + "name" : "visiting_vendor_questap07", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap11_fetch_04", + "when" : [ 1610841600 ] + }, + { + "duration" : "1440", + "name" : "visiting_vendor_ap22_miniquest_shop", + "when" : [ + 1703686320, + 1703686380, + 1703686440, + 1703686500, + 1703686560, + 1703686620, + 1703686680, + 1703686740, + 1703686800, + 1703686860, + 1703686920, + 1703686980, + 1703687040, + 1703687100, + 1703687160, + 1703687220 + ] + }, + { + "duration" : "1", + "name" : "aurora_queendom_countdown", + "when" : [ 1703775180 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap13_fetch_03", + "when" : [ 1626570000 ] + }, + { + "duration" : "1440", + "name" : "collectible_proud", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_fetch_day", + "when" : [ 1572134400 ] + }, + { + "duration" : "99999999", + "name" : "quest_cafe_serving", + "when" : [ 1697155200 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap22_miniShop_03", + "when" : [ 1700956800 ] + }, + { + "duration" : "2", + "name" : "aurora_minigame_vote_rotation", + "when" : [ + 1703772600, + 1703772720, + 1703772840, + 1703772960, + 1703773080, + 1703773200, + 1703773320, + 1703773440, + 1703773560, + 1703773680, + 1703773800, + 1703773920, + 1703774040, + 1703774160, + 1703774280, + 1703774400 + ] + }, + { + "duration" : "1440", + "name" : "collectible_force", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap18_fetch_04", + "when" : [ 1668556800 ] + }, + { + "duration" : "1440", + "name" : "collectible_manta", + "when" : [ 1703721600 ] + }, + { + "duration" : "1", + "name" : "ap18_ritual_05", + "when" : [ 1703772900, 1703773800, 1703774700 ] + }, + { + "duration" : "1440", + "name" : "collectible_whale", + "when" : [ 1703721600 ] + }, + { + "duration" : "1", + "name" : "wildlifepark_cycle_overcast_night", + "when" : [ 1703773200, 1703773920, 1703774640 ] + }, + { + "duration" : "1440", + "name" : "visiting_vendor_questap18", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap09_fetch_01", + "when" : [ 1592701200 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap23_fetch_02", + "when" : [ 1705190400 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap20_fetch_04", + "when" : [ 1682816400 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap18_fetch_03", + "when" : [ 1667088000 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap20_fetch_07", + "when" : [ 1684630800 ] + }, + { + "duration" : "1440", + "name" : "collectible_point", + "when" : [ 1703721600 ] + }, + { + "duration" : "308160", + "name" : "global_ball_beach", + "when" : [ 1694908800 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap14_fetch_04", + "when" : [ 1636243200 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap12_fetch_04", + "when" : [ 1619917200 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap17_fetch_09", + "when" : [ 1662249600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap21_fetch_03", + "when" : [ 1690678800 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap07_fetch_06", + "when" : [ 1582502400 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap23_fetch_03", + "when" : [ 1706400000 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap20_fetch_03", + "when" : [ 1681603200 ] + }, + { + "duration" : "1440", + "name" : "collectible_beacon", + "when" : [ 1703721600 ] + }, + { + "duration" : "1440", + "name" : "collectible_seek", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "global_violin", + "when" : [ 1671321600 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap19_fetch_04", + "when" : [ 1676160000 ] + }, + { + "duration" : "8", + "name" : "wildlifepark_cycle_not_night_hint", + "when" : [ 1703772720, 1703773440, 1703774160 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap15_fetch_05", + "when" : [ 1645056000 ] + }, + { + "duration" : "1440", + "name" : "visiting_vendor_questap17", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap21_fetch_03", + "when" : [ 1690678800 ] + }, + { + "duration" : "1440", + "name" : "visiting_vendor_questap12", + "when" : [ 1703721600 ] + }, + { + "duration" : "4", + "name" : "aurora_warrior", + "when" : [ 1703774040, 1703788440 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap17_fetch_07", + "when" : [ 1660438800 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap12_fetch_02", + "when" : [ 1617494400 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap17_fetch_06", + "when" : [ 1659229200 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap19_fetch_03", + "when" : [ 1674950400 ] + }, + { + "duration" : "1439", + "name" : "social_rain_bonfirecamp", + "when" : [ 1703721600 ] + }, + { + "duration" : "1440", + "name" : "collectible_armwave", + "when" : [ 1703721600, 1703808000 ] + }, + { + "duration" : "1440", + "name" : "visiting_vendor_questap22", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap09_fetch_03", + "when" : [ 1594515600 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap12_fetch_01", + "when" : [ 1616284800 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_fetch_dusk", + "when" : [ 1570320000 ] + }, + { + "duration" : "0", + "name" : "gen_shop_monthly_reset", + "when" : [ 1705449600 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap14_fetch_05", + "when" : [ 1637452800 ] + }, + { + "duration" : "110880", + "name" : "season_23", + "when" : [ 1703980800 ] + }, + { + "duration" : "1440", + "name" : "collectible_cry", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap21_fetch_01", + "when" : [ 1688259600 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap12_fetch_05", + "when" : [ 1621126800 ] + }, + { + "duration" : "1440", + "name" : "collectible_shy", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap22_miniHouse_01", + "when" : [ 1697328000 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap22_miniShop_03", + "when" : [ 1700956800 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap13_fetch_01", + "when" : [ 1625360400 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap18_fetch_01", + "when" : [ 1664668800 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap22_fetch_02", + "when" : [ 1696723200 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap20_fetch_02", + "when" : [ 1680998400 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap10_fetch_01", + "when" : [ 1600560000 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap22_miniSocial_03", + "when" : [ 1700352000 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap17_fetch_05", + "when" : [ 1659229200 ] + }, + { + "duration" : "1440", + "name" : "collectible_nothanks", + "when" : [ 1703721600 ] + }, + { + "duration" : "1440", + "name" : "visiting_vendor_questap23", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap17_fetch_07", + "when" : [ 1660438800 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap08_fetch_03", + "when" : [ 1586649600 ] + }, + { + "duration" : "3", + "name" : "halloween_cauldron_spell", + "when" : [ 1703772960, 1703773440, 1703773920, 1703774400, 1703774880 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap07_fetch_02", + "when" : [ 1578182400 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap10_fetch_03", + "when" : [ 1602979200 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap20_fetch_08", + "when" : [ 1685840400 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap20_fetch_07", + "when" : [ 1684630800 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap20_fetch_09", + "when" : [ 1685322000 ] + }, + { + "duration" : "99999999", + "name" : "sunset_village_spell_shop", + "when" : [ 1654390800 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_fetch_night", + "when" : [ 1572739200 ] + }, + { + "duration" : "99999999", + "name" : "quest_nature_vortex1", + "when" : [ 1664928000 ] + }, + { + "duration" : "2", + "name" : "wildlifepark_cycle_morning", + "when" : [ 1703772720, 1703773440, 1703774160 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap15_fetch_04", + "when" : [ 1643846400 ] + }, + { + "duration" : "1", + "name" : "aurora_orbit_countdown", + "when" : [ 1703775000 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap12_fetch_03", + "when" : [ 1618704000 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap23_fetch_01", + "when" : [ 1703980800 ] + }, + { + "duration" : "1440", + "name" : "collectible_thumbsup", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap22_fetch_03", + "when" : [ 1697328000 ] + }, + { + "duration" : "1439", + "name" : "social_eelwatercreature", + "when" : [ 1703721600 ] + }, + { + "duration" : "1440", + "name" : "collectible_yawn", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap22_miniSocial_01", + "when" : [ 1697328000 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap17_fetch_10", + "when" : [ 1662249600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap20_fetch_01", + "when" : [ 1680393600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap22_miniHouse_02", + "when" : [ 1697932800 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap11_fetch_06", + "when" : [ 1612396800 ] + }, + { + "duration" : "99999999", + "name" : "season_06_ever_started", + "when" : [ 1570320000 ] + }, + { + "duration" : "1439", + "name" : "social_skyway_speedtube", + "when" : [ 1703721600 ] + }, + { + "duration" : "3", + "name" : "aurora_orbit", + "when" : [ 1703775000 ] + }, + { + "duration" : "99999999", + "name" : "collectible_questap23_duo", + "when" : [ 1706400000 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap08_fetch_01", + "when" : [ 1584835200 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap16_fetch_04", + "when" : [ 1652576400 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap23_fetch_01", + "when" : [ 1703980800 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap20_fetch_05", + "when" : [ 1683421200 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap17_fetch_01", + "when" : [ 1656810000 ] + }, + { + "duration" : "1440", + "name" : "event_rain_tcandles3", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap18_fetch_01", + "when" : [ 1664668800 ] + }, + { + "duration" : "1440", + "name" : "collectible_laugh", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap09_fetch_02", + "when" : [ 1593306000 ] + }, + { + "duration" : "10", + "name" : "mainstreet_cycle_sunset_B", + "when" : [ 1703774400 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap16_fetch_01", + "when" : [ 1648944000 ] + }, + { + "duration" : "99999999", + "name" : "global_cafe_open", + "when" : [ 1697155200 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap10_fetch_05", + "when" : [ 1604188800 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap13_fetch_04", + "when" : [ 1627779600 ] + }, + { + "duration" : "134280", + "name" : "global_merchandise_live", + "when" : [ 1703181600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap21_fetch_05", + "when" : [ 1693094400 ] + }, + { + "duration" : "1440", + "name" : "collectible_sneaky", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999998", + "name" : "spiritshopitem_ap06unlock_ap08_fetch_04", + "when" : [ 1587862800 ] + }, + { + "duration" : "99999999", + "name" : "nature_geyser_on", + "when" : [ 1601769600 ] + }, + { + "duration" : "1440", + "name" : "global_weekend_shop2", + "when" : [ 1759363200 ] + }, + { + "duration" : "3", + "name" : "fireworks_show_act1", + "when" : [ 1703789100 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap09_fetch_04", + "when" : [ 1595725200 ] + }, + { + "duration" : "99999999", + "name" : "collectible_duetbow", + "when" : [ 1706400000 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap19_fetch_01", + "when" : [ 1672531200 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap10_fetch_05", + "when" : [ 1604188800 ] + }, + { + "duration" : "1440", + "name" : "collectible_wave", + "when" : [ 1703721600 ] + }, + { + "duration" : "1440", + "name" : "visiting_vendor_questap10", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap13_fetch_02", + "when" : [ 1625965200 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap18_fetch_02", + "when" : [ 1665878400 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap10_fetch_01", + "when" : [ 1600560000 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap22_miniSocial_01", + "when" : [ 1697328000 ] + }, + { + "duration" : "0", + "name" : "gen_shop_yearly_reset", + "when" : [ 1718672400 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap11_fetch_02", + "when" : [ 1609286400 ] + }, + { + "duration" : "1", + "name" : "aurora_warrior_countdown", + "when" : [ 1703773980, 1703788380 ] + }, + { + "duration" : "99999999", + "name" : "global_pc_launch", + "when" : [ 1695686400 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap14_fetch_03", + "when" : [ 1635033600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap17_fetch_08", + "when" : [ 1660438800 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap07_fetch_03", + "when" : [ 1578787200 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap23_fetch_02", + "when" : [ 1705190400 ] + }, + { + "duration" : "1440", + "name" : "quest_tgc_office_scott", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap20_fetch_08", + "when" : [ 1685840400 ] + }, + { + "duration" : "48", + "name" : "aurora_concert", + "when" : [ 1703772600, 1703787000 ] + }, + { + "duration" : "1440", + "name" : "visiting_vendor_questap16", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap10_fetch_02", + "when" : [ 1601769600 ] + }, + { + "duration" : "4", + "name" : "aurora_exhaleinhale", + "when" : [ 1703772720, 1703787120 ] + }, + { + "duration" : "0", + "name" : "gen_shop_daily_reset", + "when" : [ 1703808000 ] + }, + { + "duration" : "1", + "name" : "aurora_theseed_countdown", + "when" : [ 1703774400, 1703788800 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap18_fetch_02", + "when" : [ 1665878400 ] + }, + { + "duration" : "1440", + "name" : "collectible_backflip", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap21_fetch_02", + "when" : [ 1689469200 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap13_fetch_05", + "when" : [ 1629594000 ] + }, + { + "duration" : "1", + "name" : "aurora_runaway_countdown", + "when" : [ 1703773080, 1703787480 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap22_miniShop_01", + "when" : [ 1697328000 ] + }, + { + "duration" : "1440", + "name" : "visiting_vendor_ap22_miniquest_house", + "when" : [ + 1703686320, + 1703686380, + 1703686440, + 1703686500, + 1703686560, + 1703686620, + 1703686680, + 1703686740, + 1703686800, + 1703686860, + 1703686920, + 1703686980, + 1703687040, + 1703687100, + 1703687160, + 1703687220 + ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_fetch_dawn", + "when" : [ 1571529600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap12_fetch_02", + "when" : [ 1617494400 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_fetch_rain", + "when" : [ 1574812800 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap19_fetch_05", + "when" : [ 1677974400 ] + }, + { + "duration" : "1440", + "name" : "event_rain_tcandle_master", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap23_fetch_05", + "when" : [ 1708819200 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap22_fetch_02", + "when" : [ 1696723200 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap11_fetch_07", + "when" : [ 1613260800 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap15_fetch_03", + "when" : [ 1642636800 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap10_fetch_02", + "when" : [ 1601769600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap18_fetch_03", + "when" : [ 1667088000 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap10_fetch_04", + "when" : [ 1603584000 ] + }, + { + "duration" : "2", + "name" : "aurora_exhaleinhale_wrap", + "when" : [ 1703772960, 1703787360 ] + }, + { + "duration" : "1440", + "name" : "collectible_salute", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap14_fetch_04", + "when" : [ 1636243200 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap22_miniSocial_02", + "when" : [ 1699747200 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap19_fetch_03", + "when" : [ 1674950400 ] + }, + { + "duration" : "15", + "name" : "ap18_ritual_timer_15", + "when" : [ 1703772000, 1703772900, 1703773800, 1703774700 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap13_fetch_03", + "when" : [ 1626570000 ] + }, + { + "duration" : "7", + "name" : "ap18_ritual_04_audience_lobby", + "when" : [ 1703772480, 1703773380, 1703774280, 1703775180 ] + }, + { + "duration" : "1440", + "name" : "visiting_vendor_questap20", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap16_fetch_03", + "when" : [ 1651366800 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap10_fetch_04", + "when" : [ 1603584000 ] + }, + { + "duration" : "1440", + "name" : "collectible_strong", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap12_fetch_05", + "when" : [ 1621126800 ] + }, + { + "duration" : "10080", + "name" : "musicshop_weekly_rotation_02", + "when" : [ 1703376000 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap17_fetch_05", + "when" : [ 1659229200 ] + }, + { + "duration" : "1440", + "name" : "global_fireworks_show", + "when" : [ 1703721600 ] + }, + { + "duration" : "4", + "name" : "aurora_runaway", + "when" : [ 1703773140, 1703787540 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap17_fetch_03", + "when" : [ 1658019600 ] + }, + { + "duration" : "1440", + "name" : "collectible_ohno", + "when" : [ 1703721600 ] + }, + { + "duration" : "16", + "name" : "fireworks_show_medpad", + "when" : [ 1703789040 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap09_fetch_02", + "when" : [ 1593306000 ] + }, + { + "duration" : "10080", + "name" : "social_feed_prompt_surprise_party", + "when" : [ 1703721600 ] + }, + { + "duration" : "1440", + "name" : "visiting_vendor_ap22_miniquest_social", + "when" : [ + 1703686320, + 1703686380, + 1703686440, + 1703686500, + 1703686560, + 1703686620, + 1703686680, + 1703686740, + 1703686800, + 1703686860, + 1703686920, + 1703686980, + 1703687040, + 1703687100, + 1703687160, + 1703687220 + ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap16_fetch_05", + "when" : [ 1653501600 ] + }, + { + "duration" : "1", + "name" : "ap18_ritual_04", + "when" : [ 1703772900, 1703773800, 1703774700 ] + }, + { + "duration" : "1", + "name" : "ap18_ritual_02", + "when" : [ 1703772900, 1703773800, 1703774700 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap07_fetch_05", + "when" : [ 1579996800 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap17_fetch_03", + "when" : [ 1658019600 ] + }, + { + "duration" : "2", + "name" : "aurora_warrior_wrap", + "when" : [ 1703774280, 1703788680 ] + }, + { + "duration" : "1440", + "name" : "visiting_vendor_questap11", + "when" : [ 1703721600 ] + }, + { + "duration" : "1440", + "name" : "rain_darkstone_0", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap18_fetch_05", + "when" : [ 1669507200 ] + }, + { + "duration" : "1", + "name" : "aurora_softinside_countdown", + "when" : [ 1703773500, 1703787900 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap14_fetch_01", + "when" : [ 1632614400 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap21_fetch_04", + "when" : [ 1691888400 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap22_miniHouse_03", + "when" : [ 1699747200 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap17_fetch_01", + "when" : [ 1656810000 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap14_fetch_02", + "when" : [ 1633824000 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap20_fetch_06", + "when" : [ 1684026000 ] + }, + { + "duration" : "4", + "name" : "aurora_theseed", + "when" : [ 1703774460, 1703788860 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap23_fetch_03", + "when" : [ 1706400000 ] + }, + { + "duration" : "99999999", + "name" : "global_mainstreet", + "when" : [ 1684026000 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap11_fetch_05", + "when" : [ 1611619200 ] + }, + { + "duration" : "3", + "name" : "wildlifepark_cycle_day", + "when" : [ 1703772900, 1703773620, 1703774340 ] + }, + { + "duration" : "1440", + "name" : "prairie_quest", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap15_fetch_01", + "when" : [ 1640476800 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap19_fetch_04", + "when" : [ 1676160000 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap09_fetch_05", + "when" : [ 1596330000 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap12_fetch_04", + "when" : [ 1619917200 ] + }, + { + "duration" : "1440", + "name" : "collectible_rhythmicclap", + "when" : [ 1703721600, 1703808000 ] + }, + { + "duration" : "1439", + "name" : "social_dusk_spitroastpassive", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap16_fetch_04", + "when" : [ 1652576400 ] + }, + { + "duration" : "1440", + "name" : "collectible_brave", + "when" : [ 1703721600 ] + }, + { + "duration" : "1440", + "name" : "collectible_bow", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap12_fetch_03", + "when" : [ 1618704000 ] + }, + { + "duration" : "1440", + "name" : "global_qixi_couple", + "when" : [ 1705708800 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap20_fetch_06", + "when" : [ 1684026000 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap22_miniHouse_01", + "when" : [ 1697328000 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap20_fetch_03", + "when" : [ 1681603200 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap07_fetch_04", + "when" : [ 1579478400 ] + }, + { + "duration" : "1440", + "name" : "collectible_butterfly", + "when" : [ 1703721600 ] + }, + { + "duration" : "1440", + "name" : "collectible_love", + "when" : [ 1703721600 ] + }, + { + "duration" : "1440", + "name" : "quest_sunset_flyrace", + "when" : [ 1703721600 ] + }, + { + "duration" : "9", + "name" : "aurora_soundbath_session", + "when" : [ 1703772600, 1703773200, 1703773800, 1703774400, 1703775000 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap22_miniShop_01", + "when" : [ 1697328000 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap10_fetch_06", + "when" : [ 1605398400 ] + }, + { + "duration" : "1440", + "name" : "collectible_lookaround", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap22_fetch_05", + "when" : [ 1700956800 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap14_fetch_05", + "when" : [ 1637452800 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap09_fetch_03", + "when" : [ 1594515600 ] + }, + { + "duration" : "5", + "name" : "mainstreet_cycle_overcast_day_B", + "when" : [ 1703772600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap16_fetch_01", + "when" : [ 1648944000 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap18_fetch_05", + "when" : [ 1669507200 ] + }, + { + "duration" : "1439", + "name" : "social_sunset_labyrinth", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap07_fetch_01", + "when" : [ 1577577600 ] + }, + { + "duration" : "99999999", + "name" : "social_wax_on", + "when" : [ 1613433600 ] + }, + { + "duration" : "15", + "name" : "global_nature_geyser", + "when" : [ 1703772000 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap19_fetch_01", + "when" : [ 1672531200 ] + }, + { + "duration" : "99999999", + "name" : "quest_nature_vortex3", + "when" : [ 1664928000 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap20_fetch_02", + "when" : [ 1680998400 ] + }, + { + "duration" : "4", + "name" : "aurora_queendom", + "when" : [ 1703775240 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap10_fetch_06", + "when" : [ 1605398400 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap14_fetch_03", + "when" : [ 1635033600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap13_fetch_01", + "when" : [ 1625360400 ] + }, + { + "duration" : "1440", + "name" : "visiting_vendor_questap08", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap16_fetch_02", + "when" : [ 1650153600 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap20_fetch_05", + "when" : [ 1683421200 ] + }, + { + "duration" : "15", + "name" : "social_rain_grandmatable", + "when" : [ 1703773800 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap11_fetch_04", + "when" : [ 1610841600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap22_fetch_01", + "when" : [ 1696118400 ] + }, + { + "duration" : "1440", + "name" : "collectible_ghost", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap13_fetch_05", + "when" : [ 1629594000 ] + }, + { + "duration" : "7", + "name" : "ap18_ritual_03_audience_lobby", + "when" : [ 1703772480, 1703773380, 1703774280, 1703775180 ] + }, + { + "duration" : "1440", + "name" : "stormy_rain", + "when" : [ 1703721600 ] + }, + { + "duration" : "2", + "name" : "aurora_concert_countdown", + "when" : [ 1703772600, 1703787000 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap17_fetch_09", + "when" : [ 1662249600 ] + }, + { + "duration" : "1440", + "name" : "visiting_vendor_questap21", + "when" : [ 1703721600 ] + }, + { + "duration" : "1439", + "name" : "social_prairie_cozycave", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap17_fetch_02", + "when" : [ 1656810000 ] + }, + { + "duration" : "1440", + "name" : "collectible_cold", + "when" : [ 1703721600 ] + }, + { + "duration" : "1440", + "name" : "collectible_bird", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap21_fetch_05_part02", + "when" : [ 1693094400 ] + }, + { + "duration" : "1440", + "name" : "collectible_sorry", + "when" : [ 1703721600 ] + }, + { + "duration" : "1440", + "name" : "visiting_vendor_questap13", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap22_miniSocial_02", + "when" : [ 1699747200 ] + }, + { + "duration" : "1440", + "name" : "collectible_handstand", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap13_fetch_02", + "when" : [ 1625965200 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap14_fetch_01", + "when" : [ 1632614400 ] + }, + { + "duration" : "7", + "name" : "ap18_ritual_02_audience_lobby", + "when" : [ 1703772480, 1703773380, 1703774280, 1703775180 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap22_miniShop_02", + "when" : [ 1699142400 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap22_miniHouse_03", + "when" : [ 1699747200 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap21_fetch_05", + "when" : [ 1693094400 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap20_fetch_01", + "when" : [ 1680393600 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap19_fetch_02", + "when" : [ 1673740800 ] + }, + { + "duration" : "1440", + "name" : "collectible_cape", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap10_fetch_03", + "when" : [ 1602979200 ] + }, + { + "duration" : "7", + "name" : "ap18_ritual_05_audience_lobby", + "when" : [ 1703772480, 1703773380, 1703774280, 1703775180 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap16_fetch_05", + "when" : [ 1653501600 ] + }, + { + "duration" : "99999999", + "name" : "sunset_village_fishing", + "when" : [ 1654390800 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap22_fetch_01", + "when" : [ 1696118400 ] + }, + { + "duration" : "1440", + "name" : "quest_sunset_race", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap17_fetch_04", + "when" : [ 1658019600 ] + }, + { + "duration" : "1440", + "name" : "visiting_vendor_questap15", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap21_fetch_01", + "when" : [ 1688259600 ] + }, + { + "duration" : "1440", + "name" : "visiting_vendor_questap19", + "when" : [ 1703721600 ] + }, + { + "duration" : "1440", + "name" : "day_boat", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "quest_nature_vortex2", + "when" : [ 1664928000 ] + }, + { + "duration" : "1440", + "name" : "collectible_die", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap16_fetch_03", + "when" : [ 1651366800 ] + }, + { + "duration" : "0", + "name" : "hub_clocktower", + "when" : [ 1703772900, 1703773800, 1703774700 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap22_fetch_05", + "when" : [ 1700956800 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap14_fetch_02", + "when" : [ 1633824000 ] + }, + { + "duration" : "3", + "name" : "wildlifepark_cycle_night", + "when" : [ 1703772540, 1703773260, 1703773980, 1703774700 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap15_fetch_02", + "when" : [ 1641168000 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap18_fetch_04", + "when" : [ 1668556800 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap20_fetch_10", + "when" : [ 1686445200 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap12_fetch_01", + "when" : [ 1616284800 ] + }, + { + "duration" : "5", + "name" : "aurora_softinside", + "when" : [ 1703773560, 1703787960 ] + }, + { + "duration" : "25", + "name" : "mainstreet_cycle_day_B", + "when" : [ 1703772900 ] + }, + { + "duration" : "1440", + "name" : "collectible_cheer", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap15_fetch_06", + "when" : [ 1646265600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap20_fetch_09", + "when" : [ 1685322000 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap20_fetch_04", + "when" : [ 1682816400 ] + }, + { + "duration" : "1440", + "name" : "dusk_darkstone_0", + "when" : [ 1703721600 ] + }, + { + "duration" : "1440", + "name" : "collectible_come", + "when" : [ 1703721600 ] + }, + { + "duration" : "0", + "name" : "gen_shop_weekly_reset", + "when" : [ 1703980800 ] + }, + { + "duration" : "1440", + "name" : "collectible_pray", + "when" : [ 1703721600 ] + }, + { + "duration" : "1440", + "name" : "collectible_pout", + "when" : [ 1703721600 ] + }, + { + "duration" : "2", + "name" : "wildlifepark_cycle_sunset", + "when" : [ 1703773080, 1703773800, 1703774520 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_fetch_sunset", + "when" : [ 1570924800 ] + }, + { + "duration" : "99999999", + "name" : "social_turtle_on", + "when" : [ 1633219200 ] + }, + { + "duration" : "1440", + "name" : "collectible_wipe", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap19_fetch_02", + "when" : [ 1673740800 ] + }, + { + "duration" : "99999999", + "name" : "feast_toyvendorforever", + "when" : [ 1685840400 ] + }, + { + "duration" : "1440", + "name" : "visiting_vendor_questap06", + "when" : [ 1703721600 ] + }, + { + "duration" : "2", + "name" : "aurora_runaway_wrap", + "when" : [ 1703773380, 1703787780 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap21_fetch_04", + "when" : [ 1691888400 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap16_fetch_02", + "when" : [ 1650153600 ] + }, + { + "duration" : "10080", + "name" : "wing_buff_conversion_period", + "when" : [ 1703289600 ] + }, + { + "duration" : "1440", + "name" : "collectible_raisetheroof", + "when" : [ 1703721600, 1703808000 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap22_miniSocial_03", + "when" : [ 1700352000 ] + }, + { + "duration" : "99999999", + "name" : "global_office_shop", + "when" : [ + 0, + 31536000, + 63158400, + 94694400, + 126230400, + 157766400, + 189388800, + 220924800, + 252460800, + 283996800, + 315619200, + 347155200, + 378691200, + 410227200, + 441849600, + 473385600 + ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap23_fetch_04", + "when" : [ 1707609600 ] + }, + { + "duration" : "2", + "name" : "fetch_manta_fertilizer_01", + "when" : [ + 1703772720, + 1703772960, + 1703773200, + 1703773440, + 1703773680, + 1703773920, + 1703774160, + 1703774400, + 1703774640 + ] + }, + { + "duration" : "1", + "name" : "ap18_ritual_03", + "when" : [ 1703772900, 1703773800, 1703774700 ] + }, + { + "duration" : "1440", + "name" : "visiting_vendor_questap14", + "when" : [ 1703721600 ] + }, + { + "duration" : "2", + "name" : "aurora_softinside_wrap", + "when" : [ 1703773860, 1703788260 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap11_fetch_03", + "when" : [ 1609977600 ] + }, + { + "duration" : "1440", + "name" : "visiting_vendor_questap09", + "when" : [ 1703721600 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap09_fetch_01", + "when" : [ 1592701200 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap22_fetch_04", + "when" : [ 1699747200 ] + }, + { + "duration" : "1440", + "name" : "collectible_twirl", + "when" : [ 1703721600, 1703808000 ] + }, + { + "duration" : "99999999", + "name" : "quest_sunset_yeti_race", + "when" : [ 1654390800 ] + }, + { + "duration" : "1440", + "name" : "collectible_scared", + "when" : [ 1703721600 ] + }, + { + "duration" : "1440", + "name" : "global_weekend_shop", + "when" : [ 1703721600, 1703808000 ] + }, + { + "duration" : "44640", + "name" : "social_feed_prompt_hide_seek", + "when" : [ 1702771200 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap11_fetch_01", + "when" : [ 1608508800 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap20_fetch_10", + "when" : [ 1686445200 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap13_fetch_04", + "when" : [ 1627779600 ] + }, + { + "duration" : "25", + "name" : "season_21_deersummon", + "when" : [ 1703772000, 1703773800, 1703775600 ] + }, + { + "duration" : "1", + "name" : "aurora_eyesofachild_countdown", + "when" : [ 1703774700, 1703789100 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap09_fetch_04", + "when" : [ 1595725200 ] + }, + { + "duration" : "1440", + "name" : "global_daily_reset_time", + "when" : [ 1703721600, 1703808000 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap22_miniHouse_02", + "when" : [ 1697932800 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap19_fetch_05", + "when" : [ 1677974400 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap08_fetch_02", + "when" : [ 1585440000 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap21_fetch_02", + "when" : [ 1689469200 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap22_fetch_04", + "when" : [ 1699747200 ] + }, + { + "duration" : "1", + "name" : "wildlifepark_cycle_overcast_day", + "when" : [ 1703772840, 1703773560, 1703774280 ] + }, + { + "duration" : "99999999", + "name" : "spiritshopitem_ap06unlock_ap22_fetch_03", + "when" : [ 1697328000 ] + }, + { + "duration" : "99999999", + "name" : "quest_ap22_miniShop_02", + "when" : [ 1699142400 ] + } + ], + "server_time" : 1720818974, + "valid_until" : 1720820774 + } + } + diff --git a/account/account_get_external_friends.json b/account/account_get_external_friends.json new file mode 100644 index 0000000..f857e86 --- /dev/null +++ b/account/account_get_external_friends.json @@ -0,0 +1,38 @@ +/* +POST /account/get_external_friends HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: 8wQh9Vf +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 156 + + +*/ +//Request +{ + "max_count" : 64, + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:21 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 31 + + +*/ +//Response +{ + "external_account_friends" : [] + } + diff --git a/account/account_get_forge_rates.json b/account/account_get_forge_rates.json new file mode 100644 index 0000000..2d65871 --- /dev/null +++ b/account/account_get_forge_rates.json @@ -0,0 +1,49 @@ +/* +POST /account/get_forge_rates HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: AKVhPym +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:12 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 203 + + +*/ +//Response +{ + "forge_rates" : [ + { + "current_level" : 4, + "current_tier" : 26, + "enabled" : true, + "level_completion" : 0.0, + "level_tier_count" : 5, + "level_tier_index" : 0, + "reset_acknowledged" : true, + "source_type" : "wax", + "tier_completion" : 0.0 + } + ] + } + diff --git a/account/account_get_friend_statues.json b/account/account_get_friend_statues.json new file mode 100644 index 0000000..96fb2a6 --- /dev/null +++ b/account/account_get_friend_statues.json @@ -0,0 +1,40 @@ +/* +POST /account/get_friend_statues HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: EJnlkak +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 164 + + +*/ +//Request +{ + "max" : 150, + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "sort_ver" : 1, + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:11 GMT +Content-Type: application/json; charset=utf-8 +Connection: keep-alive +Content-Length: 58 + + +*/ +//Response +{ + "constellation_friend_pages" : [], + "set_friend_statues" : [] + } + diff --git a/account/account_get_friends.json b/account/account_get_friends.json new file mode 100644 index 0000000..2ec92cb --- /dev/null +++ b/account/account_get_friends.json @@ -0,0 +1,44 @@ +/* +POST /account/get_friends HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 154 + + +*/ +//Request +{ + "players" : [ + "bfdc112f-07cd-467c-80aa-ad1a2a980f95", + "0983c7f1-a829-495f-af4a-a7a6ef997ba1", + "44d58290-5729-46ef-983a-2723e0da1f9b", + "6fcd98ac-6f47-4394-a2df-60cf9dfe119b", + "ec9fa2e6-4ed0-42b9-a00e-279a7ae02a8e", + "13f4e92b-c39f-43a5-ae6f-f05509c43414" + ], + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:10 GMT +Content-Type: application/json; charset=utf-8 +Connection: keep-alive +Content-Length: 21 + + +*/ +//Response +{ + "set_friends" : [] + } + diff --git a/account/account_get_generic_shop_item_tracking_info.json b/account/account_get_generic_shop_item_tracking_info.json new file mode 100644 index 0000000..3f55377 --- /dev/null +++ b/account/account_get_generic_shop_item_tracking_info.json @@ -0,0 +1,36 @@ +/* +POST /account/get_generic_shop_item_tracking_info HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (HP ENVY x360 Convertible 13-ay1xxx; win 10.0.22631; en) +X-Session-ID: 1be93222-7934-ec11-810d-c85acf455968 +Content-Type: application/json +trace-id: vt0V9iH +user-id: 7bcff223-37a6-4856-a7ba-d23845079b3c +session: 2b393ebf9b28bb875b8a9146ba554a66 +x-sky-level-id: 3526133726 +Content-Length: 178 + +*/ +//Request +{ + "session" : "2b393ebf9b28bb875b8a9146ba554a66", + "shop_name" : "SpellShop_Oasis_Scroll", + "user" : "7bcff223-37a6-4856-a7ba-d23845079b3c", + "user_id" : "7bcff223-37a6-4856-a7ba-d23845079b3c" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Sun, 14 Jul 2024 13:13:51 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 38 + +*/ +//Response +{ + "generic_shop_item_tracking_info" : [] + } + diff --git a/account/account_get_generic_shops.json b/account/account_get_generic_shops.json new file mode 100644 index 0000000..80f0bc7 --- /dev/null +++ b/account/account_get_generic_shops.json @@ -0,0 +1,4695 @@ +/* +POST /account/get_generic_shops HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: zydMs8a +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:21 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 99940 + + +*/ +//Response +{ + "generic_shop_defs" : [ + { + "cost" : 50, + "currency_type" : "candles", + "event_name" : "global_pc_launch", + "icon" : "UiOutfitPropCompanionCube", + "id" : 3957656605, + "item_count" : 1, + "item_name" : "CharSkyKid_Prop_CompanionCube", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "PropCompanionCube", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "SpellShop_PClaunch_Scroll", + "unlock_requiremnts" : [] + }, + { + "cost" : 8, + "currency_type" : "candles", + "event_name" : "", + "icon" : "", + "id" : 274752788, + "item_count" : 3, + "item_name" : "message_lantern", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "MessageLanternScroll", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_MainStreet_Boat", + "unlock_requiremnts" : [] + }, + { + "cost" : 6, + "currency_type" : "candles", + "event_name" : "", + "icon" : "", + "id" : 129342338, + "item_count" : 3, + "item_name" : "message_boat", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "MessageBoatScroll", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_MainStreet_Boat", + "unlock_requiremnts" : [] + }, + { + "cost" : 8, + "currency_type" : "candles", + "event_name" : "", + "icon" : "", + "id" : 1446625211, + "item_count" : 3, + "item_name" : "message_crane", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "MessageCraneScroll", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_MainStreet_Boat", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "", + "icon" : "UiOutfitPropStool", + "id" : 3006582366, + "item_count" : 1, + "item_name" : "CharSkyKid_Prop_StoneStool", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "TestStoneStool", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "PropShop_MainStreet_Quest01", + "unlock_requiremnts" : [] + }, + { + "cost" : 5, + "currency_type" : "candles", + "event_name" : "", + "icon" : "", + "id" : 3737094892, + "item_count" : 2, + "item_name" : "glow", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "GlowSpell", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Oasis_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 5, + "currency_type" : "candles", + "event_name" : "", + "icon" : "", + "id" : 1377390457, + "item_count" : 2, + "item_name" : "energy", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "EnergySpell", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Oasis_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 5, + "currency_type" : "candles", + "event_name" : "", + "icon" : "", + "id" : 3951980745, + "item_count" : 2, + "item_name" : "gravity", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "GravitySpell", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Oasis_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 10, + "currency_type" : "prestige", + "event_name" : "global_weekend_shop", + "icon" : "", + "id" : 1632377743, + "item_count" : 2, + "item_name" : "outfit_prop_lantern", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "LanternSpell", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Oasis_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "", + "icon" : "", + "id" : 3844956839, + "item_count" : 1, + "item_name" : "dnd", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "DNDSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "SpellShop_Oasis_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 1, + "currency_type" : "candles", + "event_name" : "", + "icon" : "", + "id" : 4028709293, + "item_count" : 1, + "item_name" : "dnd", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 10, + "name" : "DNDSpell", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "SpellShop_Oasis_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 3, + "currency_type" : "candles", + "event_name" : "", + "icon" : "", + "id" : 1937638925, + "item_count" : 5, + "item_name" : "dnd", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "DNDSpellBundle", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "SpellShop_Oasis_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 5, + "currency_type" : "candles", + "event_name" : "", + "icon" : "", + "id" : 1604764503, + "item_count" : 2, + "item_name" : "fireworks", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "FireworksScroll", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Oasis_Scroll", + "unlock_requiremnts" : [] + }, + { + "cost" : 12, + "currency_type" : "candles", + "event_name" : "", + "icon" : "", + "id" : 57321877, + "item_count" : 2, + "item_name" : "table", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "TableScroll", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Oasis_Scroll", + "unlock_requiremnts" : [] + }, + { + "cost" : 8, + "currency_type" : "heart", + "event_name" : "global_weekend_shop", + "icon" : "", + "id" : 867215451, + "item_count" : 2, + "item_name" : "swing", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "SwingScroll", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Oasis_Scroll", + "unlock_requiremnts" : [] + }, + { + "cost" : 8, + "currency_type" : "heart", + "event_name" : "global_weekend_shop", + "icon" : "", + "id" : 1160320591, + "item_count" : 2, + "item_name" : "seesaw", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "SeesawScroll", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Oasis_Scroll", + "unlock_requiremnts" : [] + }, + { + "cost" : 8, + "currency_type" : "heart", + "event_name" : "global_weekend_shop", + "icon" : "", + "id" : 64464926, + "item_count" : 2, + "item_name" : "outfit_prop_gondola", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "LoveGondolaSpell", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Oasis_Scroll", + "unlock_requiremnts" : [] + }, + { + "cost" : 10, + "currency_type" : "prestige", + "event_name" : "global_weekend_shop", + "icon" : "", + "id" : 2875563538, + "item_count" : 2, + "item_name" : "bonfire", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "BonfireScroll", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Oasis_Scroll", + "unlock_requiremnts" : [] + }, + { + "cost" : 9, + "currency_type" : "prestige", + "event_name" : "global_weekend_shop", + "icon" : "", + "id" : 71416379, + "item_count" : 3, + "item_name" : "rainbow", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RainbowScroll", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Oasis_Scroll", + "unlock_requiremnts" : [] + }, + { + "cost" : 6, + "currency_type" : "candles", + "event_name" : "", + "icon" : "", + "id" : 2276397260, + "item_count" : 3, + "item_name" : "message_boat", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "MessageBoatScroll", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Oasis_Scroll", + "unlock_requiremnts" : [] + }, + { + "cost" : 8, + "currency_type" : "candles", + "event_name" : "", + "icon" : "", + "id" : 886167131, + "item_count" : 3, + "item_name" : "message_crane", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "MessageCraneScroll", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Oasis_Scroll", + "unlock_requiremnts" : [] + }, + { + "cost" : 2, + "currency_type" : "candles", + "event_name" : "", + "icon" : "", + "id" : 2359108641, + "item_count" : 5, + "item_name" : "pinwheel", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "PinwheelScroll", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Oasis_Scroll", + "unlock_requiremnts" : [] + }, + { + "cost" : 5, + "currency_type" : "candles", + "event_name" : "", + "icon" : "", + "id" : 2206184493, + "item_count" : 1, + "item_name" : "memory_candle", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "SharedMemoryScroll", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Oasis_Scroll", + "unlock_requiremnts" : [] + }, + { + "cost" : 4, + "currency_type" : "candles", + "event_name" : "global_weekend_shop", + "icon" : "", + "id" : 3251547450, + "item_count" : 1, + "item_name" : "memory_candle", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "SharedMemoryScrollSale", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Oasis_Scroll", + "unlock_requiremnts" : [] + }, + { + "cost" : 4, + "currency_type" : "heart", + "event_name" : "", + "icon" : "", + "id" : 1605690993, + "item_count" : 3, + "item_name" : "memory_candle", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "SharedMemoryScrollHeart", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Oasis_Scroll", + "unlock_requiremnts" : [] + }, + { + "cost" : 5, + "currency_type" : "candles", + "event_name" : "", + "icon" : "", + "id" : 1593826116, + "item_count" : 1, + "item_name" : "sharedspace_candle", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "SharedSpaceScroll", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Oasis_Scroll", + "unlock_requiremnts" : [] + }, + { + "cost" : 4, + "currency_type" : "candles", + "event_name" : "global_weekend_shop", + "icon" : "", + "id" : 3948238859, + "item_count" : 1, + "item_name" : "sharedspace_candle", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "SharedSpaceScrollSale", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Oasis_Scroll", + "unlock_requiremnts" : [] + }, + { + "cost" : 4, + "currency_type" : "heart", + "event_name" : "", + "icon" : "", + "id" : 892407214, + "item_count" : 3, + "item_name" : "sharedspace_candle", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "SharedSpaceScrollHeart", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Oasis_Scroll", + "unlock_requiremnts" : [] + }, + { + "cost" : 2, + "currency_type" : "candles", + "event_name" : "", + "icon" : "", + "id" : 2200775306, + "item_count" : 2, + "item_name" : "outfit_prop_hackysack", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "HackysackPropScroll", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "SpellShop_Oasis_Scroll", + "unlock_requiremnts" : [] + }, + { + "cost" : 10, + "currency_type" : "prestige", + "event_name" : "", + "icon" : "", + "id" : 1712718419, + "item_count" : 3, + "item_name" : "resize_potion", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "ResizePotion", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Oasis_Potion", + "unlock_requiremnts" : [] + }, + { + "cost" : 5, + "currency_type" : "candles", + "event_name" : "", + "icon" : "", + "id" : 2635158679, + "item_count" : 2, + "item_name" : "energy_potion", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "EnergyPotion", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Oasis_Potion", + "unlock_requiremnts" : [] + }, + { + "cost" : 1, + "currency_type" : "prestige", + "event_name" : "global_weekend_shop", + "icon" : "", + "id" : 4165070576, + "item_count" : 1, + "item_name" : "energy_potion", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "EnergyPotionAlt", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Oasis_Potion", + "unlock_requiremnts" : [] + }, + { + "cost" : 10, + "currency_type" : "candles", + "event_name" : "global_weekend_shop", + "icon" : "", + "id" : 3576019596, + "item_count" : 2, + "item_name" : "huge", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "HugePotion", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Oasis_Potion", + "unlock_requiremnts" : [] + }, + { + "cost" : 10, + "currency_type" : "candles", + "event_name" : "global_weekend_shop", + "icon" : "", + "id" : 1859403425, + "item_count" : 2, + "item_name" : "tiny", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "TinyPotion", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Oasis_Potion", + "unlock_requiremnts" : [] + }, + { + "cost" : 5, + "currency_type" : "candles", + "event_name" : "global_weekend_shop", + "icon" : "", + "id" : 423237662, + "item_count" : 2, + "item_name" : "shrink", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "ShrinkPotion", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Oasis_Potion", + "unlock_requiremnts" : [] + }, + { + "cost" : 5, + "currency_type" : "candles", + "event_name" : "global_weekend_shop", + "icon" : "", + "id" : 3991306532, + "item_count" : 2, + "item_name" : "grow", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "GrowPotion", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Oasis_Potion", + "unlock_requiremnts" : [] + }, + { + "cost" : 2, + "currency_type" : "candles", + "event_name" : "", + "icon" : "", + "id" : 2456439137, + "item_count" : 2, + "item_name" : "skyballgoals_casualwood", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "BallgamePropSpell", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "SpellShop_SunsetVillage_Scroll", + "unlock_requiremnts" : [] + }, + { + "cost" : 1, + "currency_type" : "prestige", + "event_name" : "global_halloween", + "icon" : "", + "id" : 2481930028, + "item_count" : 2, + "item_name" : "repellant_krill", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "MischiefKrillSpell", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_MischiefCrab_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_halloween", + "icon" : "", + "id" : 3061535813, + "item_count" : 2, + "item_name" : "crab_rock_trick", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "MischiefCrabTrickSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "SpellShop_MischiefCrab_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_halloween", + "icon" : "", + "id" : 2380925354, + "item_count" : 2, + "item_name" : "candle_trick", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "CandleTrickSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "SpellShop_MischiefCrab_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_halloween", + "icon" : "", + "id" : 2845117623, + "item_count" : 2, + "item_name" : "currency_trick", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "ECTrickSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "SpellShop_MischiefCrab_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_halloween", + "icon" : "", + "id" : 923263885, + "item_count" : 2, + "item_name" : "outfit_horn_crab", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "MischiefCrabHornSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "SpellShop_MischiefCrab_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_halloween", + "icon" : "", + "id" : 1676433804, + "item_count" : 2, + "item_name" : "outfit_body_goth", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "MischiefGothBodySpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Mischief_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_halloween", + "icon" : "", + "id" : 1201269592, + "item_count" : 2, + "item_name" : "outfit_feet_goth", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "MischiefGothBootSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Mischief_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_halloween", + "icon" : "", + "id" : 3910726906, + "item_count" : 2, + "item_name" : "outfit_mask_crabula", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "MischiefCrabulaMaskSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Mischief_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_halloween", + "icon" : "", + "id" : 2901590286, + "item_count" : 2, + "item_name" : "outfit_horn_pumpkincrab", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "MischiefPumpkinCrabSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Mischief_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_halloween", + "icon" : "", + "id" : 4175284281, + "item_count" : 2, + "item_name" : "outfit_wing_cobweb", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "MischiefCobwebWingSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Mischief_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_halloween", + "icon" : "", + "id" : 2302911887, + "item_count" : 2, + "item_name" : "outfit_wing_crabula", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "MischiefCrabulaWingSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Mischief_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_halloween", + "icon" : "", + "id" : 3837964665, + "item_count" : 2, + "item_name" : "outfit_wing_catcape", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "CatCapeSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Mischief_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_halloween", + "icon" : "", + "id" : 2564817880, + "item_count" : 2, + "item_name" : "outfit_mask_catmask", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "CatMaskSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Mischief_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_halloween", + "icon" : "", + "id" : 4178470756, + "item_count" : 2, + "item_name" : "outfit_hair_cathair", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "CatHairSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Mischief_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_halloween", + "icon" : "", + "id" : 2851525931, + "item_count" : 2, + "item_name" : "outfit_prop_mischiefcat", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "CatPropSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Mischief_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_halloween", + "icon" : "", + "id" : 4012629646, + "item_count" : 2, + "item_name" : "outfit_horn_witchhat", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "MischiefWitchHornSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Mischief_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_halloween", + "icon" : "", + "id" : 3779171258, + "item_count" : 2, + "item_name" : "outfit_hair_witchhat", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "WitchHatSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Mischief_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_halloween", + "icon" : "", + "id" : 420837055, + "item_count" : 2, + "item_name" : "outfit_wing_webcape", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "WebCapeSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Mischief_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_halloween", + "icon" : "", + "id" : 3083506497, + "item_count" : 2, + "item_name" : "outfit_hair_pumpkin", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "PumpkinHatSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Mischief_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_halloween", + "icon" : "", + "id" : 508033812, + "item_count" : 2, + "item_name" : "outfit_wing_bat", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "BatCapeSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Mischief_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_halloween", + "icon" : "", + "id" : 3541091971, + "item_count" : 2, + "item_name" : "outfit_horn_witheredhorn", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "WitheredHornSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Mischief_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_halloween", + "icon" : "", + "id" : 382169541, + "item_count" : 2, + "item_name" : "outfit_body_witchbody", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "WitchBodySpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Mischief_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_halloween", + "icon" : "", + "id" : 3903952317, + "item_count" : 2, + "item_name" : "outfit_hair_spiderhair", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "SpiderHairSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Mischief_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_halloween", + "icon" : "", + "id" : 480405955, + "item_count" : 2, + "item_name" : "outfit_prop_mischiefpumpkin", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "PumpkinPropSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Mischief_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_halloween", + "icon" : "", + "id" : 2697901701, + "item_count" : 2, + "item_name" : "outfit_hair_witchhair", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "WitchHairSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Mischief_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_halloween", + "icon" : "", + "id" : 2171993101, + "item_count" : 2, + "item_name" : "outfit_wing_witheredcape", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "WitheredCapeSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Mischief_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_halloween", + "icon" : "", + "id" : 3279710564, + "item_count" : 2, + "item_name" : "outfit_prop_mischieftable", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "MischiefTableSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Mischief_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_feast", + "icon" : "", + "id" : 3313659097, + "item_count" : 2, + "item_name" : "outfit_hair_winterhat", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "WinterHatSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Feast_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_feast", + "icon" : "", + "id" : 3525945957, + "item_count" : 2, + "item_name" : "outfit_neck_winterscarf", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "WinterScarfSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Feast_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_feast", + "icon" : "", + "id" : 4158826767, + "item_count" : 2, + "item_name" : "outfit_wing_winterelder", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "WinterElderCapeSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Feast_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_feast", + "icon" : "", + "id" : 2712566126, + "item_count" : 2, + "item_name" : "outfit_prop_snowglobe", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "SnowGlobePropSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Feast_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_feast", + "icon" : "", + "id" : 2646630778, + "item_count" : 2, + "item_name" : "outfit_horn_snowflake", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "SnowflakeHornSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Feast_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_feast", + "icon" : "", + "id" : 4642641, + "item_count" : 2, + "item_name" : "outfit_horn_xmas", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "FeastHornSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Feast_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_feast", + "icon" : "", + "id" : 3168921379, + "item_count" : 2, + "item_name" : "outfit_neck_xmas", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "FeastNeckSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Feast_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_feast", + "icon" : "", + "id" : 1133998016, + "item_count" : 2, + "item_name" : "outfit_hair_xmas", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "FeastHairSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Feast_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_feast", + "icon" : "", + "id" : 4034648715, + "item_count" : 2, + "item_name" : "outfit_wing_xmas", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "FeastWingSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Feast_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_feast", + "icon" : "", + "id" : 4016016760, + "item_count" : 2, + "item_name" : "outfit_prop_tablexmas", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "FeastTableSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Feast_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_feast", + "icon" : "", + "id" : 1168551068, + "item_count" : 2, + "item_name" : "outfit_wing_snowflake", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "SnowflakeCapeSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Feast_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoffortune", + "icon" : "", + "id" : 2356178947, + "item_count" : 2, + "item_name" : "outfit_horn_carp", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "FortuneCarpHornSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Fortune_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoffortune", + "icon" : "", + "id" : 1609027962, + "item_count" : 2, + "item_name" : "outfit_hair_carp", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "FortuneCarpHairSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Fortune_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoffortune", + "icon" : "", + "id" : 3972030005, + "item_count" : 2, + "item_name" : "outfit_wing_carp", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "FortuneCarpWingSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Fortune_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoffortune", + "icon" : "", + "id" : 3684369967, + "item_count" : 2, + "item_name" : "outfit_mask_tiger", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "FortuneTigerMaskSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Fortune_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoffortune", + "icon" : "", + "id" : 1422594083, + "item_count" : 2, + "item_name" : "outfit_hair_doublebun", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "DoubleBunHairSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Fortune_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoffortune", + "icon" : "", + "id" : 1633273904, + "item_count" : 2, + "item_name" : "outfit_horn_orange", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "OrangeHornSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Fortune_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoffortune", + "icon" : "", + "id" : 54020639, + "item_count" : 2, + "item_name" : "outfit_wing_fortune", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "FortuneWingSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Fortune_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoffortune", + "icon" : "", + "id" : 2293693503, + "item_count" : 2, + "item_name" : "outfit_hair_woolhat", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "WoolHatSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Fortune_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 2, + "currency_type" : "candles", + "event_name" : "global_daysoffortune", + "icon" : "", + "id" : 1086331546, + "item_count" : 5, + "item_name" : "beachball", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "BeachBallScroll", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Fortune_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoffortune", + "icon" : "", + "id" : 2954722755, + "item_count" : 2, + "item_name" : "outfit_prop_fireworks", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "FireworksStaffSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Firework_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoflove", + "icon" : "", + "id" : 343551587, + "item_count" : 2, + "item_name" : "outfit_wing_meteor", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "LoveWingMeteorSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Love_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoflove", + "icon" : "", + "id" : 786089174, + "item_count" : 2, + "item_name" : "outfit_hat_heartberet", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "LoveHeartBeretSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Love_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoflove", + "icon" : "", + "id" : 606518082, + "item_count" : 2, + "item_name" : "outfit_prop_heartplush", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "LoveHeartPlushSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Love_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoflove", + "icon" : "", + "id" : 2815222148, + "item_count" : 2, + "item_name" : "outfit_prop_heartstaff", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "HeartStaffSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Love_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoflove", + "icon" : "", + "id" : 4271445547, + "item_count" : 2, + "item_name" : "outfit_prop_flowerarch", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "FlowerArchSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Love_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoflove", + "icon" : "", + "id" : 699161755, + "item_count" : 2, + "item_name" : "outfit_neck_bow", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "NeckBowSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Love_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoflove", + "icon" : "", + "id" : 815774314, + "item_count" : 2, + "item_name" : "outfit_prop_seesaw", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "LoveSeesawSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Love_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoflove", + "icon" : "", + "id" : 3519682998, + "item_count" : 2, + "item_name" : "outfit_prop_swing", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "LoveSwingSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Love_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoflove", + "icon" : "", + "id" : 1303561203, + "item_count" : 2, + "item_name" : "outfit_mask_rose", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RoseMaskSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Love_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoflove", + "icon" : "", + "id" : 2129028382, + "item_count" : 2, + "item_name" : "outfit_prop_gondola", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "LoveGondolaSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Love_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 2, + "currency_type" : "heart", + "event_name" : "global_daysoflove", + "icon" : "", + "id" : 3225032580, + "item_count" : 2, + "item_name" : "outfit_prop_gondola", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "LoveGondolaSpell", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Love_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoflove", + "icon" : "", + "id" : 1426467124, + "item_count" : 2, + "item_name" : "message_boat", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "MessageBoatScrollFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Love_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 2, + "currency_type" : "heart", + "event_name" : "global_daysoflove", + "icon" : "", + "id" : 2577335942, + "item_count" : 2, + "item_name" : "message_gondola", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "MessageGondolaScroll", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Love_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoflove", + "icon" : "", + "id" : 3358752605, + "item_count" : 2, + "item_name" : "outfit_horn_flowercrown", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "FlowercrownHornSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Love_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoffortune", + "icon" : "", + "id" : 1263937253, + "item_count" : 2, + "item_name" : "outfit_mask_fortunedragon", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "FortuneDragonMaskSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_FortuneSunset_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoffortune", + "icon" : "", + "id" : 1009205275, + "item_count" : 2, + "item_name" : "outfit_body_fortunedragonrobe", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "FortuneDragonRobeBodySpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_FortuneSunset_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoffortune", + "icon" : "", + "id" : 2141995244, + "item_count" : 2, + "item_name" : "outfit_horn_fortunedragon", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "FortuneDragonHornSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_FortuneSunset_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoffortune", + "icon" : "", + "id" : 4021025474, + "item_count" : 2, + "item_name" : "outfit_wing_fortunedragon", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "FortuneDragonWingSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_FortuneSunset_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoffortune", + "icon" : "", + "id" : 2399802359, + "item_count" : 2, + "item_name" : "outfit_prop_fortunedrum", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "FortuneDrumPropSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_FortuneSunset_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoffortune", + "icon" : "", + "id" : 1032780115, + "item_count" : 2, + "item_name" : "outfit_mask_redface", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RedFaceMaskSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Fortune_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoffortune", + "icon" : "", + "id" : 2303016688, + "item_count" : 2, + "item_name" : "outfit_mask_ox", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "OxMaskSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Fortune_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoffortune", + "icon" : "", + "id" : 205742976, + "item_count" : 2, + "item_name" : "outfit_hair_liondance", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "LionDanceSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Fortune_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoffortune", + "icon" : "", + "id" : 1864171659, + "item_count" : 2, + "item_name" : "outfit_mask_fortunerabbit", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RabbitMaskSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Fortune_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoffortune", + "icon" : "", + "id" : 1124559744, + "item_count" : 2, + "item_name" : "outfit_body_muralist", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "MuralistBodySpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Fortune_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_daysoffortune", + "icon" : "", + "id" : 2188924000, + "item_count" : 2, + "item_name" : "outfit_prop_fortuneumbrella", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "FortuneUmbrellaSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Fortune_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 5, + "currency_type" : "candles", + "event_name" : "global_daysoffortune", + "icon" : "", + "id" : 4170441403, + "item_count" : 5, + "item_name" : "firework_crab", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "FireworkCrabScroll", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Fortune_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 5, + "currency_type" : "candles", + "event_name" : "global_daysoffortune", + "icon" : "", + "id" : 1332595461, + "item_count" : 5, + "item_name" : "firework_jelly", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "FireworkJellyScroll", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Fortune_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 5, + "currency_type" : "candles", + "event_name" : "global_daysoffortune", + "icon" : "", + "id" : 2682387988, + "item_count" : 5, + "item_name" : "firework_manta", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "FireworkMantaScroll", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Fortune_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_bloom", + "icon" : "", + "id" : 4264141724, + "item_count" : 2, + "item_name" : "outfit_hair_blossom", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "BlossomHairSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Oasis_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_bloom", + "icon" : "", + "id" : 1611151451, + "item_count" : 2, + "item_name" : "outfit_wing_blossom", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "BlossomWingSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Oasis_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_bloom", + "icon" : "", + "id" : 2778153553, + "item_count" : 2, + "item_name" : "outfit_prop_teaset", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "TeasetSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Oasis_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_bloom", + "icon" : "", + "id" : 1649028907, + "item_count" : 2, + "item_name" : "outfit_prop_wisteriateaset", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "WisteriaTeasetSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Oasis_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_bloom", + "icon" : "", + "id" : 3596003706, + "item_count" : 2, + "item_name" : "outfit_wing_wisteria", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "WisteriaWingSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Oasis_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_bloom", + "icon" : "", + "id" : 794812519, + "item_count" : 2, + "item_name" : "outfit_prop_butterflyfountain", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "ButterflyFountainPropSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Oasis_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_bloom", + "icon" : "", + "id" : 2247829685, + "item_count" : 2, + "item_name" : "outfit_body_gardener", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "GardenerBodySpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Oasis_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_bloom", + "icon" : "", + "id" : 2323223054, + "item_count" : 2, + "item_name" : "outfit_wing_tulip", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "TulipWingSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Oasis_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_bloom", + "icon" : "", + "id" : 1791206637, + "item_count" : 2, + "item_name" : "outfit_prop_bloompicnic", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "BloomPicnicPropSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Oasis_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_bloom", + "icon" : "", + "id" : 3331127375, + "item_count" : 2, + "item_name" : "outfit_prop_lilyumbrella", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "BloomLilyUmbrellaPropSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Oasis_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_bloom", + "icon" : "", + "id" : 2270116738, + "item_count" : 2, + "item_name" : "outfit_wing_callalily", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "BloomCallaLilyWingSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Oasis_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_bloom", + "icon" : "", + "id" : 843105289, + "item_count" : 2, + "item_name" : "outfit_hair_callalily", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "BloomCallaLilyHairSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Oasis_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_bloom", + "icon" : "", + "id" : 3080373499, + "item_count" : 2, + "item_name" : "outfit_hair_bloomspiky", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "BloomSpikeyHairSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Oasis_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 2, + "currency_type" : "prestige", + "event_name" : "global_bloom", + "icon" : "", + "id" : 1926886476, + "item_count" : 1, + "item_name" : "event_candle_days_of_bloom", + "item_type" : "currency", + "localized_name" : "", + "max_per_cycle" : 99, + "name" : "BloomEventCurrencyPrestige", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "SpellShop_Oasis_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 6, + "currency_type" : "candles", + "event_name" : "global_bloom", + "icon" : "", + "id" : 1954573096, + "item_count" : 1, + "item_name" : "event_candle_days_of_bloom", + "item_type" : "currency", + "localized_name" : "", + "max_per_cycle" : 99, + "name" : "BloomEventCurrencyCandle", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "SpellShop_Oasis_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 22, + "currency_type" : "event_candle_days_of_pastrycafe", + "event_name" : "global_cafe", + "icon" : "UiOutfitHornPastryTea", + "id" : 1516914251, + "item_count" : 1, + "item_name" : "CharSkyKid_Horn_PastryTea", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "PastryTeaHat", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "EventShop_MainStreet_Cafe", + "unlock_requiremnts" : [] + }, + { + "cost" : 52, + "currency_type" : "event_candle_days_of_pastrycafe", + "event_name" : "global_cafe", + "icon" : "UiOutfitPropPastryTeaTable", + "id" : 2059258551, + "item_count" : 1, + "item_name" : "CharSkyKid_Prop_PastryTeaTable", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "PastryTeaTableProp", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "EventShop_MainStreet_Cafe", + "unlock_requiremnts" : [] + }, + { + "cost" : 2, + "currency_type" : "prestige", + "event_name" : "global_cafe", + "icon" : "UiMenuEventCurrencyCafe", + "id" : 990047864, + "item_count" : 1, + "item_name" : "event_candle_days_of_pastrycafe", + "item_type" : "currency", + "localized_name" : "", + "max_per_cycle" : 99, + "name" : "CafeEventCurrencyPrestige", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "EventShop_MainStreet_Pastry", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_nature_2024", + "icon" : "", + "id" : 3658003802, + "item_count" : 2, + "item_name" : "outfit_mask_bluesunglasses", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "NatureBlueSunglassesMaskSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "SpellShop_Nature_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_nature_2024", + "icon" : "", + "id" : 2843019126, + "item_count" : 2, + "item_name" : "outfit_prop_musicshell", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "NatureMusicShellPropSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "SpellShop_Nature_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_nature_2024", + "icon" : "", + "id" : 1654224055, + "item_count" : 2, + "item_name" : "outfit_wing_fishschool", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "NatureFishSchoolWingSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "SpellShop_Nature_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_nature_2024", + "icon" : "", + "id" : 1631260061, + "item_count" : 2, + "item_name" : "outfit_mask_ocean", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "OceanMaskSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "SpellShop_Nature_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_nature_2024", + "icon" : "", + "id" : 2256241265, + "item_count" : 2, + "item_name" : "outfit_neck_oceanscarf", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "OceanScarfNeckSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "SpellShop_Nature_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_nature_2024", + "icon" : "", + "id" : 3317027676, + "item_count" : 2, + "item_name" : "outfit_hair_naturewater", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "NatureHairSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "SpellShop_Nature_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_nature_2024", + "icon" : "", + "id" : 3043859856, + "item_count" : 2, + "item_name" : "outfit_wing_waterwave", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "WaterWaveWingSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "SpellShop_Nature_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_nature_2024", + "icon" : "", + "id" : 1779025367, + "item_count" : 2, + "item_name" : "outfit_wing_seaturtle", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "NatureTurtleWingSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "SpellShop_Nature_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_nature_2024", + "icon" : "", + "id" : 861753871, + "item_count" : 2, + "item_name" : "outfit_neck_seaturtle", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "NatureTurtleNeckSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "SpellShop_Nature_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_nature_2024", + "icon" : "", + "id" : 1367607032, + "item_count" : 2, + "item_name" : "outfit_horn_coral", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "NatureCoralHornSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "SpellShop_Nature_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_nature_2024", + "icon" : "", + "id" : 1978700560, + "item_count" : 2, + "item_name" : "outfit_wing_ocean", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "OceanCapeSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "SpellShop_Nature_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_nature_2024", + "icon" : "", + "id" : 2649032693, + "item_count" : 2, + "item_name" : "outfit_neck_ocean", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "OceanNecklaceSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "SpellShop_Nature_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_nature_2024", + "icon" : "", + "id" : 1389386302, + "item_count" : 2, + "item_name" : "outfit_wing_sprout", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "EarthCapeSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "SpellShop_Nature_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 2, + "currency_type" : "prestige", + "event_name" : "global_nature_2024", + "icon" : "UiMenuEventCurrencyNature", + "id" : 3723342446, + "item_count" : 1, + "item_name" : "event_candle_days_of_nature", + "item_type" : "currency", + "localized_name" : "", + "max_per_cycle" : 99, + "name" : "NatureEventCurrencyPrestige", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "SpellShop_Nature_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 6, + "currency_type" : "candles", + "event_name" : "global_nature_2024", + "icon" : "UiMenuEventCurrencyNature", + "id" : 2568128350, + "item_count" : 1, + "item_name" : "event_candle_days_of_nature", + "item_type" : "currency", + "localized_name" : "", + "max_per_cycle" : 99, + "name" : "NatureEventCurrencyCandle", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "SpellShop_Nature_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_rainbow", + "icon" : "", + "id" : 257429153, + "item_count" : 2, + "item_name" : "hairtint_rainbow", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "ColorHairTintSpellRainbowFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Color_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_rainbow", + "icon" : "", + "id" : 1244492963, + "item_count" : 2, + "item_name" : "glow_rainbow", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "ColorRainbowGlowSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Color_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_rainbow", + "icon" : "", + "id" : 4219960234, + "item_count" : 2, + "item_name" : "rainbow", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RainbowScrollFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Color_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 5, + "currency_type" : "candles", + "event_name" : "global_rainbow", + "icon" : "UiMenuBuffHairTint", + "id" : 1586216224, + "item_count" : 2, + "item_name" : "rainbowhair", + "item_type" : "lootbox", + "localized_name" : "", + "max_per_cycle" : 10, + "name" : "ColorHairTintBlessing", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Color_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 5, + "currency_type" : "candles", + "event_name" : "global_rainbow", + "icon" : "UiMenuBuffTrail", + "id" : 1283694810, + "item_count" : 2, + "item_name" : "rainbow", + "item_type" : "lootbox", + "localized_name" : "", + "max_per_cycle" : 10, + "name" : "RainbowTrailBlessing", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Color_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_rainbow", + "icon" : "", + "id" : 159451913, + "item_count" : 2, + "item_name" : "outfit_feet_rainbowdarkloafers", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RainbowDarkLoafersSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Color_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_rainbow", + "icon" : "", + "id" : 281589369, + "item_count" : 2, + "item_name" : "outfit_mask_rainbowdark", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RainbowDarkMaskSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Color_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_rainbow", + "icon" : "", + "id" : 3664798621, + "item_count" : 2, + "item_name" : "outfit_hair_rockstar", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "ColorRockstarHairSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Color_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_rainbow", + "icon" : "", + "id" : 544103382, + "item_count" : 2, + "item_name" : "outfit_prop_bubblemachine", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "ColorBubbleMachinePropSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Color_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_rainbow", + "icon" : "", + "id" : 2170429085, + "item_count" : 2, + "item_name" : "outfit_body_darkrainbow", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "DarkRainbowBodySpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Color_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_rainbow", + "icon" : "", + "id" : 3679187346, + "item_count" : 2, + "item_name" : "outfit_wing_darkrainbow", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "DarkRainbowWingSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Color_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_rainbow", + "icon" : "", + "id" : 2418636960, + "item_count" : 2, + "item_name" : "outfit_horn_darkrainbow", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "DarkRainbowHornSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Color_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_rainbow", + "icon" : "", + "id" : 2781319165, + "item_count" : 2, + "item_name" : "outfit_hair_rainbowbeanie", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RainbowBeanieSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Color_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_rainbow", + "icon" : "", + "id" : 2680409684, + "item_count" : 2, + "item_name" : "outfit_body_rainbowtrousers", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RainbowTrousersSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Color_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_rainbow", + "icon" : "", + "id" : 2528341277, + "item_count" : 2, + "item_name" : "outfit_horn_rainbowearring", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RainbowEarringSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Color_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_rainbow", + "icon" : "", + "id" : 725856178, + "item_count" : 2, + "item_name" : "outfit_wing_rainbow", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RainbowCapeSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Color_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_rainbow", + "icon" : "", + "id" : 1189238861, + "item_count" : 2, + "item_name" : "outfit_horn_rainbowtassel", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RainbowTasselSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Color_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_rainbow", + "icon" : "", + "id" : 4144696907, + "item_count" : 2, + "item_name" : "outfit_horn_rainbowpoppy", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RainbowPoppySpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Color_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_rainbow", + "icon" : "", + "id" : 3428495955, + "item_count" : 2, + "item_name" : "outfit_horn_rainbowpoppy2", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RainbowPoppy2SpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Color_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_rainbow", + "icon" : "", + "id" : 981612598, + "item_count" : 2, + "item_name" : "outfit_horn_rainbowheadphones", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RainbowHeadphonesSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Color_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 1, + "currency_type" : "event_candle_days_of_color", + "event_name" : "global_rainbow", + "icon" : "UiMenuBuffTrail", + "id" : 234500918, + "item_count" : 4, + "item_name" : "rainbow", + "item_type" : "lootbox", + "localized_name" : "", + "max_per_cycle" : 5, + "name" : "RainbowTrailBlessingEvent", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "SpellShop_Color_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 1, + "currency_type" : "event_candle_days_of_color", + "event_name" : "global_rainbow", + "icon" : "UiMenuBuffHairTint", + "id" : 2964532344, + "item_count" : 4, + "item_name" : "rainbowhair", + "item_type" : "lootbox", + "localized_name" : "", + "max_per_cycle" : 5, + "name" : "ColorHairTintBlessingEvent", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "SpellShop_Color_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 1, + "currency_type" : "event_candle_days_of_color", + "event_name" : "global_rainbow", + "icon" : "", + "id" : 1754278161, + "item_count" : 2, + "item_name" : "rainbow", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 5, + "name" : "RainbowPropScrollEvent", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "SpellShop_Color_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 2, + "currency_type" : "prestige", + "event_name" : "global_rainbow", + "icon" : "UiMenuEventCurrencyColor", + "id" : 3591036590, + "item_count" : 1, + "item_name" : "event_candle_days_of_color", + "item_type" : "currency", + "localized_name" : "", + "max_per_cycle" : 99, + "name" : "ColorEventCurrencyPrestige", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "SpellShop_Color_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 6, + "currency_type" : "candles", + "event_name" : "global_rainbow", + "icon" : "UiMenuEventCurrencyColor", + "id" : 3001870234, + "item_count" : 1, + "item_name" : "event_candle_days_of_color", + "item_type" : "currency", + "localized_name" : "", + "max_per_cycle" : 99, + "name" : "ColorEventCurrencyCandle", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "SpellShop_Color_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "event_candle_days_of_sky", + "event_name" : "global_skyfest", + "icon" : "", + "id" : 329921537, + "item_count" : 2, + "item_name" : "outfit_prop_anniversaryguitar", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "AnniversaryGuitarSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Sky_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_skyfest", + "icon" : "", + "id" : 3184260599, + "item_count" : 2, + "item_name" : "outfit_prop_birthdayoreo", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "BirthdayOreoSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Sky_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "event_candle_days_of_sky", + "event_name" : "global_skyfest", + "icon" : "", + "id" : 955033864, + "item_count" : 2, + "item_name" : "outfit_prop_musicshelloffice", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "OfficeMusicShellSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Sky_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_skyfest", + "icon" : "", + "id" : 318512905, + "item_count" : 2, + "item_name" : "outfit_prop_discolight", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "DiscoLightSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Sky_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 1, + "currency_type" : "prestige", + "event_name" : "global_skyfest", + "icon" : "", + "id" : 685525838, + "item_count" : 1, + "item_name" : "sharedspace_candle", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "SharedSpaceScrollSale", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Sky_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 1, + "currency_type" : "event_candle_days_of_sky", + "event_name" : "global_skyfest", + "icon" : "", + "id" : 549913745, + "item_count" : 1, + "item_name" : "memory_candle", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "SharedMemoryScrollSale", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Sky_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 2, + "currency_type" : "event_candle_days_of_sky", + "event_name" : "global_skyfest", + "icon" : "UiMenuLootBoxEpic", + "id" : 779051813, + "item_count" : 1, + "item_name" : "epic", + "item_type" : "lootbox", + "localized_name" : "", + "max_per_cycle" : 5, + "name" : "EpicBlessing", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "SpellShop_Sky_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 3, + "currency_type" : "event_candle_days_of_sky", + "event_name" : "global_skyfest", + "icon" : "UiOutfitPropBirthdayCakeS", + "id" : 1199097026, + "item_count" : 1, + "item_name" : "cake", + "item_type" : "lootbox", + "localized_name" : "", + "max_per_cycle" : 5, + "name" : "CakeBlessing", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "SpellShop_Sky_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 2, + "currency_type" : "event_candle_days_of_sky", + "event_name" : "global_skyfest", + "icon" : "UiOutfitHornBalloonLootbox", + "id" : 2420013074, + "item_count" : 1, + "item_name" : "balloonhat", + "item_type" : "lootbox", + "localized_name" : "", + "max_per_cycle" : 5, + "name" : "BalloonHatBlessing", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "SpellShop_Sky_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_skyfest", + "icon" : "", + "id" : 4139377595, + "item_count" : 3, + "item_name" : "outfit_horn_balloonmanta", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "AnniversaryMantaHatFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Sky_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_skyfest", + "icon" : "", + "id" : 68785740, + "item_count" : 3, + "item_name" : "outfit_horn_balloonjellyfish", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "AnniversaryJellyHatFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Sky_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_skyfest", + "icon" : "", + "id" : 616047820, + "item_count" : 3, + "item_name" : "outfit_horn_balloonkrill", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "AnniversaryKrillHatFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Sky_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_skyfest", + "icon" : "", + "id" : 1786483860, + "item_count" : 3, + "item_name" : "outfit_horn_ballooncrab", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "AnniversaryCrabHatFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Sky_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_skyfest", + "icon" : "", + "id" : 3723955451, + "item_count" : 3, + "item_name" : "outfit_horn_ballooncrown", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "AnniversaryCrownHatFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Sky_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 4, + "currency_type" : "candles", + "event_name" : "global_skyfest", + "icon" : "UiOutfitHornBalloonLootbox", + "id" : 2781935285, + "item_count" : 1, + "item_name" : "balloonhat", + "item_type" : "lootbox", + "localized_name" : "", + "max_per_cycle" : 5, + "name" : "BalloonHatBlessingCandle", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Sky_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 4, + "currency_type" : "candles", + "event_name" : "global_skyfest", + "icon" : "", + "id" : 1643043240, + "item_count" : 2, + "item_name" : "outfit_neck_scarf", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 5, + "name" : "AnniversaryConfettiScarf", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Sky_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 2, + "currency_type" : "prestige", + "event_name" : "global_skyfest", + "icon" : "UiMenuEventCurrencySky", + "id" : 3243374192, + "item_count" : 1, + "item_name" : "event_candle_days_of_sky", + "item_type" : "currency", + "localized_name" : "", + "max_per_cycle" : 99, + "name" : "SkyfestEventCurrencyPrestige", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "SpellShop_Sky_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 6, + "currency_type" : "candles", + "event_name" : "global_skyfest", + "icon" : "UiMenuEventCurrencySky", + "id" : 1709578004, + "item_count" : 1, + "item_name" : "event_candle_days_of_sky", + "item_type" : "currency", + "localized_name" : "", + "max_per_cycle" : 99, + "name" : "SkyfestEventCurrencyCandle", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "SpellShop_Sky_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_skyfest", + "icon" : "", + "id" : 4182003782, + "item_count" : 3, + "item_name" : "outfit_prop_starjar", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "AnniversaryStarJarFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Sky_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_skyfest", + "icon" : "", + "id" : 2080290973, + "item_count" : 3, + "item_name" : "outfit_prop_jenovafan", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "AnniversaryJenovaFanFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Sky_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_skyfest", + "icon" : "", + "id" : 662672178, + "item_count" : 3, + "item_name" : "outfit_horn_birthdayhat05", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "AnniversaryBirthdayHat05Free", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Sky_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_skyfest", + "icon" : "", + "id" : 3039833513, + "item_count" : 3, + "item_name" : "outfit_body_birthdayshirt05", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "AnniversaryBirthdayShirt05Free", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Sky_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_skyfest", + "icon" : "", + "id" : 4129206675, + "item_count" : 3, + "item_name" : "outfit_horn_oreoheadband", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "AnniversaryOreoHeadBandFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Sky_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_skyfest", + "icon" : "", + "id" : 270788227, + "item_count" : 3, + "item_name" : "outfit_wing_tgcwireframe", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "AnniversaryTGCWireframeFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Sky_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_competition", + "icon" : "", + "id" : 2493675698, + "item_count" : 2, + "item_name" : "outfit_hair_greek", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "CompetitionGreekHairFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Competition_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_competition", + "icon" : "", + "id" : 4110815810, + "item_count" : 2, + "item_name" : "outfit_horn_laurel", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "CompetitionLaurelHornFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Competition_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_competition", + "icon" : "", + "id" : 1650787234, + "item_count" : 2, + "item_name" : "outfit_body_greek", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "CompetitionGreekBodyFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Competition_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_competition", + "icon" : "", + "id" : 1332739043, + "item_count" : 2, + "item_name" : "outfit_prop_competitiontorch", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "CompetitionTorchPropFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Competition_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 2, + "currency_type" : "prestige", + "event_name" : "global_competition", + "icon" : "UiMenuEventCurrencyCompetition", + "id" : 2642742574, + "item_count" : 1, + "item_name" : "event_candle_days_of_competition", + "item_type" : "currency", + "localized_name" : "", + "max_per_cycle" : 99, + "name" : "CompetitionEventCurrencyPrestige", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "SpellShop_Competition_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 6, + "currency_type" : "candles", + "event_name" : "global_competition", + "icon" : "UiMenuEventCurrencyCompetition", + "id" : 813938218, + "item_count" : 1, + "item_name" : "event_candle_days_of_competition", + "item_type" : "currency", + "localized_name" : "", + "max_per_cycle" : 99, + "name" : "CompetitionEventCurrencyCandle", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "SpellShop_Competition_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 5, + "currency_type" : "candles", + "event_name" : "", + "icon" : "", + "id" : 3898670470, + "item_count" : 1, + "item_name" : "memory_candle", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "SharedMemoryScroll", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Music_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 4, + "currency_type" : "candles", + "event_name" : "global_weekend_shop", + "icon" : "", + "id" : 43138523, + "item_count" : 1, + "item_name" : "memory_candle", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "SharedMemoryScrollSale", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Music_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_music", + "icon" : "", + "id" : 3502631666, + "item_count" : 2, + "item_name" : "outfit_prop_fledglingharp", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "FledglingHarpSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Music_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_music", + "icon" : "", + "id" : 3687614563, + "item_count" : 2, + "item_name" : "outfit_prop_rhythmguitar", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RhythmGuitarSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Music_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_music", + "icon" : "", + "id" : 2625314268, + "item_count" : 2, + "item_name" : "outfit_prop_triumphhandpan", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "TriumphHandpanSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Music_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_violin", + "icon" : "", + "id" : 595906900, + "item_count" : 2, + "item_name" : "outfit_prop_violin", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RhythmViolinSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Music_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_music", + "icon" : "", + "id" : 555058748, + "item_count" : 2, + "item_name" : "outfit_prop_saxophone", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RhythmSaxophoneSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Music_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_music", + "icon" : "", + "id" : 3053221612, + "item_count" : 2, + "item_name" : "outfit_hair_marching", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "MarchingHairSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Music_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 2, + "currency_type" : "event_candle_days_of_music", + "event_name" : "global_music", + "icon" : "UiMiscMusicNote", + "id" : 3930204986, + "item_count" : 1, + "item_name" : "instrument", + "item_type" : "lootbox", + "localized_name" : "", + "max_per_cycle" : 5, + "name" : "InstrumentBlessingEvent", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "SpellShop_DoMusic_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 2, + "currency_type" : "event_candle_days_of_music", + "event_name" : "global_music", + "icon" : "", + "id" : 4004028833, + "item_count" : 1, + "item_name" : "memory_candle", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 5, + "name" : "SharedMemoryScrollEvent", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "SpellShop_DoMusic_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 2, + "currency_type" : "prestige", + "event_name" : "daysofmusic_secretnote", + "icon" : "", + "id" : 2503572003, + "item_count" : 1, + "item_name" : "event_candle", + "item_type" : "currency", + "localized_name" : "", + "max_per_cycle" : 7, + "name" : "EventCurrencyPrestige", + "order_index" : -1, + "reset_event" : "gen_shop_weekly_reset", + "shop_name" : "SpellShop_Music_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 5, + "currency_type" : "candles", + "event_name" : "global_summer", + "icon" : "", + "id" : 3868405847, + "item_count" : 2, + "item_name" : "beachball", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "BeachBallScroll", + "order_index" : -1, + "reset_event" : "gen_shop_daily_reset", + "shop_name" : "SpellShop_Sunlight_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_summer", + "icon" : "", + "id" : 4136832722, + "item_count" : 2, + "item_name" : "outfit_prop_marshmallow", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "SummerMarshmallowSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Sunlight_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_summer", + "icon" : "", + "id" : 1345718700, + "item_count" : 2, + "item_name" : "outfit_prop_summertent", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "SummerTentSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Sunlight_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_summer", + "icon" : "", + "id" : 179250615, + "item_count" : 2, + "item_name" : "outfit_neck_summerjelly", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "SummerJellySpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Sunlight_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_summer", + "icon" : "", + "id" : 3948436029, + "item_count" : 2, + "item_name" : "outfit_prop_surfboard", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "SurfboardPropSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Sunlight_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_summer", + "icon" : "", + "id" : 359917164, + "item_count" : 2, + "item_name" : "outfit_feet_sunlightsandals", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "SunlightSandalsSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Sunlight_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_summer", + "icon" : "", + "id" : 3137753883, + "item_count" : 2, + "item_name" : "outfit_wing_bluetowel", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "BlueTowelSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Sunlight_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_summer", + "icon" : "", + "id" : 2036884411, + "item_count" : 2, + "item_name" : "outfit_wing_pinktowel", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "PinkTowelSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Sunlight_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "global_summer", + "icon" : "", + "id" : 1492153063, + "item_count" : 2, + "item_name" : "outfit_wing_yellowtowel", + "item_type" : "consumable", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "YellowTowelSpellFree", + "order_index" : -1, + "reset_event" : "gen_shop_yearly_reset", + "shop_name" : "SpellShop_Sunlight_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 2, + "currency_type" : "event_candle_days_of_sunlight", + "event_name" : "global_summer", + "icon" : "UiMenuEventCurrencyLootBoxRare", + "id" : 2090432934, + "item_count" : 1, + "item_name" : "commonec", + "item_type" : "lootbox", + "localized_name" : "", + "max_per_cycle" : 12, + "name" : "OverFlowSunlightEC", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "SpellShop_Sunlight_Spell", + "unlock_requiremnts" : [] + }, + { + "cost" : 0, + "currency_type" : "candles", + "event_name" : "", + "icon" : "UiOutfitPropStool", + "id" : 603399690, + "item_count" : 4, + "item_name" : "CharSkyKid_Prop_StoneStool", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneStool", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 32, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_01", + "icon" : "UiOutfitPropStoneBenchSingle", + "id" : 1163439491, + "item_count" : 4, + "item_name" : "CharSkyKid_Prop_StoneBenchSingle", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneBenchSingle", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 64, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_02", + "icon" : "UiOutfitPropStoneChair", + "id" : 3479716644, + "item_count" : 4, + "item_name" : "CharSkyKid_Prop_StoneChair", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneChair", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 60, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_03", + "icon" : "UiOutfitPropStoneBench", + "id" : 41119903, + "item_count" : 1, + "item_name" : "CharSkyKid_Prop_StoneBench", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneBench", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 20, + "currency_type" : "heart", + "event_name" : "weekly_prop_rotation_04", + "icon" : "UiOutfitPropStoneArmchair", + "id" : 2207079870, + "item_count" : 2, + "item_name" : "CharSkyKid_Prop_StoneArmchair", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneArmchair", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 20, + "currency_type" : "heart", + "event_name" : "weekly_prop_rotation_10", + "icon" : "UiOutfitPropStoneArmchair", + "id" : 2012661115, + "item_count" : 2, + "item_name" : "CharSkyKid_Prop_StoneArmchair", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneArmchair_02", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 33, + "currency_type" : "heart", + "event_name" : "weekly_prop_rotation_05", + "icon" : "UiOutfitPropStoneLoveseat", + "id" : 4068396832, + "item_count" : 1, + "item_name" : "CharSkyKid_Prop_StoneLoveseat", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneLoveseat", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 25, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_06", + "icon" : "UiOutfitPropStoneSofaCorner", + "id" : 1951993031, + "item_count" : 1, + "item_name" : "CharSkyKid_Prop_StoneSofaCorner", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneSofaCorner", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 80, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_07", + "icon" : "UiOutfitPropStoneSofaSide", + "id" : 179024873, + "item_count" : 4, + "item_name" : "CharSkyKid_Prop_StoneSofaSide", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneSofaSide", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 50, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_08", + "icon" : "UiOutfitPropStoneKitchenDrawers", + "id" : 1430172471, + "item_count" : 2, + "item_name" : "CharSkyKid_Prop_StoneKitchenDrawers", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneKitchenDrawers", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 50, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_09", + "icon" : "UiOutfitPropStoneWallPotRack", + "id" : 882857813, + "item_count" : 2, + "item_name" : "CharSkyKid_Prop_StoneWallPotRack", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneWallPotRack", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 40, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_11", + "icon" : "UiOutfitPropStoneWallMugRack", + "id" : 417199813, + "item_count" : 2, + "item_name" : "CharSkyKid_Prop_StoneWallMugRack", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneWallMugRack", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 40, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_12", + "icon" : "UiOutfitPropStoneKitchenCabinet", + "id" : 3060406925, + "item_count" : 2, + "item_name" : "CharSkyKid_Prop_StoneKitchenCabinet", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneKitchenCabinet", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 25, + "currency_type" : "prestige", + "event_name" : "weekly_prop_rotation_13", + "icon" : "UiOutfitPropStoneKitchenStove", + "id" : 3102450624, + "item_count" : 1, + "item_name" : "CharSkyKid_Prop_StoneKitchenStove", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneKitchenStove", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 35, + "currency_type" : "prestige", + "event_name" : "weekly_prop_rotation_01", + "icon" : "UiOutfitPropStoneKitchenOven", + "id" : 4294722587, + "item_count" : 1, + "item_name" : "CharSkyKid_Prop_StoneKitchenOven", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneKitchenOven", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 50, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_03", + "icon" : "UiOutfitPropStoneDesk", + "id" : 339987620, + "item_count" : 1, + "item_name" : "CharSkyKid_Prop_StoneDesk", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneDesk", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 45, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_04", + "icon" : "UiOutfitPropConsoleTable", + "id" : 1784058346, + "item_count" : 1, + "item_name" : "CharSkyKid_Prop_StoneConsoleTable", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneConsoleTable", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 18, + "currency_type" : "heart", + "event_name" : "weekly_prop_rotation_05", + "icon" : "UiOutfitPropStoneDiningTableRound", + "id" : 865734852, + "item_count" : 1, + "item_name" : "CharSkyKid_Prop_StoneDiningTableRound", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneDiningTableRound", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 23, + "currency_type" : "heart", + "event_name" : "weekly_prop_rotation_06", + "icon" : "UiOutfitPropStoneDiningTableSquare", + "id" : 2924051073, + "item_count" : 1, + "item_name" : "CharSkyKid_Prop_StoneDiningTableSquare", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneDiningTableSquare", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 33, + "currency_type" : "heart", + "event_name" : "weekly_prop_rotation_07", + "icon" : "UiOutfitPropStoneDiningTableLong", + "id" : 2395075436, + "item_count" : 1, + "item_name" : "CharSkyKid_Prop_StoneDiningTableLong", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneDiningTableLong", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 28, + "currency_type" : "prestige", + "event_name" : "weekly_prop_rotation_08", + "icon" : "UiOutfitPropStoneCoffeeTable", + "id" : 2940583333, + "item_count" : 1, + "item_name" : "CharSkyKid_Prop_StoneCoffeeTable", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneCoffeeTable", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 30, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_09", + "icon" : "UiOutfitPropStoneBoxClosed", + "id" : 2158000844, + "item_count" : 3, + "item_name" : "CharSkyKid_Prop_StoneBoxClosed", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneBoxClosed", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 30, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_10", + "icon" : "UiOutfitPropStoneBoxEmpty", + "id" : 3281510395, + "item_count" : 3, + "item_name" : "CharSkyKid_Prop_StoneBoxEmpty", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneBoxEmpty", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 30, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_12", + "icon" : "UiOutfitPropStoneWallShelf", + "id" : 1015249229, + "item_count" : 3, + "item_name" : "CharSkyKid_Prop_StoneWallShelf", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneWallShelf", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 80, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_13", + "icon" : "UiOutfitPropStoneCubeWide", + "id" : 2159743495, + "item_count" : 8, + "item_name" : "CharSkyKid_Prop_StoneCubeWide", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneCubeWide", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 88, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_01", + "icon" : "UiOutfitPropStoneCubeTall", + "id" : 3570134031, + "item_count" : 8, + "item_name" : "CharSkyKid_Prop_StoneCubeTall", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneCubeTall", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 48, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_03", + "icon" : "UiOutfitPropDecorPillowB", + "id" : 3617998724, + "item_count" : 4, + "item_name" : "CharSkyKid_Prop_DecorPillowB", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "DecorPillowB", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 40, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_04", + "icon" : "UiOutfitPropDecorFoldedCloth", + "id" : 602139259, + "item_count" : 4, + "item_name" : "CharSkyKid_Prop_DecorFoldedCloth", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "DecorFoldedCloth", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 48, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_13", + "icon" : "UiOutfitPropDecorPillowB", + "id" : 1126563801, + "item_count" : 4, + "item_name" : "CharSkyKid_Prop_DecorPillowB", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "DecorPillowBRerun1", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 40, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_13", + "icon" : "UiOutfitPropDecorFoldedCloth", + "id" : 75469566, + "item_count" : 4, + "item_name" : "CharSkyKid_Prop_DecorFoldedCloth", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "DecorFoldedClothRerun1", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 48, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_01", + "icon" : "UiOutfitPropDecorPillowB", + "id" : 463667412, + "item_count" : 4, + "item_name" : "CharSkyKid_Prop_DecorPillowB", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "DecorPillowBRerun2", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 40, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_01", + "icon" : "UiOutfitPropDecorFoldedCloth", + "id" : 3023049895, + "item_count" : 4, + "item_name" : "CharSkyKid_Prop_DecorFoldedCloth", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "DecorFoldedClothRerun2", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 24, + "currency_type" : "heart", + "event_name" : "weekly_prop_rotation_05", + "icon" : "UiOutfitPropStonePlantStand", + "id" : 1489812886, + "item_count" : 2, + "item_name" : "CharSkyKid_Prop_StonePlantStand", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StonePlantStand", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 32, + "currency_type" : "prestige", + "event_name" : "weekly_prop_rotation_06", + "icon" : "UiOutfitPropStoneWallSconce", + "id" : 3988733790, + "item_count" : 4, + "item_name" : "CharSkyKid_Prop_StoneWallSconce", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneWallSconce", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 32, + "currency_type" : "prestige", + "event_name" : "weekly_prop_rotation_08", + "icon" : "UiOutfitPropStoneCandleLight", + "id" : 54963254, + "item_count" : 2, + "item_name" : "CharSkyKid_Prop_StoneCandleLight", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneCandleLight", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 40, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_09", + "icon" : "UiOutfitPropStoneSink", + "id" : 2859183366, + "item_count" : 1, + "item_name" : "CharSkyKid_Prop_StoneSink", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneSink", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 60, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_10", + "icon" : "UiOutfitPropStoneWallMirror", + "id" : 572525258, + "item_count" : 2, + "item_name" : "CharSkyKid_Prop_StoneWallMirror", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneWallMirror", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 30, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_11", + "icon" : "UiOutfitPropStoneWallTowelRack", + "id" : 443964345, + "item_count" : 2, + "item_name" : "CharSkyKid_Prop_StoneWallTowelRack", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneWallTowelRack", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 25, + "currency_type" : "heart", + "event_name" : "weekly_prop_rotation_07", + "icon" : "UiOutfitPropStoneBathtubSmall", + "id" : 711371478, + "item_count" : 1, + "item_name" : "CharSkyKid_Prop_StoneBathtubSmall", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneBathtubSmall", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 45, + "currency_type" : "heart", + "event_name" : "weekly_prop_rotation_13", + "icon" : "UiOutfitPropStoneBathtubLarge", + "id" : 3419896794, + "item_count" : 1, + "item_name" : "CharSkyKid_Prop_StoneBathtubLarge", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneBathtubLarge", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 24, + "currency_type" : "heart", + "event_name" : "weekly_prop_rotation_01", + "icon" : "UiOutfitPropStoneBedSingle", + "id" : 1331591762, + "item_count" : 1, + "item_name" : "CharSkyKid_Prop_StoneBedSingle", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneBedSingle", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 30, + "currency_type" : "prestige", + "event_name" : "weekly_prop_rotation_02", + "icon" : "UiOutfitPropStoneDresserTall", + "id" : 3367215346, + "item_count" : 2, + "item_name" : "CharSkyKid_Prop_StoneDresserTall", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "StoneDresserTall", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 35, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_04", + "icon" : "UiOutfitPropRugSmallStripes", + "id" : 1561937629, + "item_count" : 2, + "item_name" : "CharSkyKid_Prop_RugSmallStripes", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RugSmallStripes", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 15, + "currency_type" : "heart", + "event_name" : "weekly_prop_rotation_05", + "icon" : "UiOutfitPropRugSmallClassic", + "id" : 2512279875, + "item_count" : 2, + "item_name" : "CharSkyKid_Prop_RugSmallClassic", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RugSmallClassic", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 45, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_06", + "icon" : "UiOutfitPropRugSmallHalfCircle", + "id" : 35005862, + "item_count" : 2, + "item_name" : "CharSkyKid_Prop_RugSmallHalfCircle", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RugSmallHalfCircle", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 40, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_07", + "icon" : "UiOutfitPropRugMediumSolid", + "id" : 1676971606, + "item_count" : 1, + "item_name" : "CharSkyKid_Prop_RugMediumSolid", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RugMediumSolid", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 50, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_08", + "icon" : "UiOutfitPropRugMediumStripes", + "id" : 1866229547, + "item_count" : 1, + "item_name" : "CharSkyKid_Prop_RugMediumStripes", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RugMediumStripes", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 18, + "currency_type" : "heart", + "event_name" : "weekly_prop_rotation_09", + "icon" : "UiOutfitPropRugMediumDiamonds", + "id" : 3611267320, + "item_count" : 1, + "item_name" : "CharSkyKid_Prop_RugMediumDiamonds", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RugMediumDiamonds", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 20, + "currency_type" : "heart", + "event_name" : "weekly_prop_rotation_10", + "icon" : "UiOutfitPropRugMediumArgyle", + "id" : 586168509, + "item_count" : 1, + "item_name" : "CharSkyKid_Prop_RugMediumArgyle", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RugMediumArgyle", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 70, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_11", + "icon" : "UiOutfitPropRugMediumCircle", + "id" : 1500259489, + "item_count" : 1, + "item_name" : "CharSkyKid_Prop_RugMediumCircle", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RugMediumCircle", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 80, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_12", + "icon" : "UiOutfitPropRugLargeSolid", + "id" : 3383066652, + "item_count" : 1, + "item_name" : "CharSkyKid_Prop_RugLargeSolid", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RugLargeSolid", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + }, + { + "cost" : 90, + "currency_type" : "candles", + "event_name" : "weekly_prop_rotation_13", + "icon" : "UiOutfitPropRugLargeCircle", + "id" : 2949170359, + "item_count" : 1, + "item_name" : "CharSkyKid_Prop_RugLargeCircle", + "item_type" : "inventory_unlock", + "localized_name" : "", + "max_per_cycle" : 1, + "name" : "RugLargeCircle", + "order_index" : -1, + "reset_event" : "gen_shop_monthly_reset", + "shop_name" : "PropShop_MainStreet_PropTest", + "unlock_requiremnts" : [] + } + ] + } + diff --git a/account/account_get_invites.json b/account/account_get_invites.json new file mode 100644 index 0000000..6b4abf9 --- /dev/null +++ b/account/account_get_invites.json @@ -0,0 +1,36 @@ +/* +POST /account/get_invites HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: HYwVIZz +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:15 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 14 + + +*/ +//Response +{ + "invites" : [] + } + diff --git a/account/account_get_latest_build_version.json b/account/account_get_latest_build_version.json new file mode 100644 index 0000000..5fe749d --- /dev/null +++ b/account/account_get_latest_build_version.json @@ -0,0 +1,42 @@ +/* +POST /account/get_latest_build_version HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: 9qPciv7 +x-sky-level-id: 3526133726 +Content-Length: 2 + + +*/ +//Request +{} + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:14:38 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 456 + + +*/ +//Response +{ + "app_store_uri" : "itms-apps://itunes.apple.com/app/id1462117269", + "country_code" : "BD", + "cs_db_enabled" : false, + "cs_enabled" : true, + "latest_build_version" : 275000, + "maintenance_mode" : false, + "maintenance_msg" : "", + "min_gpu_rating" : 540, + "tos" : { + "pp_url" : "https://legal.thatskygame.com/?p=hc/en/17-sky-children-of-the-light/faq/461-privacy-policy/", + "tos_url" : "https://legal.thatskygame.com/?p=hc/en/17-sky-children-of-the-light/faq/460-eula-terms-of-service/", + "version" : 4 + } + } + diff --git a/account/account_get_level_pickups.json b/account/account_get_level_pickups.json new file mode 100644 index 0000000..becf08b --- /dev/null +++ b/account/account_get_level_pickups.json @@ -0,0 +1,245 @@ +/* +POST /account/get_level_pickups HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: 6Mlu5uH +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 160 + + +*/ +/* +uint32_t fnv1a32(const std::string& data) { + const uint32_t FNV_Offset_Basis_32 = 0x811C9DC5; + const uint32_t FNV_Prime_32 = 0x01000193; + uint32_t h = FNV_Offset_Basis_32; + + for (char c : data) { + h = (h ^ static_cast(c)) * FNV_Prime_32; + } + + return h; +} +*/ + +//Request +{ + "level" : 3526133726, //they compress the level name using fnv1a32(const std::string& levelname) + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:27 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 3671 + + +*/ +//Response +{ + "global_pickups" : [], + "level" : 3526133726, + "pickup_emitters" : [ + { + "emitter_name" : "CandlespaceBlizz", + "events" : [ + { + "active_duration" : 1439, + "chunk_size_amount" : [ 1, 0, 0 ], + "chunk_size_likelihood" : [ 1.0, 0.0, 0.0 ], + "chunks_per_emit" : 1, + "collected" : 0, + "currency_type" : "wax", + "emit_interval" : 6, + "event_name" : "social_blizz_sm", + "last_chunk_seq" : -1, + "pool_amount" : 1000, + "pool_name" : "social_blizzard", + "preactive_duration" : 0 + }, + { + "active_duration" : 1439, + "chunk_size_amount" : [ 1, 0, 0 ], + "chunk_size_likelihood" : [ 1.0, 0.0, 0.0 ], + "chunks_per_emit" : 1, + "collected" : 0, + "currency_type" : "wax", + "emit_interval" : 4, + "event_name" : "social_blizz_lg", + "last_chunk_seq" : -1, + "pool_amount" : 1000, + "pool_name" : "social_blizzard", + "preactive_duration" : 0 + } + ] + }, + { + "emitter_name" : "CandlespaceSnowHutFire", + "events" : [ + { + "active_duration" : 1439, + "chunk_size_amount" : [ 1, 0, 0 ], + "chunk_size_likelihood" : [ 1.0, 0.0, 0.0 ], + "chunks_per_emit" : 1, + "collected" : 0, + "currency_type" : "wax", + "emit_interval" : 6, + "event_name" : "social_snowhutfire_sm", + "last_chunk_seq" : -1, + "pool_amount" : 1000, + "pool_name" : "social_blizzard", + "preactive_duration" : 0 + }, + { + "active_duration" : 1439, + "chunk_size_amount" : [ 1, 0, 0 ], + "chunk_size_likelihood" : [ 1.0, 0.0, 0.0 ], + "chunks_per_emit" : 1, + "collected" : 0, + "currency_type" : "wax", + "emit_interval" : 4, + "event_name" : "social_snowhutfire_lg", + "last_chunk_seq" : -1, + "pool_amount" : 1000, + "pool_name" : "social_blizzard", + "preactive_duration" : 0 + } + ] + }, + { + "emitter_name" : "RainbowEvent", + "events" : [ + { + "active_duration" : 20160, + "chunk_size_amount" : [ 1, 0, 0 ], + "chunk_size_likelihood" : [ 1.0, 0.0, 0.0 ], + "chunks_per_emit" : 2, + "collected" : 0, + "currency_type" : "wax", + "emit_interval" : 6, + "event_name" : "social_rainbow_on", + "last_chunk_seq" : -1, + "pool_amount" : 500, + "pool_name" : "event_rainbow", + "preactive_duration" : 0 + } + ] + }, + { + "emitter_name" : "SakuraEmitterBlooming", + "events" : [ + { + "active_duration" : 4320, + "chunk_size_amount" : [ 1, 0, 0 ], + "chunk_size_likelihood" : [ 1.0, 0.0, 0.0 ], + "chunks_per_emit" : 1, + "collected" : 0, + "currency_type" : "wax", + "emit_interval" : 12, + "event_name" : "global_bloom_sakura_bloom_wax02", + "last_chunk_seq" : -1, + "pool_amount" : 1000, + "pool_name" : "event_bloom_2022", + "preactive_duration" : 0 + }, + { + "active_duration" : 4320, + "chunk_size_amount" : [ 1, 0, 0 ], + "chunk_size_likelihood" : [ 1.0, 0.0, 0.0 ], + "chunks_per_emit" : 1, + "collected" : 0, + "currency_type" : "wax", + "emit_interval" : 36, + "event_name" : "global_bloom_sakura_bloom_wax01", + "last_chunk_seq" : -1, + "pool_amount" : 1000, + "pool_name" : "event_bloom_2022", + "preactive_duration" : 0 + } + ] + }, + { + "emitter_name" : "SakuraEmitterFalling", + "events" : [ + { + "active_duration" : 8640, + "chunk_size_amount" : [ 1, 0, 0 ], + "chunk_size_likelihood" : [ 1.0, 0.0, 0.0 ], + "chunks_per_emit" : 1, + "collected" : 0, + "currency_type" : "wax", + "emit_interval" : 6, + "event_name" : "global_bloom_sakura_fall_wax02", + "last_chunk_seq" : -1, + "pool_amount" : 1000, + "pool_name" : "event_bloom_2022", + "preactive_duration" : 0 + }, + { + "active_duration" : 4320, + "chunk_size_amount" : [ 1, 0, 0 ], + "chunk_size_likelihood" : [ 1.0, 0.0, 0.0 ], + "chunks_per_emit" : 1, + "collected" : 0, + "currency_type" : "wax", + "emit_interval" : 9, + "event_name" : "global_bloom_sakura_fall_wax01", + "last_chunk_seq" : -1, + "pool_amount" : 1000, + "pool_name" : "event_bloom_2022", + "preactive_duration" : 0 + } + ] + }, + { + "emitter_name" : "SummerBonfireMd", + "events" : [ + { + "active_duration" : 20160, + "chunk_size_amount" : [ 1, 0, 0 ], + "chunk_size_likelihood" : [ 1.0, 0.0, 0.0 ], + "chunks_per_emit" : 1, + "collected" : 0, + "currency_type" : "wax", + "emit_interval" : 17, + "event_name" : "global_summer_md", + "last_chunk_seq" : -1, + "pool_amount" : 1000, + "pool_name" : "global_summer_fire", + "preactive_duration" : 0 + } + ] + }, + { + "emitter_name" : "SummerBonfireSm", + "events" : [ + { + "active_duration" : 10080, + "chunk_size_amount" : [ 1, 0, 0 ], + "chunk_size_likelihood" : [ 1.0, 0.0, 0.0 ], + "chunks_per_emit" : 1, + "collected" : 0, + "currency_type" : "wax", + "emit_interval" : 24, + "event_name" : "global_summer_sm", + "last_chunk_seq" : -1, + "pool_amount" : 1000, + "pool_name" : "global_summer_fire", + "preactive_duration" : 0 + } + ] + } + ], + "pickups" : [] + } + diff --git a/account/account_get_map_defs.json b/account/account_get_map_defs.json new file mode 100644 index 0000000..11a5c90 --- /dev/null +++ b/account/account_get_map_defs.json @@ -0,0 +1,1579 @@ +/* +POST /account/get_map_defs HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: fIKyAVn +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:24 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 21082 + + +*/ +//Response +{ + "get_map_defs" : [ + { + "landmark" : null, + "level" : "CandleSpace", + "name" : "l_CandleSpace_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Credits", + "name" : "l_Credits_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Dawn", + "name" : "l_Dawn_0", + "type" : "wing_buff" + }, + { + "landmark" : "Dawn_Plateau", + "level" : "Dawn", + "name" : "l_Dawn_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Dawn", + "name" : "l_Dawn_2", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Dawn", + "name" : "l_Dawn_3", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Dawn", + "name" : "l_Dawn_4", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Dawn", + "name" : "l_Dawn_5", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Dawn_TrialsAir", + "name" : "l_Dawn_TrialsAir_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Dawn_TrialsEarth", + "name" : "l_Dawn_TrialsEarth_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Dawn_TrialsFire", + "name" : "l_Dawn_TrialsFire_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Dawn_TrialsWater", + "name" : "l_Dawn_TrialsWater_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "DayHubCave", + "name" : "l_DayHubCave_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Dusk", + "name" : "l_Dusk_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Dusk", + "name" : "l_Dusk_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "DuskEnd", + "name" : "l_DuskEnd_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "DuskGraveyard", + "name" : "l_DuskGraveyard_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "DuskGraveyard", + "name" : "l_DuskGraveyard_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "DuskGraveyard", + "name" : "l_DuskGraveyard_2", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "DuskGraveyard", + "name" : "l_DuskGraveyard_3", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "DuskGraveyard", + "name" : "l_DuskGraveyard_4", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "DuskGraveyard", + "name" : "l_DuskGraveyard_5", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "DuskMid", + "name" : "l_DuskMid_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "DuskMid", + "name" : "l_DuskMid_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "DuskOasis", + "name" : "l_DuskOasis_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "DuskOasis", + "name" : "l_DuskOasis_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Dusk_CrabField", + "name" : "l_Dusk_CrabField_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Dusk_CrabField", + "name" : "l_Dusk_CrabField_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Dusk_CrabField", + "name" : "l_Dusk_CrabField_2", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Dusk_Triangle", + "name" : "l_Dusk_Triangle_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Dusk_Triangle", + "name" : "l_Dusk_Triangle_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "MainStreet", + "name" : "l_MainStreet_0", + "type" : "wing_buff" + }, + { + "landmark" : "Night_ThirdFloor", + "level" : "Night", + "name" : "l_Night_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Night", + "name" : "l_Night_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Night2", + "name" : "l_Night2_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Night2", + "name" : "l_Night2_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Night2", + "name" : "l_Night2_2", + "type" : "wing_buff" + }, + { + "landmark" : "Night2_SecondFloor", + "level" : "Night2", + "name" : "l_Night2_3", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "NightArchive", + "name" : "l_NightArchive_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "NightArchive", + "name" : "l_NightArchive_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "NightDesert", + "name" : "l_NightDesert_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "NightDesert", + "name" : "l_NightDesert_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "NightDesert", + "name" : "l_NightDesert_2", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Night_PaintedWorld", + "name" : "l_Night_PaintedWorld_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Night_PaintedWorld", + "name" : "l_Night_PaintedWorld_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Night_PaintedWorld", + "name" : "l_Night_PaintedWorld_2", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Night_Shelter", + "name" : "l_Night_Shelter_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Prairie_ButterflyFields", + "name" : "l_Prairie_ButterflyFields_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Prairie_ButterflyFields", + "name" : "l_Prairie_ButterflyFields_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Prairie_ButterflyFields", + "name" : "l_Prairie_ButterflyFields_2", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Prairie_Cave", + "name" : "l_Prairie_Cave_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Prairie_Cave", + "name" : "l_Prairie_Cave_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Prairie_Island", + "name" : "l_Prairie_Island_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Prairie_Island", + "name" : "l_Prairie_Island_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Prairie_Island", + "name" : "l_Prairie_Island_2", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Prairie_Island", + "name" : "l_Prairie_Island_3", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Prairie_Island", + "name" : "l_Prairie_Island_4", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Prairie_Island", + "name" : "l_Prairie_Island_5", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Prairie_Island", + "name" : "l_Prairie_Island_6", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Prairie_Island", + "name" : "l_Prairie_Island_7", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Prairie_NestAndKeeper", + "name" : "l_Prairie_NestAndKeeper_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Prairie_NestAndKeeper", + "name" : "l_Prairie_NestAndKeeper_1", + "type" : "wing_buff" + }, + { + "landmark" : "null", + "level" : "Prairie_Village", + "name" : "l_Prairie_Village_0", + "type" : "wing_buff" + }, + { + "landmark" : "null", + "level" : "Prairie_Village", + "name" : "l_Prairie_Village_1", + "type" : "wing_buff" + }, + { + "landmark" : "Prairie_Village_Shrine", + "level" : "Prairie_Village", + "name" : "l_Prairie_Village_2", + "type" : "wing_buff" + }, + { + "landmark" : "null", + "level" : "Prairie_Village", + "name" : "l_Prairie_Village_3", + "type" : "wing_buff" + }, + { + "landmark" : "Prairie_Village_Shrine", + "level" : "Prairie_Village", + "name" : "l_Prairie_Village_4", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Prairie_WildLifePark", + "name" : "l_Prairie_WildLifePark_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Prairie_WildLifePark", + "name" : "l_Prairie_WildLifePark_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Prairie_WildLifePark", + "name" : "l_Prairie_WildLifePark_2", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Rain", + "name" : "l_Rain_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Rain", + "name" : "l_Rain_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "RainEnd", + "name" : "l_RainEnd_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "RainForest", + "name" : "l_RainForest_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "RainForest", + "name" : "l_RainForest_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "RainForest", + "name" : "l_RainForest_2", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "RainForest", + "name" : "l_RainForest_3", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "RainMid", + "name" : "l_RainMid_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "RainMid", + "name" : "l_RainMid_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "RainMid", + "name" : "l_RainMid_2", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "RainShelter", + "name" : "l_RainShelter_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "RainShelter", + "name" : "l_RainShelter_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Rain_BaseCamp", + "name" : "l_Rain_BaseCamp_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Rain_BaseCamp", + "name" : "l_Rain_BaseCamp_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Rain_Cave", + "name" : "l_Rain_Cave_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Rain_Cave", + "name" : "l_Rain_Cave_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Rain_Cave", + "name" : "l_Rain_Cave_2", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Rain_Cave", + "name" : "l_Rain_Cave_3", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Skyway", + "name" : "l_Skyway_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Storm", + "name" : "l_Storm_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Storm", + "name" : "l_Storm_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Storm", + "name" : "l_Storm_2", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Storm", + "name" : "l_Storm_3", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Storm", + "name" : "l_Storm_4", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Storm", + "name" : "l_Storm_5", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Storm", + "name" : "l_Storm_6", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Storm", + "name" : "l_Storm_7", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Storm", + "name" : "l_Storm_8", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "StormEvent_VoidSpace", + "name" : "l_StormEvent_VoidSpace_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "StormEvent_VoidSpace", + "name" : "l_StormEvent_VoidSpace_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "StormEvent_VoidSpace", + "name" : "l_StormEvent_VoidSpace_2", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "StormEvent_VoidSpace", + "name" : "l_StormEvent_VoidSpace_3", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "StormEvent_VoidSpace", + "name" : "l_StormEvent_VoidSpace_4", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "StormEvent_VoidSpace", + "name" : "l_StormEvent_VoidSpace_5", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "StormStart", + "name" : "l_StormStart_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Sunset", + "name" : "l_Sunset_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Sunset", + "name" : "l_Sunset_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Sunset", + "name" : "l_Sunset_2", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "SunsetColosseum", + "name" : "l_SunsetColosseum_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "SunsetEnd", + "name" : "l_SunsetEnd_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "SunsetEnd", + "name" : "l_SunsetEnd_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "SunsetEnd2", + "name" : "l_SunsetEnd2_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "SunsetRace", + "name" : "l_SunsetRace_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "SunsetVillage", + "name" : "l_SunsetVillage_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "SunsetVillage", + "name" : "l_SunsetVillage_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "SunsetVillage", + "name" : "l_SunsetVillage_2", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Sunset_Citadel", + "name" : "l_Sunset_Citadel_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Sunset_Citadel", + "name" : "l_Sunset_Citadel_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Sunset_FlyRace", + "name" : "l_Sunset_FlyRace_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Sunset_FlyRace", + "name" : "l_Sunset_FlyRace_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Sunset_Theater", + "name" : "l_Sunset_Theater_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Sunset_YetiPark", + "name" : "l_Sunset_YetiPark_0", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Sunset_YetiPark", + "name" : "l_Sunset_YetiPark_1", + "type" : "wing_buff" + }, + { + "landmark" : null, + "level" : "Dawn", + "name" : "roll", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Dawn", + "name" : "pullup", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Dawn", + "name" : "mope", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Dawn", + "name" : "carry", + "type" : "collectible" + }, + { + "landmark" : "Dawn_Plateau", + "level" : "Dawn", + "name" : "loopdance", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Dawn", + "name" : "welcome", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Dawn", + "name" : "come", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Dawn", + "name" : "point", + "type" : "collectible" + }, + { + "landmark" : "Dawn_Plateau", + "level" : "Dawn", + "name" : "sass", + "type" : "collectible" + }, + { + "landmark" : "Dawn_Shrine", + "level" : "Dawn", + "name" : "nothanks", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Dawn", + "name" : "hackysack", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "DawnCave", + "name" : "deepbreath", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "DawnCave", + "name" : "dustoff", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "DawnCave", + "name" : "balance", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "DawnCave", + "name" : "chestpound", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Dusk", + "name" : "scared", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Dusk", + "name" : "scared", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Dusk", + "name" : "die", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "DuskGraveyard", + "name" : "dontgo", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "DuskGraveyard", + "name" : "respect", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "DuskGraveyard", + "name" : "acknowledge", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "DuskGraveyard", + "name" : "sneaky", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "DuskGraveyard", + "name" : "brave", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "DuskMid", + "name" : "lookaround", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "DuskOasis", + "name" : "crabwalk", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "DuskOasis", + "name" : "doze", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "DuskOasis", + "name" : "scare", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "DuskOasis", + "name" : "nod", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "DuskOasis", + "name" : "shrug", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "DuskOasis", + "name" : "playfight", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Dusk_CrabField", + "name" : "crabvoice", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Dusk_CrabField", + "name" : "salute", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Dusk_Triangle", + "name" : "evillaugh", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Dusk_Triangle", + "name" : "ouch", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Dusk_Triangle", + "name" : "wait", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Dusk_Triangle", + "name" : "anxious", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "MainStreet", + "name" : "questap20", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "MainStreet", + "name" : "questap20", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "MainStreet", + "name" : "questap20", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "MainStreet", + "name" : "questap20", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "MainStreet", + "name" : "questap20", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "MainStreet", + "name" : "questap20", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "MainStreet", + "name" : "questap20", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "MainStreet", + "name" : "questap20", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "MainStreet_ConcertHall", + "name" : "questap23_duo", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "MainStreet_ConcertHall", + "name" : "questap23_duo", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "MainStreet_ConcertHall", + "name" : "questap23_duo", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "MainStreet_ConcertHall", + "name" : "questap23", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "MainStreet_ConcertHall", + "name" : "questap23_duo_cellist", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "MainStreet_ShopProps", + "name" : "questap22", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "MainStreet_ShopSpells", + "name" : "questap20", + "type" : "collectible" + }, + { + "landmark" : "Night", + "level" : "Night", + "name" : "think", + "type" : "collectible" + }, + { + "landmark" : "Night", + "level" : "Night", + "name" : "pray", + "type" : "collectible" + }, + { + "landmark" : "Night_ThirdFloor", + "level" : "Night", + "name" : "force", + "type" : "collectible" + }, + { + "landmark" : "Night_ThirdFloor", + "level" : "Night", + "name" : "love", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Night2", + "name" : "shh", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Night2", + "name" : "kungfu", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Night2", + "name" : "float", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "NightArchive", + "name" : "wise", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "NightDesert", + "name" : "sneeze", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "NightDesert", + "name" : "beckon", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "NightDesert", + "name" : "stretch", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "NightDesert", + "name" : "gloat", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "NightDesert_Beach", + "name" : "scheme", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Night_JarCave", + "name" : "slouch", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Night_PaintedWorld", + "name" : "princesscarry", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Night_PaintedWorld", + "name" : "floatdance", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Night_PaintedWorld", + "name" : "muscle", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Night_PaintedWorld", + "name" : "whistle", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Night_Shelter", + "name" : "plead", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Night_Shelter", + "name" : "tiptoe", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Night_Shelter", + "name" : "grief", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Night_Shelter", + "name" : "injured", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Prairie_ButterflyFields", + "name" : "celebrate", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Prairie_ButterflyFields", + "name" : "butterfly", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Prairie_Cave", + "name" : "salutation", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Prairie_Cave", + "name" : "wipe", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Prairie_Island", + "name" : "jelly", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Prairie_Island", + "name" : "timid", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Prairie_Island", + "name" : "gratitude", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Prairie_Island", + "name" : "bellyscratch", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Prairie_Island", + "name" : "rally", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Prairie_Island", + "name" : "grumpy", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Prairie_NestAndKeeper", + "name" : "doublefive", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Prairie_NestAndKeeper", + "name" : "dance", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Prairie_NestAndKeeper", + "name" : "bird", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Prairie_Village", + "name" : "yawn", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Prairie_Village", + "name" : "laugh", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Prairie_Village", + "name" : "thumbsup", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Prairie_Village", + "name" : "wave", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Prairie_WildLifePark", + "name" : "jollydance", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Prairie_WildLifePark", + "name" : "nightbird", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Prairie_WildLifePark", + "name" : "sidehug", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Prairie_WildLifePark", + "name" : "windpose", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Rain", + "name" : "cold", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Rain", + "name" : "facepalm", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Rain", + "name" : "tsktsk", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "RainForest", + "name" : "lazycool", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "RainForest", + "name" : "sarcastic", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "RainForest", + "name" : "seek", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "RainForest", + "name" : "shy", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "RainForest", + "name" : "pout", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "RainForest", + "name" : "eww", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "RainForest", + "name" : "marching", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "RainMid", + "name" : "kiss", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "RainMid", + "name" : "ohno", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "RainMid", + "name" : "sorry", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "RainMid", + "name" : "cry", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "RainMid", + "name" : "bubbles", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "RainMid", + "name" : "chuckle", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Rain_Cave", + "name" : "hairtousle", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Skyway", + "name" : "nerdy", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Skyway", + "name" : "voila", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Skyway", + "name" : "pointup", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Skyway", + "name" : "babymanta", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Sunset", + "name" : "tripleaxel", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Sunset", + "name" : "juggle", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Sunset", + "name" : "joy", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Sunset", + "name" : "strong", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "SunsetColosseum", + "name" : "cheer", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "SunsetColosseum", + "name" : "proud", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "SunsetColosseum", + "name" : "bow", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "SunsetEnd2", + "name" : "sparkler", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "SunsetVillage", + "name" : "showdance", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "SunsetVillage", + "name" : "spintrick", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "SunsetVillage", + "name" : "peek", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "SunsetVillage", + "name" : "bearhug", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Sunset_Citadel", + "name" : "manta", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Sunset_Citadel", + "name" : "handstand", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Sunset_Citadel", + "name" : "backflip", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Sunset_Theater", + "name" : "duetdance", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Sunset_Theater", + "name" : "headbob", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Sunset_Theater", + "name" : "handshake", + "type" : "collectible" + }, + { + "landmark" : null, + "level" : "Sunset_Theater", + "name" : "awww", + "type" : "collectible" + } + ] + } + diff --git a/account/account_get_motd.json b/account/account_get_motd.json new file mode 100644 index 0000000..3999c20 --- /dev/null +++ b/account/account_get_motd.json @@ -0,0 +1,52 @@ +/* +POST /account/get_motd HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: NVUIydz +x-sky-level-id: 3526133726 +Content-Length: 2 + + +*/ +//Request +{} + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:14:38 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 558 + + +*/ +//Response +{ + "motd" : "Not sure what to record with your Shared Memory spell? The Shared Memory shrine in Aviary Village has a prompt to get your ideas flowing!", + "motd_buttons" : [ + { + "img" : "Icon_instagram", + "url" : "https://www.instagram.com/thatskygame/?hl=en" + }, + { + "img" : "Icon_facebook", + "url" : "https://www.facebook.com/thatskygame/" + }, + { + "img" : "Icon_twitter", + "url" : "https://twitter.com/thatskygame?lang=en" + }, + { + "img" : "Icon_discord", + "url" : "https://discord.gg/thatskygame" + } + ], + "motd_season_start" : 1721026800, + "motd_timestamp" : 1720767600, + "motd_title" : "Shared Memories", + "motd_version" : 137688 + } + diff --git a/account/account_get_online_friends.json b/account/account_get_online_friends.json new file mode 100644 index 0000000..e3c94c6 --- /dev/null +++ b/account/account_get_online_friends.json @@ -0,0 +1,37 @@ +/* +POST /account/get_online_friends HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: NICXaZN +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:11 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 21 + + +*/ +//Response +{ + "online_friends" : [] + } + diff --git a/account/account_get_outfit.json b/account/account_get_outfit.json new file mode 100644 index 0000000..8647efb --- /dev/null +++ b/account/account_get_outfit.json @@ -0,0 +1,104 @@ +/* +POST /account/get_outfit HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:26 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 615 + + +*/ +//Response +{ + "result" : "ok", + "set_outfit" : { + "arms" : { + "id" : 0, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "attitude" : "0", + "body" : { + "id" : 3691343236, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "feet" : { + "id" : 1532093990, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "hair" : { + "id" : 1229053584, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "hat" : { + "id" : 1470462579, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "height" : 0.3205564055560303, + "horn" : { + "id" : 3680499229, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "mask" : { + "id" : 3663390882, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "neck" : { + "id" : 3800884691, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "prop" : { + "id" : 2035109393, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "scale" : 0.008167967321492012, + "seed" : 8016, + "voice" : 0, + "wing" : { + "id" : 2245279351, + "mask" : 0, + "pat" : 0, + "tex" : 0 + } + } + } + diff --git a/account/account_get_pending_messages.json b/account/account_get_pending_messages.json new file mode 100644 index 0000000..2ff8910 --- /dev/null +++ b/account/account_get_pending_messages.json @@ -0,0 +1,39 @@ +/* +POST /account/get_pending_messages HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: RoTvs3v +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 167 + + +*/ +//Request +{ + "exclude_free_gifts" : true, + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:18 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 48 + + +*/ +//Response +{ + "set_recvd_messages" : [], + "set_sent_messages" : [] + } + \ No newline at end of file diff --git a/account/account_get_player_info.json b/account/account_get_player_info.json new file mode 100644 index 0000000..05b53d3 --- /dev/null +++ b/account/account_get_player_info.json @@ -0,0 +1,39 @@ +/* +POST /account/get_player_info HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: UV5m9mO +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 1509719447 +Content-Length: 189 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "target" : "5c5d306b-8694-47e8-b4d5-002cc4205378", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:43 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 38 + + +*/ +//Response +{ + "result" : "ok", + "serendipity_types" : [] + } + diff --git a/account/account_get_rank.json b/account/account_get_rank.json new file mode 100644 index 0000000..7192d9b --- /dev/null +++ b/account/account_get_rank.json @@ -0,0 +1,41 @@ +/* +POST /account/get_rank HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: CkwrBDA +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:11 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 66 + + +*/ +//Response +{ + "set_rank" : { + "is_beginner" : true, + "is_shepherd" : false, + "social" : 0.0 + } + } + diff --git a/account/account_get_relationship_abilities.json b/account/account_get_relationship_abilities.json new file mode 100644 index 0000000..0977552 --- /dev/null +++ b/account/account_get_relationship_abilities.json @@ -0,0 +1,1242 @@ +/* +POST /account/get_relationship_abilities HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:13 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 21321 + + +*/ +//Response +{ + "relationship_defs" : [ + { + "ability" : "hug", + "anim" : "OfferHug", + "anims" : [ + "whiteEmbraceHold", + "avatarEmbraceHold", + "hugTakeF", + "hugGiveF", + "charTwoHugHold", + "hugTakeF2", + "hugGiveF2" + ], + "controller" : "king", + "cost" : 0, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_hug", + "give_also" : [], + "icon" : "UiSocialHug", + "icon_hint" : "UiSocialHug", + "icon_locked" : "UiSocialHug", + "id" : 26, + "listed" : true, + "permanent" : true, + "pre_reqs" : [], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 0, + "unwrap_hint" : "accept_hug", + "x" : 0, + "y" : 0 + }, + { + "ability" : "nickname", + "anim" : "", + "anims" : [], + "controller" : "paul", + "cost" : 1, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialName", + "gifting_hint" : "relationship_addfriend", + "give_also" : [], + "icon" : "UiMiscPencil", + "icon_hint" : "UiSocialAddFriend", + "icon_locked" : "UiSocialAddFriend", + "id" : 11, + "listed" : true, + "permanent" : true, + "pre_reqs" : [], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 0, + "unwrap_hint" : "accept_addfriend", + "x" : 0, + "y" : 0 + }, + { + "ability" : "nickname", + "anim" : "", + "anims" : [], + "controller" : "player", + "cost" : 1, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialName", + "gifting_hint" : "relationship_addfriend", + "give_also" : [ 2, 9, 10, 19 ], + "icon" : "UiMiscPencil", + "icon_hint" : "UiSocialAddFriend", + "icon_locked" : "UiSocialAddFriend", + "id" : 1, + "listed" : true, + "permanent" : true, + "pre_reqs" : [], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 1, + "unwrap_hint" : "accept_addfriend", + "x" : 0, + "y" : 0 + }, + { + "ability" : "block", + "anim" : "", + "anims" : [], + "controller" : "player", + "cost" : 0, + "currency_type" : "candles", + "enabled" : true, + "event" : "RelationshipBlockPlayer", + "gifting_hint" : "shop_candledesc", + "give_also" : [], + "icon" : "UiSocialDeleteFriend", + "icon_hint" : "UiSocialDeleteFriend", + "icon_locked" : "UiSocialDeleteFriend", + "id" : 10, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 1 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 4, + "unwrap_hint" : "shop_candledesc", + "x" : 0, + "y" : 0 + }, + { + "ability" : "report", + "anim" : "", + "anims" : [], + "controller" : "player", + "cost" : 0, + "currency_type" : "candles", + "enabled" : true, + "event" : "RelationshipReportPlayer", + "gifting_hint" : "shop_candledesc", + "give_also" : [], + "icon" : "UiMenuCaution", + "icon_hint" : "UiMenuCaution", + "icon_locked" : "UiMenuCaution", + "id" : 19, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 10 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 5, + "unwrap_hint" : "shop_candledesc", + "x" : 0, + "y" : 0 + }, + { + "ability" : "hand_hold", + "anim" : "OfferHand", + "anims" : [], + "controller" : "player", + "cost" : 1, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_handhold", + "give_also" : [], + "icon" : "UiSocialOfferHand", + "icon_hint" : "UiSocialOfferHand", + "icon_locked" : "UiSocialOfferHand", + "id" : 2, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 1 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 3, + "unwrap_hint" : "accept_handhold", + "x" : 0, + "y" : 0 + }, + { + "ability" : "chat_mute", + "anim" : "", + "anims" : [], + "controller" : "player", + "cost" : 0, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialMutePlayer", + "gifting_hint" : "relationship_chatmute", + "give_also" : [], + "icon" : "UiSocialChatLock", + "icon_hint" : "UiSocialChatLock", + "icon_locked" : "UiSocialChatLock", + "id" : 27, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 6 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 14, + "unwrap_hint" : "accept_chatmute", + "x" : 0, + "y" : 0 + }, + { + "ability" : "hug", + "anim" : "OfferHug", + "anims" : [ + "whiteEmbraceHold", + "avatarEmbraceHold", + "hugTakeF", + "hugGiveF", + "charTwoHugHold", + "hugTakeF2", + "hugGiveF2" + ], + "controller" : "player", + "cost" : 2, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_hug", + "give_also" : [], + "icon" : "UiSocialHug", + "icon_hint" : "UiSocialHug", + "icon_locked" : "UiSocialHug", + "id" : 3, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 4 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 9, + "unwrap_hint" : "accept_hug", + "x" : 0, + "y" : 0 + }, + { + "ability" : "gift_ap", + "anim" : "", + "anims" : [], + "controller" : "player", + "cost" : 1, + "currency_type" : "season_pass_token", + "enabled" : true, + "event" : "GiftSeasonPass", + "gifting_hint" : "season_pass_token_desc", + "give_also" : [], + "icon" : "{{Seasons::icon_name}}", + "icon_hint" : "{{Seasons::icon_name}}", + "icon_locked" : "{{Seasons::gift_icon_name}}", + "id" : 33, + "listed" : true, + "permanent" : false, + "pre_reqs" : [ 2 ], + "reward_amount" : 0, + "reward_type" : "season_pass_token", + "tier" : 6, + "unwrap_hint" : "season_pass_token_recv_desc", + "x" : 0, + "y" : 0 + }, + { + "ability" : "tier_unlock_player", + "anim" : "", + "anims" : [], + "controller" : "player", + "cost" : 1, + "currency_type" : "prestige", + "enabled" : true, + "event" : "SocialTierUnlock", + "gifting_hint" : "relationship_tier", + "give_also" : [], + "icon" : "UiMenuWingLockOpen", + "icon_hint" : "UiMenuWingLockClosed", + "icon_locked" : "UiMenuWingLockClosed", + "id" : 34, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 3 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 12, + "unwrap_hint" : "accept_tier", + "x" : 0, + "y" : 0 + }, + { + "ability" : "high_five_2", + "anim" : "OfferHighFive", + "anims" : [], + "controller" : "player", + "cost" : 4, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_highfive", + "give_also" : [], + "icon" : "UiSocialHighFive", + "icon_hint" : "UiSocialHighFive", + "icon_locked" : "UiSocialHighFive", + "id" : 35, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 4 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 8, + "unwrap_hint" : "accept_highfive", + "x" : 0, + "y" : 0 + }, + { + "ability" : "hug_2", + "anim" : "OfferHug", + "anims" : [], + "controller" : "player", + "cost" : 4, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_hug", + "give_also" : [], + "icon" : "UiSocialHug", + "icon_hint" : "UiSocialHug", + "icon_locked" : "UiSocialHug", + "id" : 36, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 3 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 11, + "unwrap_hint" : "accept_hug", + "x" : 0, + "y" : 0 + }, + { + "ability" : "fist_bump_2", + "anim" : "OfferFistBump", + "anims" : [], + "controller" : "player", + "cost" : 4, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_fistbump", + "give_also" : [], + "icon" : "UiSocialFistBump", + "icon_hint" : "UiSocialFistBump", + "icon_locked" : "UiSocialFistBump", + "id" : 37, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 5 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 16, + "unwrap_hint" : "accept_fistbump", + "x" : 0, + "y" : 0 + }, + { + "ability" : "tier_unlock_player_02", + "anim" : "", + "anims" : [], + "controller" : "player", + "cost" : 5, + "currency_type" : "prestige", + "enabled" : true, + "event" : "SocialTierUnlock", + "gifting_hint" : "relationship_tier", + "give_also" : [], + "icon" : "UiMenuWingLockOpen", + "icon_hint" : "UiMenuWingLockClosed", + "icon_locked" : "UiMenuWingLockClosed", + "id" : 38, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 44 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 24, + "unwrap_hint" : "accept_tier", + "x" : 0, + "y" : 0 + }, + { + "ability" : "high_five", + "anim" : "OfferHighFive", + "anims" : [ + "highFiveTake", + "highFiveTakeLow", + "highFiveTakeHigh", + "highFiveGive", + "highFiveGiveLow", + "highFiveGiveHigh" + ], + "controller" : "player", + "cost" : 1, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_highfive", + "give_also" : [], + "icon" : "UiSocialHighFive", + "icon_hint" : "UiSocialHighFive", + "icon_locked" : "UiSocialHighFive", + "id" : 4, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 2 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 7, + "unwrap_hint" : "accept_highfive", + "x" : 0, + "y" : 0 + }, + { + "ability" : "carry", + "anim" : "OfferCarry", + "anims" : [], + "controller" : "player", + "cost" : 6, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_carry", + "give_also" : [], + "icon" : "UiSocialCarryA", + "icon_hint" : "UiSocialCarryA", + "icon_locked" : "UiSocialCarryA", + "id" : 40, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 38 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 27, + "unwrap_hint" : "accept_carry", + "x" : 0, + "y" : 0 + }, + { + "ability" : "carry_2", + "anim" : "OfferCarry", + "anims" : [], + "controller" : "player", + "cost" : 8, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_carry", + "give_also" : [], + "icon" : "UiSocialCarryA", + "icon_hint" : "UiSocialCarryA", + "icon_locked" : "UiSocialCarryA", + "id" : 41, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 40 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 28, + "unwrap_hint" : "accept_carry", + "x" : 0, + "y" : 0 + }, + { + "ability" : "double_five", + "anim" : "OfferDoubleFive", + "anims" : [ "doubleFiveGive", "doubleFiveTake" ], + "controller" : "player", + "cost" : 3, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_doublefive", + "give_also" : [], + "icon" : "UiSocialDoubleFive", + "icon_hint" : "UiSocialDoubleFive", + "icon_locked" : "UiSocialDoubleFive", + "id" : 42, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 5 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 17, + "unwrap_hint" : "accept_doublefive", + "x" : 0, + "y" : 0 + }, + { + "ability" : "double_five_2", + "anim" : "OfferDoubleFive", + "anims" : [], + "controller" : "player", + "cost" : 4, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_doublefive", + "give_also" : [], + "icon" : "UiSocialDoubleFive", + "icon_hint" : "UiSocialDoubleFive", + "icon_locked" : "UiSocialDoubleFive", + "id" : 43, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 42 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 19, + "unwrap_hint" : "accept_doublefive", + "x" : 0, + "y" : 0 + }, + { + "ability" : "hairtousle", + "anim" : "OfferHairTousle", + "anims" : [ + "hairTousleTakeLv1", + "anim_hairTousleTake", + "hairTousleTakeLv2", + "anim_hairTousleTakeLv2", + "hairTousleGiveLv1", + "anim_hairTousleGive", + "hairTousleGiveLv2", + "anim_hairTousleGiveLv2" + ], + "controller" : "player", + "cost" : 6, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_hairtousle", + "give_also" : [], + "icon" : "UiSocialHairTousleA", + "icon_hint" : "UiSocialHairTousleA", + "icon_locked" : "UiSocialHairTousleA", + "id" : 44, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 42 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 20, + "unwrap_hint" : "accept_hairtousle", + "x" : 0, + "y" : 0 + }, + { + "ability" : "hairtousle_2", + "anim" : "OfferHairTousle_2", + "anims" : [], + "controller" : "player", + "cost" : 8, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_hairtousle", + "give_also" : [], + "icon" : "UiSocialHairTousleA", + "icon_hint" : "UiSocialHairTousleA", + "icon_locked" : "UiSocialHairTousleA", + "id" : 45, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 44 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 23, + "unwrap_hint" : "accept_hairtousle", + "x" : 0, + "y" : 0 + }, + { + "ability" : "playfight", + "anim" : "OfferPlayfight", + "anims" : [ + "playfight1Give", + "playfight2Give", + "playfight1Take", + "playfight2Take" + ], + "controller" : "player", + "cost" : 8, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_playfight", + "give_also" : [], + "icon" : "UiSocialPlayfight", + "icon_hint" : "UiSocialPlayfight", + "icon_locked" : "UiSocialPlayfight", + "id" : 46, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 40 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 29, + "unwrap_hint" : "accept_playfight", + "x" : 0, + "y" : 0 + }, + { + "ability" : "playfight_2", + "anim" : "OfferPlayfight_2", + "anims" : [], + "controller" : "player", + "cost" : 10, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_playfight", + "give_also" : [], + "icon" : "UiSocialPlayfight", + "icon_hint" : "UiSocialPlayfight", + "icon_locked" : "UiSocialPlayfight", + "id" : 47, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 46 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 30, + "unwrap_hint" : "accept_playfight", + "x" : 0, + "y" : 0 + }, + { + "ability" : "warp_block", + "anim" : "hand_hold", + "anims" : [], + "controller" : "player", + "cost" : 0, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialWarpBlock", + "gifting_hint" : "relationship_warpblock", + "give_also" : [], + "icon" : "UiSocialChatLock", + "icon_hint" : "UiSocialChatLock", + "icon_locked" : "UiSocialChatLock", + "id" : 48, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 8 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 26, + "unwrap_hint" : "accept_warpblock", + "x" : 0, + "y" : 0 + }, + { + "ability" : "bearhug", + "anim" : "OfferBearHug", + "anims" : [ + "bearHugTakeLv1", + "bearHugTakeLv2", + "bearHugTakeCine", + "bearHugGiveLv1", + "bearHugGiveLv2", + "bearHugGiveCine" + ], + "controller" : "player", + "cost" : 12, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_bearhug", + "give_also" : [], + "icon" : "UiEmoteSocialBearHug", + "icon_hint" : "UiEmoteSocialBearHug", + "icon_locked" : "UiEmoteSocialBearHug", + "id" : 49, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 46 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 31, + "unwrap_hint" : "accept_bearhug", + "x" : 0, + "y" : 0 + }, + { + "ability" : "fist_bump", + "anim" : "OfferFistBump", + "anims" : [ "fistBumpGive", "fistBumpTake" ], + "controller" : "player", + "cost" : 3, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_fistbump", + "give_also" : [], + "icon" : "UiSocialFistBump", + "icon_hint" : "UiSocialFistBump", + "icon_locked" : "UiSocialFistBump", + "id" : 5, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 34 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 15, + "unwrap_hint" : "accept_fistbump", + "x" : 0, + "y" : 0 + }, + { + "ability" : "bearhug_2", + "anim" : "OfferBearHug_2", + "anims" : [], + "controller" : "player", + "cost" : 14, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_bearhug", + "give_also" : [], + "icon" : "UiEmoteSocialBearHug", + "icon_hint" : "UiEmoteSocialBearHug", + "icon_locked" : "UiEmoteSocialBearHug", + "id" : 50, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 49 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 32, + "unwrap_hint" : "accept_bearhug", + "x" : 0, + "y" : 0 + }, + { + "ability" : "link", + "anim" : "", + "anims" : [], + "controller" : "player", + "cost" : 1, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialLink", + "gifting_hint" : "relationship_link", + "give_also" : [ 52 ], + "icon" : "UiMiscYouAndI", + "icon_hint" : "UiMiscYouAndI", + "icon_locked" : "UiMiscYouAndI", + "id" : 51, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 42 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 21, + "unwrap_hint" : "accept_link", + "x" : 0, + "y" : 0 + }, + { + "ability" : "unlink", + "anim" : "", + "anims" : [], + "controller" : "player", + "cost" : 0, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialUnlink", + "gifting_hint" : "relationship_unlink", + "give_also" : [], + "icon" : "UiSocialBreakHands", + "icon_hint" : "UiSocialBreakHands", + "icon_locked" : "UiSocialBreakHands", + "id" : 52, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 51 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 22, + "unwrap_hint" : "accept_unlink", + "x" : 0, + "y" : 0 + }, + { + "ability" : "iap", + "anim" : "", + "anims" : [], + "controller" : "player", + "cost" : 0, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialIAP", + "gifting_hint" : "shop_candledesc", + "give_also" : [], + "icon" : "UiSocialGiftIAP", + "icon_hint" : "UiSocialGiftIAP", + "icon_locked" : "UiSocialGiftIAP", + "id" : 55, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 5 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 18, + "unwrap_hint" : "accept_iap", + "x" : 0, + "y" : 0 + }, + { + "ability" : "duetdance", + "anim" : "OfferDuetDance", + "anims" : [ + "offerDuetDanceLv1", + "offerDuetDanceLoopLv1", + "duetDanceGiveEnterLv1", + "duetDanceGiveLoopLv1", + "duetDanceTakeEnterLv1", + "duetDanceTakeLoopLv1" + ], + "controller" : "player", + "cost" : 20, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_duetdance", + "give_also" : [], + "icon" : "UiSocialDuetDanceA", + "icon_hint" : "UiSocialDuetDanceA", + "icon_locked" : "UiSocialDuetDanceA", + "id" : 56, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 58 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 36, + "unwrap_hint" : "accept_duetdance", + "x" : 0, + "y" : 0 + }, + { + "ability" : "duetdance_2", + "anim" : "OfferDuetDance_2", + "anims" : [], + "controller" : "player", + "cost" : 22, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_duetdance", + "give_also" : [], + "icon" : "UiSocialDuetDanceA", + "icon_hint" : "UiSocialDuetDanceA", + "icon_locked" : "UiSocialDuetDanceA", + "id" : 57, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 56 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 37, + "unwrap_hint" : "accept_duetdance", + "x" : 0, + "y" : 0 + }, + { + "ability" : "handshake", + "anim" : "OfferHandShake", + "anims" : [ + "offerHandShakeLv1", + "offerHandShakeLoopLv1", + "handShakeGiveLv1", + "handShakeTakeLv1" + ], + "controller" : "player", + "cost" : 16, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_handshake", + "give_also" : [], + "icon" : "UiSocialHandShakeA", + "icon_hint" : "UiSocialHandShakeA", + "icon_locked" : "UiSocialHandShakeA", + "id" : 58, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 60 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 34, + "unwrap_hint" : "accept_handshake", + "x" : 0, + "y" : 0 + }, + { + "ability" : "handshake_2", + "anim" : "OfferHandShake_2", + "anims" : [], + "controller" : "player", + "cost" : 18, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_handshake", + "give_also" : [], + "icon" : "UiSocialHandShakeA", + "icon_hint" : "UiSocialHandShakeA", + "icon_locked" : "UiSocialHandShakeA", + "id" : 59, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 58 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 35, + "unwrap_hint" : "accept_handshake", + "x" : 0, + "y" : 0 + }, + { + "ability" : "chat", + "anim" : "", + "anims" : [], + "controller" : "player", + "cost" : 3, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialChat", + "gifting_hint" : "relationship_chat", + "give_also" : [ 27 ], + "icon" : "UiSocialChat", + "icon_hint" : "UiSocialChat", + "icon_locked" : "UiSocialChat", + "id" : 6, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 3 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 13, + "unwrap_hint" : "accept_chat", + "x" : 0, + "y" : 0 + }, + { + "ability" : "tier_unlock_player_03", + "anim" : "", + "anims" : [], + "controller" : "player", + "cost" : 10, + "currency_type" : "prestige", + "enabled" : true, + "event" : "SocialTierUnlock", + "gifting_hint" : "relationship_tier", + "give_also" : [], + "icon" : "UiMenuWingLockOpen", + "icon_hint" : "UiMenuWingLockClosed", + "icon_locked" : "UiMenuWingLockClosed", + "id" : 60, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 49 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 33, + "unwrap_hint" : "accept_tier", + "x" : 0, + "y" : 0 + }, + { + "ability" : "sidehug", + "anim" : "OfferSideHug", + "anims" : [ + "offerSideHugLv1", + "offerSideHugLv2", + "offerSideHugLoopLv1", + "offerSideHugLoopLv2", + "sideHugTakeLv2", + "sideHugTakeLv1", + "sideHugGiveLv1", + "sideHugGiveLv1" + ], + "controller" : "player", + "cost" : 24, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_sidehug", + "give_also" : [], + "icon" : "UiSocialSideHugA", + "icon_hint" : "UiSocialSideHugA", + "icon_locked" : "UiSocialSideHugA", + "id" : 61, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 56 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 40, + "unwrap_hint" : "accept_sidehug", + "x" : 0, + "y" : 0 + }, + { + "ability" : "sidehug_2", + "anim" : "OfferSideHug_2", + "anims" : [], + "controller" : "player", + "cost" : 26, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_sidehug", + "give_also" : [], + "icon" : "UiSocialSideHugA", + "icon_hint" : "UiSocialSideHugA", + "icon_locked" : "UiSocialSideHugA", + "id" : 62, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 61 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 41, + "unwrap_hint" : "accept_sidehug", + "x" : 0, + "y" : 0 + }, + { + "ability" : "princesscarry", + "anim" : "OfferPrincessCarry", + "anims" : [ + "offerPrincessCarryLv1", + "offerPrincessCarryLv2", + "offerPrincessCarryLoopLv1", + "offerPrincessCarryLoopLv2", + "princessCarryTakeLv2", + "princessCarryTakeLv1", + "princessCarryGiveLv1", + "princessCarryGiveLv1" + ], + "controller" : "player", + "cost" : 28, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_princesscarry", + "give_also" : [], + "icon" : "UiSocialPrincessCarryA", + "icon_hint" : "UiSocialPrincessCarryA", + "icon_locked" : "UiSocialPrincessCarryA", + "id" : 63, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 61 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 42, + "unwrap_hint" : "accept_princesscarry", + "x" : 0, + "y" : 0 + }, + { + "ability" : "princesscarry_2", + "anim" : "OfferPrincessCarry_2", + "anims" : [], + "controller" : "player", + "cost" : 30, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_princesscarry", + "give_also" : [], + "icon" : "UiSocialPrincessCarryA", + "icon_hint" : "UiSocialPrincessCarryA", + "icon_locked" : "UiSocialPrincessCarryA", + "id" : 64, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 63 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 43, + "unwrap_hint" : "accept_princesscarry", + "x" : 0, + "y" : 0 + }, + { + "ability" : "duetbow", + "anim" : "OfferDuetBow", + "anims" : [ + "offerDuetBowLv1", + "offerDuetBowLoopLv1", + "duetBowTakeLv1", + "duetBowGiveLv1" + ], + "controller" : "player", + "cost" : 32, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_duetbow", + "give_also" : [], + "icon" : "UISocialDuetBowA", + "icon_hint" : "UISocialDuetBowA", + "icon_locked" : "UISocialDuetBowA", + "id" : 65, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 63 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 44, + "unwrap_hint" : "accept_duetbow", + "x" : 0, + "y" : 0 + }, + { + "ability" : "duetbow_2", + "anim" : "OfferDuetBow_2", + "anims" : [], + "controller" : "player", + "cost" : 34, + "currency_type" : "candles", + "enabled" : true, + "event" : "SocialOffer", + "gifting_hint" : "relationship_duetbow", + "give_also" : [], + "icon" : "UISocialDuetBowA", + "icon_hint" : "UISocialDuetBowA", + "icon_locked" : "UISocialDuetBowA", + "id" : 66, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 65 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 45, + "unwrap_hint" : "accept_duetbow", + "x" : 0, + "y" : 0 + }, + { + "ability" : "gift", + "anim" : "", + "anims" : [], + "controller" : "player", + "cost" : 3, + "currency_type" : "candles", + "enabled" : true, + "event" : "RelationshipGift", + "gifting_hint" : "shop_candledesc", + "give_also" : [], + "icon" : "UiSocialGiftHeart", + "icon_hint" : "UiSocialGiftHeart", + "icon_locked" : "UiSocialGiftHeart", + "id" : 7, + "listed" : true, + "permanent" : false, + "pre_reqs" : [ 4 ], + "reward_amount" : 1, + "reward_type" : "heart", + "tier" : 10, + "unwrap_hint" : "accept_heart", + "x" : 0, + "y" : 0 + }, + { + "ability" : "warp", + "anim" : "", + "anims" : [], + "controller" : "player", + "cost" : 10, + "currency_type" : "prestige", + "enabled" : true, + "event" : "SocialTeleportUnlock", + "gifting_hint" : "relationship_teleport", + "give_also" : [ 48 ], + "icon" : "UiSocialTeleport", + "icon_hint" : "UiSocialTeleport", + "icon_locked" : "UiSocialTeleport", + "id" : 8, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 44 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 25, + "unwrap_hint" : "accept_teleport", + "x" : 0, + "y" : 0 + }, + { + "ability" : "favorite", + "anim" : "", + "anims" : [], + "controller" : "player", + "cost" : 0, + "currency_type" : "candles", + "enabled" : true, + "event" : "RelationshipFavoritePlayer", + "gifting_hint" : "shop_candledesc", + "give_also" : [], + "icon" : "UiFriendMenuFavorite", + "icon_hint" : "UiMiscExclamation", + "icon_locked" : "UiFriendMenuFavoriteOutline", + "id" : 9, + "listed" : true, + "permanent" : true, + "pre_reqs" : [ 1 ], + "reward_amount" : 0, + "reward_type" : "heart", + "tier" : 2, + "unwrap_hint" : "shop_candledesc", + "x" : 0, + "y" : 0 + } + ] + } + diff --git a/account/account_get_remote_outfit.json b/account/account_get_remote_outfit.json new file mode 100644 index 0000000..cfd3974 --- /dev/null +++ b/account/account_get_remote_outfit.json @@ -0,0 +1,105 @@ +/* +POST /account/get_remote_outfit HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: SBr4T0V +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 1509719447 +Content-Length: 189 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "target" : "5c5d306b-8694-47e8-b4d5-002cc4205378", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:43 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 645 + + +*/ +//Response +{ + "get_remote_outfit" : { + "arms" : { + "id" : 0, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "attitude" : "0", + "body" : { + "id" : 1394323104, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "feet" : { + "id" : 1532093990, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "hair" : { + "id" : 2704502947, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "hat" : { + "id" : 1470462579, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "height" : 1.259276498516485, + "horn" : { + "id" : 3886634356, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "mask" : { + "id" : 4267756678, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "neck" : { + "id" : 637137758, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "prop" : { + "id" : 772545524, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "scale" : 0.1086676991168552, + "seed" : 42080, + "voice" : 0, + "wing" : { + "id" : 441553228, + "mask" : 0, + "pat" : 0, + "tex" : 0 + } + }, + "result" : "ok", + "serendipity_types" : [] + } + diff --git a/account/account_get_season_quests.json b/account/account_get_season_quests.json new file mode 100644 index 0000000..cc8a8a7 --- /dev/null +++ b/account/account_get_season_quests.json @@ -0,0 +1,88 @@ +/* +POST /account/get_season_quests HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: MdvRVTv +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:09 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 987 + + +*/ +//Response +{ + "has_season_quests_rewards" : [ + { + "daily_quest_def_id" : "visit_rainbow_prairie", + "date" : "2024-07-12", + "rewarded" : false + }, + { + "daily_quest_def_id" : "visit_prairie_cozycave", + "date" : "2024-07-12", + "rewarded" : false + }, + { + "daily_quest_def_id" : "lightseeker_prairie", + "date" : "2024-07-12", + "rewarded" : false + }, + { + "daily_quest_def_id" : "world_quest_prairie_thumbsup", + "date" : "2024-07-12", + "rewarded" : false + } + ], + "season_quests" : [ + { + "activated" : false, + "daily_quest_def_id" : "visit_rainbow_prairie", + "date" : "2024-07-12", + "start_value" : -1.0, + "stat_type" : "visit_rainbow_prairie_count" + }, + { + "activated" : false, + "daily_quest_def_id" : "visit_prairie_cozycave", + "date" : "2024-07-12", + "start_value" : -1.0, + "stat_type" : "visit_prairie_cozycave_count" + }, + { + "activated" : false, + "daily_quest_def_id" : "lightseeker_prairie", + "date" : "2024-07-12", + "start_value" : -1.0, + "stat_type" : "lightseeker_prairie_count" + }, + { + "activated" : false, + "daily_quest_def_id" : "world_quest_prairie_thumbsup", + "date" : "2024-07-12", + "start_value" : -1.0, + "stat_type" : "world_quest_prairie_thumbsup_count" + } + ] + } + diff --git a/account/account_get_shop.json b/account/account_get_shop.json new file mode 100644 index 0000000..3c39af6 --- /dev/null +++ b/account/account_get_shop.json @@ -0,0 +1,721 @@ +/* +POST /account/get_shop HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: 0jdBJ3q +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:16 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 8777 + + +*/ +//Response +{ + "get_shop" : [ + [ + { + "currency_type" : "heart", + "listed" : true, + "name" : "dayhub_body", + "unlock_cost" : 0, + "unlock_dep" : 0, + "unlockid" : 3691343236, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "dayhub_body", + "unlock_cost" : 1, + "unlock_dep" : 0, + "unlockid" : 4070169080, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "dayhub_body", + "unlock_cost" : 2, + "unlock_dep" : 0, + "unlockid" : 556395364, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "dayhub_hair", + "unlock_cost" : 0, + "unlock_dep" : 0, + "unlockid" : 1229053584, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "dayhub_hair", + "unlock_cost" : 3, + "unlock_dep" : 0, + "unlockid" : 2802448856, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "dayhub_hair", + "unlock_cost" : 2, + "unlock_dep" : 0, + "unlockid" : 651777506, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "dayhub_hair", + "unlock_cost" : 1, + "unlock_dep" : 0, + "unlockid" : 310226317, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "dayhub_mask", + "unlock_cost" : 0, + "unlock_dep" : 0, + "unlockid" : 3663390882, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "dayhub_mask", + "unlock_cost" : 1, + "unlock_dep" : 0, + "unlockid" : 1600525874, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "dayhub_mask", + "unlock_cost" : 3, + "unlock_dep" : 0, + "unlockid" : 3207378178, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "dayhub_wing", + "unlock_cost" : 0, + "unlock_dep" : 0, + "unlockid" : 2245279351, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "dayhub_wing", + "unlock_cost" : 4, + "unlock_dep" : 0, + "unlockid" : 4290017146, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "dusk_gyard_hair_1", + "unlock_cost" : 6, + "unlock_dep" : 0, + "unlockid" : 2666640712, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "dusk_gyard_hair_1", + "unlock_cost" : 2, + "unlock_dep" : 0, + "unlockid" : 351601302, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "dusk_gyard_hair_2", + "unlock_cost" : 10, + "unlock_dep" : 0, + "unlockid" : 1960678833, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "dusk_gyard_wing", + "unlock_cost" : 20, + "unlock_dep" : 0, + "unlockid" : 3466800656, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "dusk_hair", + "unlock_cost" : 4, + "unlock_dep" : 0, + "unlockid" : 1472657881, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "dusk_hair", + "unlock_cost" : 3, + "unlock_dep" : 0, + "unlockid" : 3668577427, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "dusk_mask", + "unlock_cost" : 4, + "unlock_dep" : 0, + "unlockid" : 3659135953, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "dusk_wing", + "unlock_cost" : 7, + "unlock_dep" : 0, + "unlockid" : 1676224199, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "duskend_hair", + "unlock_cost" : 8, + "unlock_dep" : 0, + "unlockid" : 4055513070, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "home_prop", + "unlock_cost" : 3, + "unlock_dep" : 0, + "unlockid" : 1064146256, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "home_prop", + "unlock_cost" : 6, + "unlock_dep" : 0, + "unlockid" : 2003040587, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "home_prop", + "unlock_cost" : 18, + "unlock_dep" : 0, + "unlockid" : 3280753494, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "home_prop", + "unlock_cost" : 0, + "unlock_dep" : 0, + "unlockid" : 2035109393, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "home_prop", + "unlock_cost" : 11, + "unlock_dep" : 0, + "unlockid" : 1889256860, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "home_prop", + "unlock_cost" : 27, + "unlock_dep" : 0, + "unlockid" : 992885953, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "home_prop", + "unlock_cost" : 1, + "unlock_dep" : 0, + "unlockid" : 1021011859, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "night_body", + "unlock_cost" : 4, + "unlock_dep" : 0, + "unlockid" : 4086661700, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "night_hair", + "unlock_cost" : 5, + "unlock_dep" : 0, + "unlockid" : 158418233, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "night_hair", + "unlock_cost" : 4, + "unlock_dep" : 0, + "unlockid" : 392918653, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "night_mask", + "unlock_cost" : 5, + "unlock_dep" : 0, + "unlockid" : 1929978494, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "night_wing", + "unlock_cost" : 8, + "unlock_dep" : 0, + "unlockid" : 1611389272, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "nightend_hair", + "unlock_cost" : 8, + "unlock_dep" : 0, + "unlockid" : 1740771042, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "nightend_mask", + "unlock_cost" : 8, + "unlock_dep" : 0, + "unlockid" : 4267756678, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "nightend_wing", + "unlock_cost" : 10, + "unlock_dep" : 0, + "unlockid" : 4009091214, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "orbitdawn_hair", + "unlock_cost" : 2, + "unlock_dep" : 0, + "unlockid" : 416680174, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "orbitday_hair", + "unlock_cost" : 2, + "unlock_dep" : 0, + "unlockid" : 2432602294, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "orbitdusk_hair", + "unlock_cost" : 2, + "unlock_dep" : 0, + "unlockid" : 2681369749, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "orbitnight_hair", + "unlock_cost" : 2, + "unlock_dep" : 0, + "unlockid" : 3721236258, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "orbitrain_hair", + "unlock_cost" : 2, + "unlock_dep" : 0, + "unlockid" : 1078517906, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "orbitsunset_hair", + "unlock_cost" : 2, + "unlock_dep" : 0, + "unlockid" : 777821397, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "orbitsunset_hair", + "unlock_cost" : 2, + "unlock_dep" : 0, + "unlockid" : 3381405437, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "rain_body", + "unlock_cost" : 3, + "unlock_dep" : 0, + "unlockid" : 739857211, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "rain_hair", + "unlock_cost" : 2, + "unlock_dep" : 0, + "unlockid" : 2784461785, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "rain_hair", + "unlock_cost" : 4, + "unlock_dep" : 0, + "unlockid" : 21382025, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "rain_hair", + "unlock_cost" : 3, + "unlock_dep" : 0, + "unlockid" : 189805609, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "rain_mask", + "unlock_cost" : 2, + "unlock_dep" : 0, + "unlockid" : 252652358, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "rainend_body", + "unlock_cost" : 4, + "unlock_dep" : 0, + "unlockid" : 2432891829, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "rainend_hair", + "unlock_cost" : 8, + "unlock_dep" : 0, + "unlockid" : 766797080, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "rainend_mask", + "unlock_cost" : 8, + "unlock_dep" : 0, + "unlockid" : 2954671753, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "rainend_wing", + "unlock_cost" : 6, + "unlock_dep" : 0, + "unlockid" : 3167707894, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "sunset_body", + "unlock_cost" : 4, + "unlock_dep" : 0, + "unlockid" : 4145832489, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "sunset_hair", + "unlock_cost" : 3, + "unlock_dep" : 0, + "unlockid" : 3075031305, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "sunset_hair", + "unlock_cost" : 2, + "unlock_dep" : 0, + "unlockid" : 1091766677, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "sunset_hair", + "unlock_cost" : 4, + "unlock_dep" : 0, + "unlockid" : 3437606455, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "sunset_mask", + "unlock_cost" : 3, + "unlock_dep" : 0, + "unlockid" : 3117037165, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "sunset_mask", + "unlock_cost" : 3, + "unlock_dep" : 0, + "unlockid" : 3066704308, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "sunset_wing", + "unlock_cost" : 5, + "unlock_dep" : 0, + "unlockid" : 2038455273, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "sunsetend_body", + "unlock_cost" : 4, + "unlock_dep" : 0, + "unlockid" : 971855908, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "sunsetend_hair", + "unlock_cost" : 8, + "unlock_dep" : 0, + "unlockid" : 1966947567, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + }, + { + "currency_type" : "heart", + "listed" : true, + "name" : "sunsetend_mask", + "unlock_cost" : 6, + "unlock_dep" : 0, + "unlockid" : 685288461, + "visual_dep" : 0, + "x" : 0, + "y" : 0 + } + ] + ] + } + diff --git a/account/account_get_spirit_shops.json b/account/account_get_spirit_shops.json new file mode 100644 index 0000000..9593a29 --- /dev/null +++ b/account/account_get_spirit_shops.json @@ -0,0 +1,19521 @@ +/* +POST /account/get_spirit_shops HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: Q8XGLeC +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 162 + + +*/ +//Request +//game spirits +{ + "l" : 1000, + "o" : 0, //this is game spirits "o" is 0 and "o" is 1000 in seasonal spirits + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "v" : 0 //this is game spirits "v" is 0 and "v" is 274217 in seasonal spirits +} + +//seasonal spirits +{ + "l" : 1000, + "o" : 1000, + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "v" : 274217 + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:16 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 137722 + + +*/ +//Response +{ //this is game spirits + "spirit_shops" : [ + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 205611725, + "nm" : "emote_upgrade_point_01", + "spirit" : "point", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 205611725, + "id" : 155278868, + "nm" : "emote_upgrade_point_02", + "spirit" : "point", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 205611725, + "id" : 138418155, + "nm" : "lootbox_common_19", + "spirit" : "point", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "heart", + "dep" : 205611725, + "id" : 158418233, + "nm" : "CharSkyKid_Hair_TopSharp", + "spirit" : "point", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 138418155, + "id" : 1296592938, + "nm" : "heart_point", + "spirit" : "point", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "prestige", + "dep" : 138418155, + "id" : 1208746447, + "nm" : "tier_unlock_point_01", + "spirit" : "point", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "candles", + "dep" : 1208746447, + "id" : 172056487, + "nm" : "emote_upgrade_point_03", + "spirit" : "point", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "candles", + "dep" : 172056487, + "id" : 121723630, + "nm" : "emote_upgrade_point_04", + "spirit" : "point", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 172056487, + "id" : 2907984665, + "nm" : "lootbox_rare_01", + "spirit" : "point", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 172056487, + "id" : 4086661700, + "nm" : "CharSkyKid_Body_LongSkinnyPants", + "spirit" : "point", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 3401201437, + "nm" : "emote_upgrade_come_01", + "spirit" : "come", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 3401201437, + "id" : 3350868580, + "nm" : "emote_upgrade_come_02", + "spirit" : "come", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 3401201437, + "id" : 2420615624, + "nm" : "lootbox_common_21", + "spirit" : "come", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "heart", + "dep" : 3401201437, + "id" : 2784461785, + "nm" : "CharSkyKid_Hair_BraidSide", + "spirit" : "come", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2420615624, + "id" : 439245588, + "nm" : "heart_come", + "spirit" : "come", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "prestige", + "dep" : 2420615624, + "id" : 3363570499, + "nm" : "tier_unlock_come_01", + "spirit" : "come", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "candles", + "dep" : 3363570499, + "id" : 3367646199, + "nm" : "emote_upgrade_come_03", + "spirit" : "come", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "candles", + "dep" : 3367646199, + "id" : 3317313342, + "nm" : "emote_upgrade_come_04", + "spirit" : "come", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3367646199, + "id" : 2857651808, + "nm" : "lootbox_rare_02", + "spirit" : "come", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 3367646199, + "id" : 4145832489, + "nm" : "CharSkyKid_Body_LongMonkPants", + "spirit" : "come", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 3739362043, + "nm" : "emote_upgrade_nothanks_01", + "spirit" : "nothanks", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 3739362043, + "id" : 3756139662, + "nm" : "emote_upgrade_nothanks_02", + "spirit" : "nothanks", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 3739362043, + "id" : 2454170862, + "nm" : "lootbox_common_23", + "spirit" : "nothanks", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "heart", + "dep" : 2454170862, + "id" : 589320403, + "nm" : "CharSkyKid_Hair_TopOneSideS", + "spirit" : "nothanks", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "prestige", + "dep" : 2454170862, + "id" : 2325282685, + "nm" : "tier_unlock_nothanks_01", + "spirit" : "nothanks", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2454170862, + "id" : 1618780074, + "nm" : "heart_nothanks", + "spirit" : "nothanks", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "candles", + "dep" : 2325282685, + "id" : 3772917281, + "nm" : "emote_upgrade_nothanks_03", + "spirit" : "nothanks", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "candles", + "dep" : 3772917281, + "id" : 3789694900, + "nm" : "emote_upgrade_nothanks_04", + "spirit" : "nothanks", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3772917281, + "id" : 2874429427, + "nm" : "lootbox_rare_03", + "spirit" : "nothanks", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 3772917281, + "id" : 1600525874, + "nm" : "CharSkyKid_Mask_ElderDawn", + "spirit" : "nothanks", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 2676581462, + "nm" : "emote_upgrade_butterfly_01", + "spirit" : "butterfly", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 2676581462, + "id" : 2659803843, + "nm" : "emote_upgrade_butterfly_02", + "spirit" : "butterfly", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 2676581462, + "id" : 2286247577, + "nm" : "lootbox_common_35", + "spirit" : "butterfly", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 2286247577, + "id" : 4290017146, + "nm" : "CharSkyKid_Wing_ClassicOne_Yellow", + "spirit" : "butterfly", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "prestige", + "dep" : 2286247577, + "id" : 1295553260, + "nm" : "tier_unlock_butterfly_01", + "spirit" : "butterfly", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2286247577, + "id" : 772047895, + "nm" : "heart_butterfly", + "spirit" : "butterfly", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "candles", + "dep" : 1295553260, + "id" : 2643026224, + "nm" : "emote_upgrade_butterfly_03", + "spirit" : "butterfly", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "candles", + "dep" : 2643026224, + "id" : 2760469557, + "nm" : "emote_upgrade_butterfly_04", + "spirit" : "butterfly", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2643026224, + "id" : 2958317522, + "nm" : "lootbox_rare_04", + "spirit" : "butterfly", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 2643026224, + "id" : 971855908, + "nm" : "CharSkyKid_Body_WarriorPants", + "spirit" : "butterfly", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "prestige", + "dep" : 2958317522, + "id" : 1345886117, + "nm" : "tier_unlock_butterfly_02", + "spirit" : "butterfly", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 9, + "ctyp" : "heart", + "dep" : 1345886117, + "id" : 2457259628, + "nm" : "CharSkyKid_Wing_ClassicTwo_Yellow", + "spirit" : "butterfly", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1418588472, + "nm" : "emote_upgrade_laugh_01", + "spirit" : "laugh", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 1418588472, + "id" : 1468921329, + "nm" : "emote_upgrade_laugh_02", + "spirit" : "laugh", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 1418588472, + "id" : 2353358053, + "nm" : "lootbox_common_31", + "spirit" : "laugh", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "heart", + "dep" : 2353358053, + "id" : 2671000446, + "nm" : "CharSkyKid_Prop_Harp", + "spirit" : "laugh", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 2353358053, + "id" : 519640398, + "nm" : "tier_unlock_laugh_01", + "spirit" : "laugh", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2353358053, + "id" : 1194654525, + "nm" : "heart_laugh", + "spirit" : "laugh", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 519640398, + "id" : 1452143710, + "nm" : "emote_upgrade_laugh_03", + "spirit" : "laugh", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1452143710, + "id" : 1502476567, + "nm" : "emote_upgrade_laugh_04", + "spirit" : "laugh", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1452143710, + "id" : 2975095141, + "nm" : "lootbox_rare_05", + "spirit" : "laugh", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "heart", + "dep" : 1452143710, + "id" : 1960678833, + "nm" : "CharSkyKid_Hair_TwoBallsCurly", + "spirit" : "laugh", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 2653591494, + "nm" : "emote_upgrade_wave_01", + "spirit" : "wave", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 2653591494, + "id" : 2636813875, + "nm" : "emote_upgrade_wave_02", + "spirit" : "wave", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 2653591494, + "id" : 2487726100, + "nm" : "lootbox_common_25", + "spirit" : "wave", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "heart", + "dep" : 2487726100, + "id" : 1091766677, + "nm" : "CharSkyKid_Hair_Bun", + "spirit" : "wave", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 2487726100, + "id" : 1512615612, + "nm" : "tier_unlock_wave_01", + "spirit" : "wave", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2487726100, + "id" : 104989613, + "nm" : "heart_wave", + "spirit" : "wave", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "candles", + "dep" : 1512615612, + "id" : 2620036256, + "nm" : "emote_upgrade_wave_03", + "spirit" : "wave", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "candles", + "dep" : 2620036256, + "id" : 2737479589, + "nm" : "emote_upgrade_wave_04", + "spirit" : "wave", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2620036256, + "id" : 2924762284, + "nm" : "lootbox_rare_06", + "spirit" : "wave", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "heart", + "dep" : 2924762284, + "id" : 576463963, + "nm" : "CharSkyKid_Mask_Bandana", + "spirit" : "wave", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "prestige", + "dep" : 2924762284, + "id" : 1562948469, + "nm" : "tier_unlock_wave_02", + "spirit" : "wave", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1562948469, + "id" : 2720701970, + "nm" : "emote_upgrade_wave_05", + "spirit" : "wave", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2720701970, + "id" : 2703924351, + "nm" : "emote_upgrade_wave_06", + "spirit" : "wave", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1234924572, + "nm" : "emote_upgrade_yawn_01", + "spirit" : "yawn", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 1234924572, + "id" : 1285257429, + "nm" : "emote_upgrade_yawn_02", + "spirit" : "yawn", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 1234924572, + "id" : 2286394672, + "nm" : "lootbox_common_29", + "spirit" : "yawn", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 2286394672, + "id" : 1779588853, + "nm" : "CharSkyKid_Hair_Mohawk", + "spirit" : "yawn", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "prestige", + "dep" : 2286394672, + "id" : 787739698, + "nm" : "tier_unlock_yawn_01", + "spirit" : "yawn", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2286394672, + "id" : 2935795059, + "nm" : "heart_yawn", + "spirit" : "yawn", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "candles", + "dep" : 787739698, + "id" : 1268479810, + "nm" : "emote_upgrade_yawn_03", + "spirit" : "yawn", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "candles", + "dep" : 1268479810, + "id" : 1184591715, + "nm" : "emote_upgrade_yawn_04", + "spirit" : "yawn", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1268479810, + "id" : 2941539903, + "nm" : "lootbox_rare_07", + "spirit" : "yawn", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 884903593, + "nm" : "emote_upgrade_thumbsup_01", + "spirit" : "thumbsup", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 884903593, + "id" : 834570736, + "nm" : "emote_upgrade_thumbsup_02", + "spirit" : "thumbsup", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 884903593, + "id" : 2521281338, + "nm" : "lootbox_common_27", + "spirit" : "thumbsup", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 2521281338, + "id" : 2802448856, + "nm" : "CharSkyKid_Hair_BraidTwo", + "spirit" : "thumbsup", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "prestige", + "dep" : 2521281338, + "id" : 2747919927, + "nm" : "tier_unlock_thumbsup_01", + "spirit" : "thumbsup", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2521281338, + "id" : 2905439696, + "nm" : "heart_thumbsup", + "spirit" : "thumbsup", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2747919927, + "id" : 851348355, + "nm" : "emote_upgrade_thumbsup_03", + "spirit" : "thumbsup", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 851348355, + "id" : 935236450, + "nm" : "emote_upgrade_thumbsup_04", + "spirit" : "thumbsup", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 851348355, + "id" : 3025427998, + "nm" : "lootbox_rare_08", + "spirit" : "thumbsup", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 447752352, + "nm" : "emote_upgrade_wipe_01", + "spirit" : "wipe", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 447752352, + "id" : 498085209, + "nm" : "emote_upgrade_wipe_02", + "spirit" : "wipe", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 447752352, + "id" : 2319802815, + "nm" : "lootbox_common_33", + "spirit" : "wipe", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2319802815, + "id" : 1758673023, + "nm" : "heart_wipe", + "spirit" : "wipe", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "prestige", + "dep" : 2319802815, + "id" : 3754232346, + "nm" : "tier_unlock_wipe_01", + "spirit" : "wipe", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3754232346, + "id" : 481307590, + "nm" : "emote_upgrade_wipe_03", + "spirit" : "wipe", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 481307590, + "id" : 531640447, + "nm" : "emote_upgrade_wipe_04", + "spirit" : "wipe", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 481307590, + "id" : 3042205617, + "nm" : "lootbox_rare_09", + "spirit" : "wipe", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 3042205617, + "id" : 3207378178, + "nm" : "CharSkyKid_Mask_ElderDay", + "spirit" : "wipe", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 2027209308, + "nm" : "emote_upgrade_bird_01", + "spirit" : "bird", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "heart", + "dep" : 2027209308, + "id" : 3623335329, + "nm" : "sheet03", + "spirit" : "bird", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 2027209308, + "id" : 2252692339, + "nm" : "lootbox_common_37", + "spirit" : "bird", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2252692339, + "id" : 355760775, + "nm" : "heart_bird", + "spirit" : "bird", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 2252692339, + "id" : 4028443474, + "nm" : "tier_unlock_bird_01", + "spirit" : "bird", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 4028443474, + "id" : 2992019855, + "nm" : "lootbox_rare_10", + "spirit" : "bird", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "heart", + "dep" : 2992019855, + "id" : 3075031305, + "nm" : "CharSkyKid_Hair_BraidBack", + "spirit" : "bird", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 3709845333, + "nm" : "emote_upgrade_beacon_01", + "spirit" : "beacon", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 3709845333, + "id" : 2371268505, + "nm" : "lootbox_common_88", + "spirit" : "beacon", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2371268505, + "id" : 3486968072, + "nm" : "heart_beacon", + "spirit" : "beacon", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "prestige", + "dep" : 2371268505, + "id" : 3716243291, + "nm" : "tier_unlock_beacon_01", + "spirit" : "beacon", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3716243291, + "id" : 2975242236, + "nm" : "lootbox_rare_11", + "spirit" : "beacon", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 4142572675, + "nm" : "emote_upgrade_cold_01", + "spirit" : "cold", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "candles", + "dep" : 4142572675, + "id" : 4159350294, + "nm" : "emote_upgrade_cold_02", + "spirit" : "cold", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 4142572675, + "id" : 2487579005, + "nm" : "lootbox_common_39", + "spirit" : "cold", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "heart", + "dep" : 2487579005, + "id" : 556395364, + "nm" : "CharSkyKid_Body_ShortPants", + "spirit" : "cold", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 2487579005, + "id" : 1245979793, + "nm" : "tier_unlock_cold_01", + "spirit" : "cold", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2487579005, + "id" : 3979072934, + "nm" : "heart_cold", + "spirit" : "cold", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1245979793, + "id" : 4176127913, + "nm" : "emote_upgrade_cold_03", + "spirit" : "cold", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 4176127913, + "id" : 4192905532, + "nm" : "emote_upgrade_cold_04", + "spirit" : "cold", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 4176127913, + "id" : 3025575093, + "nm" : "lootbox_rare_12", + "spirit" : "cold", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "heart", + "dep" : 3025575093, + "id" : 21382025, + "nm" : "CharSkyKid_Hair_LongBob", + "spirit" : "cold", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 3220767999, + "nm" : "emote_upgrade_cry_01", + "spirit" : "cry", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3220767999, + "id" : 3237545618, + "nm" : "emote_upgrade_cry_02", + "spirit" : "cry", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 3220767999, + "id" : 2571761290, + "nm" : "lootbox_common_52", + "spirit" : "cry", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 2571761290, + "id" : 1151632134, + "nm" : "CharSkyKid_Hair_ShoulderLong", + "spirit" : "cry", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "prestige", + "dep" : 2571761290, + "id" : 3692027913, + "nm" : "tier_unlock_cry_01", + "spirit" : "cry", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2571761290, + "id" : 3728945268, + "nm" : "heart_cry", + "spirit" : "cry", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "candles", + "dep" : 3692027913, + "id" : 3254323237, + "nm" : "emote_upgrade_cry_03", + "spirit" : "cry", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "candles", + "dep" : 3254323237, + "id" : 3136879904, + "nm" : "emote_upgrade_cry_04", + "spirit" : "cry", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3254323237, + "id" : 3008797474, + "nm" : "lootbox_rare_13", + "spirit" : "cry", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "prestige", + "dep" : 3008797474, + "id" : 3641695056, + "nm" : "tier_unlock_cry_02", + "spirit" : "cry", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3641695056, + "id" : 3153657523, + "nm" : "emote_upgrade_cry_05", + "spirit" : "cry", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3153657523, + "id" : 3170435142, + "nm" : "emote_upgrade_cry_06", + "spirit" : "cry", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 413260916, + "nm" : "emote_upgrade_sorry_01", + "spirit" : "sorry", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 413260916, + "id" : 463593773, + "nm" : "emote_upgrade_sorry_02", + "spirit" : "sorry", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 413260916, + "id" : 374143464, + "nm" : "lootbox_common_47", + "spirit" : "sorry", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 374143464, + "id" : 189805609, + "nm" : "CharSkyKid_Hair_TopTwoKnot", + "spirit" : "sorry", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "prestige", + "dep" : 374143464, + "id" : 2607620814, + "nm" : "tier_unlock_sorry_01", + "spirit" : "sorry", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 374143464, + "id" : 2908582817, + "nm" : "heart_sorry", + "spirit" : "sorry", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2607620814, + "id" : 446816154, + "nm" : "emote_upgrade_sorry_03", + "spirit" : "sorry", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 446816154, + "id" : 362928059, + "nm" : "emote_upgrade_sorry_04", + "spirit" : "sorry", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 446816154, + "id" : 2924909379, + "nm" : "lootbox_rare_14", + "spirit" : "sorry", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "heart", + "dep" : 2924909379, + "id" : 252652358, + "nm" : "CharSkyKid_Mask_ElderRain", + "spirit" : "sorry", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1562967085, + "nm" : "emote_upgrade_seek_01", + "spirit" : "seek", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "heart", + "dep" : 1562967085, + "id" : 3668577427, + "nm" : "CharSkyKid_Hair_ShortBobRound", + "spirit" : "seek", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 1562967085, + "id" : 474809178, + "nm" : "lootbox_common_41", + "spirit" : "seek", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 474809178, + "id" : 1849490076, + "nm" : "heart_seek", + "spirit" : "seek", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "prestige", + "dep" : 474809178, + "id" : 2263703587, + "nm" : "tier_unlock_seek_01", + "spirit" : "seek", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2263703587, + "id" : 2908131760, + "nm" : "lootbox_rare_15", + "spirit" : "seek", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 20, + "ctyp" : "heart", + "dep" : 2908131760, + "id" : 2954671753, + "nm" : "CharSkyKid_Mask_BasicQ", + "spirit" : "seek", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "prestige", + "dep" : 2954671753, + "id" : 2280481206, + "nm" : "tier_unlock_seek_02", + "spirit" : "seek", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "heart", + "dep" : 2280481206, + "id" : 9501707, + "nm" : "CharSkyKid_Body_ClassicDress", + "spirit" : "seek", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 249864893, + "nm" : "emote_upgrade_pout_01", + "spirit" : "pout", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 249864893, + "id" : 199532036, + "nm" : "emote_upgrade_pout_02", + "spirit" : "pout", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 249864893, + "id" : 441253940, + "nm" : "lootbox_common_43", + "spirit" : "pout", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 441253940, + "id" : 1092648973, + "nm" : "CharSkyKid_Hair_TopOneSideM", + "spirit" : "pout", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 441253940, + "id" : 4009602535, + "nm" : "tier_unlock_pout_01", + "spirit" : "pout", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 441253940, + "id" : 4197838288, + "nm" : "heart_pout", + "spirit" : "pout", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "candles", + "dep" : 4009602535, + "id" : 216309655, + "nm" : "emote_upgrade_pout_03", + "spirit" : "pout", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "candles", + "dep" : 216309655, + "id" : 165976798, + "nm" : "emote_upgrade_pout_04", + "spirit" : "pout", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 216309655, + "id" : 2958464617, + "nm" : "lootbox_rare_16", + "spirit" : "pout", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 20, + "ctyp" : "heart", + "dep" : 2958464617, + "id" : 1611389272, + "nm" : "CharSkyKid_Wing_ClassicOne_Teal", + "spirit" : "pout", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "prestige", + "dep" : 1611389272, + "id" : 4026380154, + "nm" : "tier_unlock_pout_02", + "spirit" : "pout", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 60, + "ctyp" : "heart", + "dep" : 4026380154, + "id" : 3664427114, + "nm" : "CharSkyKid_Wing_ClassicTwo_Teal", + "spirit" : "pout", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 2109908113, + "nm" : "emote_upgrade_shy_01", + "spirit" : "shy", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2109908113, + "id" : 2059575256, + "nm" : "emote_upgrade_shy_02", + "spirit" : "shy", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 2109908113, + "id" : 407698702, + "nm" : "lootbox_common_45", + "spirit" : "shy", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 407698702, + "id" : 1415190429, + "nm" : "CharSkyKid_Hair_TwoTails", + "spirit" : "shy", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "prestige", + "dep" : 407698702, + "id" : 4082468711, + "nm" : "tier_unlock_shy_01", + "spirit" : "shy", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 407698702, + "id" : 346927658, + "nm" : "heart_shy", + "spirit" : "shy", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "candles", + "dep" : 4082468711, + "id" : 2076352875, + "nm" : "emote_upgrade_shy_03", + "spirit" : "shy", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "candles", + "dep" : 2076352875, + "id" : 2160240970, + "nm" : "emote_upgrade_shy_04", + "spirit" : "shy", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2076352875, + "id" : 2941686998, + "nm" : "lootbox_rare_17", + "spirit" : "shy", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "heart", + "dep" : 2941686998, + "id" : 2003040587, + "nm" : "CharSkyKid_Prop_Drum", + "spirit" : "shy", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1377128493, + "nm" : "emote_upgrade_ohno_01", + "spirit" : "ohno", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1377128493, + "id" : 1326795636, + "nm" : "emote_upgrade_ohno_02", + "spirit" : "ohno", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 1377128493, + "id" : 340588226, + "nm" : "lootbox_common_49", + "spirit" : "ohno", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "heart", + "dep" : 340588226, + "id" : 392918653, + "nm" : "CharSkyKid_Hair_TopTwoKnotBig", + "spirit" : "ohno", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "prestige", + "dep" : 340588226, + "id" : 3916786759, + "nm" : "tier_unlock_ohno_01", + "spirit" : "ohno", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 340588226, + "id" : 2091825904, + "nm" : "heart_ohno", + "spirit" : "ohno", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3916786759, + "id" : 1343573255, + "nm" : "emote_upgrade_ohno_03", + "spirit" : "ohno", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1343573255, + "id" : 1293240398, + "nm" : "emote_upgrade_ohno_04", + "spirit" : "ohno", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1343573255, + "id" : 3126240807, + "nm" : "lootbox_rare_18", + "spirit" : "ohno", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 30, + "ctyp" : "heart", + "dep" : 3126240807, + "id" : 3466800656, + "nm" : "CharSkyKid_Wing_ClassicOne_Purple", + "spirit" : "ohno", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 9, + "ctyp" : "prestige", + "dep" : 3466800656, + "id" : 3933564378, + "nm" : "tier_unlock_ohno_02", + "spirit" : "ohno", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 90, + "ctyp" : "heart", + "dep" : 3933564378, + "id" : 4247134782, + "nm" : "CharSkyKid_Wing_ClassicTwo_Purple", + "spirit" : "ohno", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 63589392, + "nm" : "emote_upgrade_whale_01", + "spirit" : "whale", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 63589392, + "id" : 2270455696, + "nm" : "lootbox_common_98", + "spirit" : "whale", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2270455696, + "id" : 3858369569, + "nm" : "heart_whale", + "spirit" : "whale", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "prestige", + "dep" : 2270455696, + "id" : 4089228430, + "nm" : "tier_unlock_whale_01", + "spirit" : "whale", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 4089228430, + "id" : 3109463188, + "nm" : "lootbox_rare_19", + "spirit" : "whale", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "heart", + "dep" : 3109463188, + "id" : 3640112948, + "nm" : "sheet04", + "spirit" : "whale", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 3735465444, + "nm" : "emote_upgrade_strong_01", + "spirit" : "strong", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "heart", + "dep" : 3735465444, + "id" : 310226317, + "nm" : "CharSkyKid_Hair_ShortBob", + "spirit" : "strong", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 3735465444, + "id" : 2588538909, + "nm" : "lootbox_common_53", + "spirit" : "strong", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2588538909, + "id" : 3315601915, + "nm" : "heart_strong", + "spirit" : "strong", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 2588538909, + "id" : 1469452302, + "nm" : "tier_unlock_strong_01", + "spirit" : "strong", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1469452302, + "id" : 1078930004, + "nm" : "lootbox_rare_20", + "spirit" : "strong", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "heart", + "dep" : 1078930004, + "id" : 2432891829, + "nm" : "CharSkyKid_Body_LongDancePants", + "spirit" : "strong", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 2732455567, + "nm" : "emote_upgrade_bow_01", + "spirit" : "bow", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2732455567, + "id" : 2749233186, + "nm" : "emote_upgrade_bow_02", + "spirit" : "bow", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 2732455567, + "id" : 2487873195, + "nm" : "lootbox_common_55", + "spirit" : "bow", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "heart", + "dep" : 2487873195, + "id" : 651777506, + "nm" : "CharSkyKid_Hair_Lion", + "spirit" : "bow", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 2487873195, + "id" : 2599526709, + "nm" : "tier_unlock_bow_01", + "spirit" : "bow", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2487873195, + "id" : 1738182080, + "nm" : "heart_bow", + "spirit" : "bow", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "candles", + "dep" : 2599526709, + "id" : 2766010805, + "nm" : "emote_upgrade_bow_03", + "spirit" : "bow", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "candles", + "dep" : 2766010805, + "id" : 2648567472, + "nm" : "emote_upgrade_bow_04", + "spirit" : "bow", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 2961845829, + "nm" : "emote_upgrade_proud_01", + "spirit" : "proud", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 10, + "ctyp" : "heart", + "dep" : 2961845829, + "id" : 2038455273, + "nm" : "CharSkyKid_Wing_ClassicOne_Red", + "spirit" : "proud", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 2961845829, + "id" : 2420762719, + "nm" : "lootbox_common_59", + "spirit" : "proud", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2420762719, + "id" : 2485434110, + "nm" : "heart_proud", + "spirit" : "proud", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "prestige", + "dep" : 2420762719, + "id" : 247502959, + "nm" : "tier_unlock_proud_01", + "spirit" : "proud", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 247502959, + "id" : 1112485242, + "nm" : "lootbox_rare_22", + "spirit" : "proud", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 30, + "ctyp" : "heart", + "dep" : 1112485242, + "id" : 4267756678, + "nm" : "CharSkyKid_Mask_None", + "spirit" : "proud", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 9, + "ctyp" : "prestige", + "dep" : 4267756678, + "id" : 264280578, + "nm" : "tier_unlock_proud_02", + "spirit" : "proud", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 30, + "ctyp" : "heart", + "dep" : 264280578, + "id" : 1589470987, + "nm" : "CharSkyKid_Wing_ClassicTwo_Red", + "spirit" : "proud", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 472939133, + "nm" : "emote_upgrade_backflip_01", + "spirit" : "backflip", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 472939133, + "id" : 422606276, + "nm" : "emote_upgrade_backflip_02", + "spirit" : "backflip", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 472939133, + "id" : 2521428433, + "nm" : "lootbox_common_57", + "spirit" : "backflip", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "heart", + "dep" : 2521428433, + "id" : 3437606455, + "nm" : "CharSkyKid_Hair_Puff", + "spirit" : "backflip", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 2521428433, + "id" : 2394107291, + "nm" : "tier_unlock_backflip_01", + "spirit" : "backflip", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2521428433, + "id" : 1262066284, + "nm" : "heart_backflip", + "spirit" : "backflip", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "candles", + "dep" : 2394107291, + "id" : 439383895, + "nm" : "emote_upgrade_backflip_03", + "spirit" : "backflip", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "candles", + "dep" : 439383895, + "id" : 389051038, + "nm" : "emote_upgrade_backflip_04", + "spirit" : "backflip", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 439383895, + "id" : 1129262861, + "nm" : "lootbox_rare_23", + "spirit" : "backflip", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "heart", + "dep" : 1129262861, + "id" : 3117037165, + "nm" : "CharSkyKid_Mask_ElderSunsetA", + "spirit" : "backflip", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 3694693428, + "nm" : "emote_upgrade_cheer_01", + "spirit" : "cheer", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3694693428, + "id" : 3745026285, + "nm" : "emote_upgrade_cheer_02", + "spirit" : "cheer", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 3694693428, + "id" : 139550988, + "nm" : "lootbox_common_61", + "spirit" : "cheer", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "heart", + "dep" : 139550988, + "id" : 2666640712, + "nm" : "CharSkyKid_Hair_Afro", + "spirit" : "cheer", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 139550988, + "id" : 2837207790, + "nm" : "tier_unlock_cheer_01", + "spirit" : "cheer", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 139550988, + "id" : 4038743249, + "nm" : "heart_cheer", + "spirit" : "cheer", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "candles", + "dep" : 2837207790, + "id" : 3728248666, + "nm" : "emote_upgrade_cheer_03", + "spirit" : "cheer", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "candles", + "dep" : 3728248666, + "id" : 3644360571, + "nm" : "emote_upgrade_cheer_04", + "spirit" : "cheer", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3728248666, + "id" : 1011819528, + "nm" : "lootbox_rare_24", + "spirit" : "cheer", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 10, + "ctyp" : "heart", + "dep" : 1011819528, + "id" : 1889256860, + "nm" : "CharSkyKid_Prop_Piano", + "spirit" : "cheer", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1639689650, + "nm" : "emote_upgrade_handstand_01", + "spirit" : "handstand", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1639689650, + "id" : 1622912031, + "nm" : "emote_upgrade_handstand_02", + "spirit" : "handstand", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 1639689650, + "id" : 173106226, + "nm" : "lootbox_common_63", + "spirit" : "handstand", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 173106226, + "id" : 1014321235, + "nm" : "heart_handstand", + "spirit" : "handstand", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "prestige", + "dep" : 173106226, + "id" : 3774829288, + "nm" : "tier_unlock_handstand_01", + "spirit" : "handstand", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "candles", + "dep" : 3774829288, + "id" : 1606134412, + "nm" : "emote_upgrade_handstand_03", + "spirit" : "handstand", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "candles", + "dep" : 1606134412, + "id" : 1589356793, + "nm" : "emote_upgrade_handstand_04", + "spirit" : "handstand", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1606134412, + "id" : 1028597147, + "nm" : "lootbox_rare_25", + "spirit" : "handstand", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 40, + "ctyp" : "heart", + "dep" : 1028597147, + "id" : 4009091214, + "nm" : "CharSkyKid_Wing_ClassicOne_Pink", + "spirit" : "handstand", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 9, + "ctyp" : "prestige", + "dep" : 4009091214, + "id" : 3825162145, + "nm" : "tier_unlock_handstand_02", + "spirit" : "handstand", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 120, + "ctyp" : "heart", + "dep" : 3825162145, + "id" : 4267976544, + "nm" : "CharSkyKid_Wing_ClassicTwo_Pink", + "spirit" : "handstand", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 2722021506, + "nm" : "emote_upgrade_manta_01", + "spirit" : "manta", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 2722021506, + "id" : 2287233315, + "nm" : "lootbox_common_99", + "spirit" : "manta", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2287233315, + "id" : 2633453607, + "nm" : "heart_manta", + "spirit" : "manta", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "prestige", + "dep" : 2287233315, + "id" : 3277053992, + "nm" : "tier_unlock_manta_01", + "spirit" : "manta", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3277053992, + "id" : 1045374766, + "nm" : "lootbox_rare_26", + "spirit" : "manta", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 1045374766, + "id" : 3656890567, + "nm" : "sheet05", + "spirit" : "manta", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1838400905, + "nm" : "emote_upgrade_scared_01", + "spirit" : "scared", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "candles", + "dep" : 1838400905, + "id" : 1788068048, + "nm" : "emote_upgrade_scared_02", + "spirit" : "scared", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 1838400905, + "id" : 72440512, + "nm" : "lootbox_common_65", + "spirit" : "scared", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 72440512, + "id" : 351601302, + "nm" : "CharSkyKid_Hair_BallCurly", + "spirit" : "scared", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "prestige", + "dep" : 72440512, + "id" : 2796736147, + "nm" : "tier_unlock_scared_01", + "spirit" : "scared", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 72440512, + "id" : 2221749560, + "nm" : "heart_scared", + "spirit" : "scared", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2796736147, + "id" : 1804845667, + "nm" : "emote_upgrade_scared_03", + "spirit" : "scared", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1804845667, + "id" : 1888733762, + "nm" : "emote_upgrade_scared_04", + "spirit" : "scared", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1804845667, + "id" : 1062152385, + "nm" : "lootbox_rare_27", + "spirit" : "scared", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1761516157, + "nm" : "emote_upgrade_brave_01", + "spirit" : "brave", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 1761516157, + "id" : 1966947567, + "nm" : "CharSkyKid_Hair_PunkTall", + "spirit" : "brave", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 1761516157, + "id" : 139403893, + "nm" : "lootbox_common_75", + "spirit" : "brave", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 139403893, + "id" : 2870622654, + "nm" : "heart_brave", + "spirit" : "brave", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 139403893, + "id" : 999496723, + "nm" : "tier_unlock_brave_01", + "spirit" : "brave", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 999496723, + "id" : 944709052, + "nm" : "lootbox_rare_28", + "spirit" : "brave", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "heart", + "dep" : 944709052, + "id" : 3167707894, + "nm" : "CharSkyKid_Wing_ClassicOne_Beige", + "spirit" : "brave", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "prestige", + "dep" : 3167707894, + "id" : 1016274342, + "nm" : "tier_unlock_brave_02", + "spirit" : "brave", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 45, + "ctyp" : "heart", + "dep" : 1016274342, + "id" : 928886892, + "nm" : "CharSkyKid_Wing_ClassicTwo_Beige", + "spirit" : "brave", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 335423501, + "nm" : "emote_upgrade_die_01", + "spirit" : "die", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "candles", + "dep" : 335423501, + "id" : 285090644, + "nm" : "emote_upgrade_die_02", + "spirit" : "die", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 335423501, + "id" : 105995750, + "nm" : "lootbox_common_67", + "spirit" : "die", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "heart", + "dep" : 105995750, + "id" : 1075871354, + "nm" : "CharSkyKid_Hair_TopOneSideL", + "spirit" : "die", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 105995750, + "id" : 2229794167, + "nm" : "tier_unlock_die_01", + "spirit" : "die", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 105995750, + "id" : 4230869722, + "nm" : "heart_die", + "spirit" : "die", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2229794167, + "id" : 301868263, + "nm" : "emote_upgrade_die_03", + "spirit" : "die", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 301868263, + "id" : 251535406, + "nm" : "emote_upgrade_die_04", + "spirit" : "die", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 301868263, + "id" : 961486671, + "nm" : "lootbox_rare_29", + "spirit" : "die", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "heart", + "dep" : 961486671, + "id" : 685288461, + "nm" : "CharSkyKid_Mask_Smoke", + "spirit" : "die", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1760399823, + "nm" : "emote_upgrade_lookaround_01", + "spirit" : "lookaround", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1760399823, + "id" : 1777177442, + "nm" : "emote_upgrade_lookaround_02", + "spirit" : "lookaround", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 1760399823, + "id" : 72293417, + "nm" : "lootbox_common_71", + "spirit" : "lookaround", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "heart", + "dep" : 72293417, + "id" : 1021011859, + "nm" : "CharSkyKid_Prop_Voice", + "spirit" : "lookaround", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 72293417, + "id" : 2906896549, + "nm" : "tier_unlock_lookaround_01", + "spirit" : "lookaround", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 72293417, + "id" : 1355559738, + "nm" : "heart_lookaround", + "spirit" : "lookaround", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2906896549, + "id" : 1793955061, + "nm" : "emote_upgrade_lookaround_03", + "spirit" : "lookaround", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1793955061, + "id" : 1676511728, + "nm" : "emote_upgrade_lookaround_04", + "spirit" : "lookaround", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1793955061, + "id" : 1179742813, + "nm" : "lootbox_rare_30", + "spirit" : "lookaround", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 10, + "ctyp" : "heart", + "dep" : 1179742813, + "id" : 3659135953, + "nm" : "CharSkyKid_Mask_ElderDusk", + "spirit" : "lookaround", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1850871876, + "nm" : "emote_upgrade_sneaky_01", + "spirit" : "sneaky", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "heart", + "dep" : 1850871876, + "id" : 2582832281, + "nm" : "CharSkyKid_Hair_Dreads", + "spirit" : "sneaky", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 1850871876, + "id" : 273771940, + "nm" : "lootbox_common_69", + "spirit" : "sneaky", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 273771940, + "id" : 864496359, + "nm" : "heart_sneaky", + "spirit" : "sneaky", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "prestige", + "dep" : 273771940, + "id" : 3406833022, + "nm" : "tier_unlock_sneaky_01", + "spirit" : "sneaky", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3406833022, + "id" : 1162965194, + "nm" : "lootbox_rare_31", + "spirit" : "sneaky", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 50, + "ctyp" : "heart", + "dep" : 1162965194, + "id" : 4282852965, + "nm" : "CharSkyKid_Wing_ClassicOne_Black", + "spirit" : "sneaky", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 12, + "ctyp" : "prestige", + "dep" : 4282852965, + "id" : 3390055403, + "nm" : "tier_unlock_sneaky_02", + "spirit" : "sneaky", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 150, + "ctyp" : "heart", + "dep" : 3390055403, + "id" : 1428342959, + "nm" : "CharSkyKid_Wing_ClassicTwo_Black", + "spirit" : "sneaky", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 582223373, + "nm" : "emote_upgrade_salute_01", + "spirit" : "salute", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "candles", + "dep" : 582223373, + "id" : 531890516, + "nm" : "emote_upgrade_salute_02", + "spirit" : "salute", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 582223373, + "id" : 38738179, + "nm" : "lootbox_common_73", + "spirit" : "salute", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "heart", + "dep" : 38738179, + "id" : 1472657881, + "nm" : "CharSkyKid_Hair_Buzz", + "spirit" : "salute", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "prestige", + "dep" : 38738179, + "id" : 2996250679, + "nm" : "tier_unlock_salute_01", + "spirit" : "salute", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 38738179, + "id" : 1568263724, + "nm" : "heart_salute", + "spirit" : "salute", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2996250679, + "id" : 548668135, + "nm" : "emote_upgrade_salute_03", + "spirit" : "salute", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 548668135, + "id" : 498335278, + "nm" : "emote_upgrade_salute_04", + "spirit" : "salute", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 548668135, + "id" : 1146187575, + "nm" : "lootbox_rare_32", + "spirit" : "salute", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 20, + "ctyp" : "heart", + "dep" : 1146187575, + "id" : 3280753494, + "nm" : "CharSkyKid_Prop_Firework", + "spirit" : "salute", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 2641878925, + "nm" : "emote_upgrade_love_01", + "spirit" : "love", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "heart", + "dep" : 2641878925, + "id" : 4070169080, + "nm" : "CharSkyKid_Body_LongPants", + "spirit" : "love", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 2641878925, + "id" : 2555822314, + "nm" : "lootbox_common_85", + "spirit" : "love", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2555822314, + "id" : 3964031844, + "nm" : "heart_love", + "spirit" : "love", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 2555822314, + "id" : 149746739, + "nm" : "tier_unlock_love_01", + "spirit" : "love", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 149746739, + "id" : 1129409956, + "nm" : "lootbox_rare_33", + "spirit" : "love", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "heart", + "dep" : 1129409956, + "id" : 1740771042, + "nm" : "CharSkyKid_Hair_None", + "spirit" : "love", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 3476176182, + "nm" : "emote_upgrade_force_01", + "spirit" : "force", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3476176182, + "id" : 3459398563, + "nm" : "emote_upgrade_force_02", + "spirit" : "force", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 3476176182, + "id" : 2488711838, + "nm" : "lootbox_common_81", + "spirit" : "force", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "heart", + "dep" : 2488711838, + "id" : 1747536341, + "nm" : "CharSkyKid_Hair_BackLong", + "spirit" : "force", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 2488711838, + "id" : 2228124712, + "nm" : "tier_unlock_force_01", + "spirit" : "force", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2488711838, + "id" : 116363463, + "nm" : "heart_force", + "spirit" : "force", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2228124712, + "id" : 3442620944, + "nm" : "emote_upgrade_force_03", + "spirit" : "force", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 7, + "ctyp" : "candles", + "dep" : 3442620944, + "id" : 3560064277, + "nm" : "emote_upgrade_force_04", + "spirit" : "force", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3442620944, + "id" : 1112632337, + "nm" : "lootbox_rare_34", + "spirit" : "force", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 10, + "ctyp" : "heart", + "dep" : 1112632337, + "id" : 1929978494, + "nm" : "CharSkyKid_Mask_ElderNight", + "spirit" : "force", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 507260913, + "nm" : "emote_upgrade_float_01", + "spirit" : "float", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 10, + "ctyp" : "candles", + "dep" : 507260913, + "id" : 456928056, + "nm" : "emote_upgrade_float_02", + "spirit" : "float", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 507260913, + "id" : 206514369, + "nm" : "lootbox_common_79", + "spirit" : "float", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 10, + "ctyp" : "heart", + "dep" : 206514369, + "id" : 4055513070, + "nm" : "CharSkyKid_Hair_Beard", + "spirit" : "float", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "prestige", + "dep" : 206514369, + "id" : 2322468539, + "nm" : "tier_unlock_float_01", + "spirit" : "float", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 206514369, + "id" : 2331279750, + "nm" : "heart_float", + "spirit" : "float", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 7, + "ctyp" : "candles", + "dep" : 2322468539, + "id" : 473705675, + "nm" : "emote_upgrade_float_03", + "spirit" : "float", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 10, + "ctyp" : "candles", + "dep" : 473705675, + "id" : 557593770, + "nm" : "emote_upgrade_float_04", + "spirit" : "float", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 473705675, + "id" : 1095854718, + "nm" : "lootbox_rare_35", + "spirit" : "float", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 30, + "ctyp" : "heart", + "dep" : 1095854718, + "id" : 992885953, + "nm" : "CharSkyKid_Prop_Table", + "spirit" : "float", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1810834637, + "nm" : "emote_upgrade_pray_01", + "spirit" : "pray", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1810834637, + "id" : 1760501780, + "nm" : "emote_upgrade_pray_02", + "spirit" : "pray", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 1810834637, + "id" : 105848655, + "nm" : "lootbox_common_77", + "spirit" : "pray", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "heart", + "dep" : 105848655, + "id" : 766797080, + "nm" : "CharSkyKid_Hair_ShoulderLongTie", + "spirit" : "pray", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "prestige", + "dep" : 105848655, + "id" : 1449171199, + "nm" : "tier_unlock_pray_01", + "spirit" : "pray", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 105848655, + "id" : 2074948872, + "nm" : "heart_pray", + "spirit" : "pray", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1449171199, + "id" : 1777279399, + "nm" : "emote_upgrade_pray_03", + "spirit" : "pray", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 7, + "ctyp" : "candles", + "dep" : 1777279399, + "id" : 1726946542, + "nm" : "emote_upgrade_pray_04", + "spirit" : "pray", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1777279399, + "id" : 1079077099, + "nm" : "lootbox_rare_36", + "spirit" : "pray", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 25, + "ctyp" : "heart", + "dep" : 1079077099, + "id" : 1676224199, + "nm" : "CharSkyKid_Wing_ClassicOne_Ancestor", + "spirit" : "pray", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 9, + "ctyp" : "prestige", + "dep" : 1676224199, + "id" : 1465948818, + "nm" : "tier_unlock_pray_02", + "spirit" : "pray", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 75, + "ctyp" : "heart", + "dep" : 1465948818, + "id" : 4001331221, + "nm" : "CharSkyKid_Wing_ClassicTwo_Ancestor", + "spirit" : "pray", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 959410866, + "nm" : "emote_upgrade_ghost_01", + "spirit" : "ghost", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 959410866, + "id" : 739857211, + "nm" : "CharSkyKid_Body_MonkPants", + "spirit" : "ghost", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 959410866, + "id" : 2455156600, + "nm" : "lootbox_common_83", + "spirit" : "ghost", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2455156600, + "id" : 952485923, + "nm" : "heart_ghost", + "spirit" : "ghost", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "prestige", + "dep" : 2455156600, + "id" : 2447274424, + "nm" : "tier_unlock_ghost_01", + "spirit" : "ghost", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2447274424, + "id" : 1062299480, + "nm" : "lootbox_rare_37", + "spirit" : "ghost", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 50, + "ctyp" : "heart", + "dep" : 1062299480, + "id" : 2642234311, + "nm" : "CharSkyKid_Wing_ClassicOne_White", + "spirit" : "ghost", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 12, + "ctyp" : "prestige", + "dep" : 2642234311, + "id" : 2497607281, + "nm" : "tier_unlock_ghost_02", + "spirit" : "ghost", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 150, + "ctyp" : "heart", + "dep" : 2497607281, + "id" : 338030121, + "nm" : "CharSkyKid_Wing_ClassicTwo_White", + "spirit" : "ghost", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "prestige", + "dep" : 0, + "id" : 416680174, + "nm" : "CharSkyKid_Hair_ElderDawn", + "spirit" : "elder_isle", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 125, + "ctyp" : "prestige", + "dep" : 416680174, + "id" : 850155893, + "nm" : "CharSkyKid_Mask_ElderDawn_02", + "spirit" : "elder_isle", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "prestige", + "dep" : 0, + "id" : 2432602294, + "nm" : "CharSkyKid_Hair_ElderDay", + "spirit" : "elder_prairie", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 75, + "ctyp" : "prestige", + "dep" : 2432602294, + "id" : 776944197, + "nm" : "CharSkyKid_Mask_ElderDay_02", + "spirit" : "elder_prairie", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "prestige", + "dep" : 0, + "id" : 1078517906, + "nm" : "CharSkyKid_Hair_ElderRain", + "spirit" : "elder_forest", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 250, + "ctyp" : "prestige", + "dep" : 1078517906, + "id" : 4247878009, + "nm" : "CharSkyKid_Mask_ElderRain_02", + "spirit" : "elder_forest", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "prestige", + "dep" : 0, + "id" : 3381405437, + "nm" : "CharSkyKid_Hair_ElderSis", + "spirit" : "elder_valley", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "prestige", + "dep" : 3381405437, + "id" : 777821397, + "nm" : "CharSkyKid_Hair_ElderBro", + "spirit" : "elder_valley", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "prestige", + "dep" : 0, + "id" : 2681369749, + "nm" : "CharSkyKid_Hair_ElderDusk", + "spirit" : "elder_wasteland", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "prestige", + "dep" : 0, + "id" : 3721236258, + "nm" : "CharSkyKid_Hair_ElderNight", + "spirit" : "elder_vault", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1567082699, + "nm" : "emote_upgrade_sass_01", + "spirit" : "sass", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1567082699, + "id" : 944246762, + "nm" : "lootbox_rare_sass_01", + "spirit" : "sass", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 26, + "ctyp" : "candles", + "dep" : 944246762, + "id" : 3441194314, + "nm" : "CharSkyKid_Hair_AP02Stupa_01", + "spirit" : "sass", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 944246762, + "id" : 2485003925, + "nm" : "tier_unlock_sass_01", + "spirit" : "sass", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 944246762, + "id" : 415016858, + "nm" : "heart_sass", + "spirit" : "sass", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2485003925, + "id" : 927469143, + "nm" : "lootbox_rare_sass_02", + "spirit" : "sass", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 48, + "ctyp" : "candles", + "dep" : 927469143, + "id" : 3107843108, + "nm" : "CharSkyKid_Mask_AP02Weasel_01", + "spirit" : "sass", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1476479283, + "nm" : "emote_upgrade_salutation_01", + "spirit" : "salutation", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 1476479283, + "id" : 1493256902, + "nm" : "emote_upgrade_salutation_02", + "spirit" : "salutation", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1476479283, + "id" : 4059009514, + "nm" : "lootbox_rare_salutation_01", + "spirit" : "salutation", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 26, + "ctyp" : "candles", + "dep" : 4059009514, + "id" : 499685406, + "nm" : "CharSkyKid_Hair_AP02Cone_01", + "spirit" : "salutation", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 4059009514, + "id" : 4057171245, + "nm" : "tier_unlock_salutation_01", + "spirit" : "salutation", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 4059009514, + "id" : 1553632586, + "nm" : "heart_salutation", + "spirit" : "salutation", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 4057171245, + "id" : 1510034521, + "nm" : "emote_upgrade_salutation_03", + "spirit" : "salutation", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 1510034521, + "id" : 1526812140, + "nm" : "emote_upgrade_salutation_04", + "spirit" : "salutation", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1510034521, + "id" : 4042231895, + "nm" : "lootbox_rare_salutation_02", + "spirit" : "salutation", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 65, + "ctyp" : "candles", + "dep" : 4042231895, + "id" : 3130294398, + "nm" : "CharSkyKid_Wing_AP02Tail_01", + "spirit" : "salutation", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 2874944768, + "nm" : "emote_upgrade_sarcastic_01", + "spirit" : "sarcastic", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 2874944768, + "id" : 2925277625, + "nm" : "emote_upgrade_sarcastic_02", + "spirit" : "sarcastic", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2874944768, + "id" : 509518831, + "nm" : "lootbox_rare_sarcastic_01", + "spirit" : "sarcastic", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 509518831, + "id" : 3690445805, + "nm" : "sheet07", + "spirit" : "sarcastic", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 509518831, + "id" : 2391713302, + "nm" : "tier_unlock_sarcastic_01", + "spirit" : "sarcastic", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 509518831, + "id" : 1553554617, + "nm" : "heart_sarcastic", + "spirit" : "sarcastic", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 2391713302, + "id" : 2908500006, + "nm" : "emote_upgrade_sarcastic_03", + "spirit" : "sarcastic", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 2908500006, + "id" : 2958832863, + "nm" : "emote_upgrade_sarcastic_04", + "spirit" : "sarcastic", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2908500006, + "id" : 526296450, + "nm" : "lootbox_rare_sarcastic_02", + "spirit" : "sarcastic", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 42, + "ctyp" : "candles", + "dep" : 526296450, + "id" : 2726619261, + "nm" : "CharSkyKid_Mask_AP02Crab_01", + "spirit" : "sarcastic", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 34, + "ctyp" : "candles", + "dep" : 526296450, + "id" : 777066155, + "nm" : "CharSkyKid_Hair_AP02Bhutan_01", + "spirit" : "sarcastic", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1515388777, + "nm" : "emote_upgrade_joy_01", + "spirit" : "joy", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 1515388777, + "id" : 1465055920, + "nm" : "emote_upgrade_joy_02", + "spirit" : "joy", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1515388777, + "id" : 495623946, + "nm" : "lootbox_rare_joy_01", + "spirit" : "joy", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 40, + "ctyp" : "candles", + "dep" : 495623946, + "id" : 4246711693, + "nm" : "CharSkyKid_Prop_AP02Bell_01", + "spirit" : "joy", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 495623946, + "id" : 1335222563, + "nm" : "tier_unlock_joy_01", + "spirit" : "joy", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 495623946, + "id" : 3702017026, + "nm" : "heart_joy", + "spirit" : "joy", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 1335222563, + "id" : 1481833539, + "nm" : "emote_upgrade_joy_03", + "spirit" : "joy", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 1481833539, + "id" : 1565721634, + "nm" : "emote_upgrade_joy_04", + "spirit" : "joy", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1481833539, + "id" : 478846327, + "nm" : "lootbox_rare_joy_02", + "spirit" : "joy", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 54, + "ctyp" : "candles", + "dep" : 478846327, + "id" : 4228619598, + "nm" : "CharSkyKid_Mask_AP02Fox_01", + "spirit" : "joy", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 880109687, + "nm" : "emote_upgrade_acknowledge_01", + "spirit" : "acknowledge", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 880109687, + "id" : 896887306, + "nm" : "emote_upgrade_acknowledge_02", + "spirit" : "acknowledge", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 880109687, + "id" : 639706288, + "nm" : "lootbox_rare_acknowledge_01", + "spirit" : "acknowledge", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 639706288, + "id" : 3438781520, + "nm" : "sheet08", + "spirit" : "acknowledge", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 639706288, + "id" : 173721657, + "nm" : "tier_unlock_acknowledge_01", + "spirit" : "acknowledge", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 639706288, + "id" : 1806077664, + "nm" : "heart_acknowledge", + "spirit" : "acknowledge", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 173721657, + "id" : 913664925, + "nm" : "emote_upgrade_acknowledge_03", + "spirit" : "acknowledge", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 913664925, + "id" : 796221592, + "nm" : "emote_upgrade_acknowledge_04", + "spirit" : "acknowledge", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 913664925, + "id" : 690039145, + "nm" : "lootbox_rare_acknowledge_02", + "spirit" : "acknowledge", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 75, + "ctyp" : "candles", + "dep" : 690039145, + "id" : 1205733815, + "nm" : "CharSkyKid_Wing_AP02Fur_01", + "spirit" : "acknowledge", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 42, + "ctyp" : "candles", + "dep" : 690039145, + "id" : 3555166118, + "nm" : "CharSkyKid_Mask_AP02Bird_01", + "spirit" : "acknowledge", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 2567882071, + "nm" : "emote_upgrade_kungfu_01", + "spirit" : "kungfu", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 2567882071, + "id" : 2584659690, + "nm" : "emote_upgrade_kungfu_02", + "spirit" : "kungfu", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2567882071, + "id" : 3929260718, + "nm" : "lootbox_rare_kungfu_01", + "spirit" : "kungfu", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 45, + "ctyp" : "candles", + "dep" : 3929260718, + "id" : 4196378836, + "nm" : "CharSkyKid_Prop_AP02Bell_02", + "spirit" : "kungfu", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 3929260718, + "id" : 2638282869, + "nm" : "tier_unlock_kungfu_01", + "spirit" : "kungfu", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3929260718, + "id" : 1994835802, + "nm" : "heart_kungfu", + "spirit" : "kungfu", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 2638282869, + "id" : 2601437309, + "nm" : "emote_upgrade_kungfu_03", + "spirit" : "kungfu", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 2601437309, + "id" : 2483993976, + "nm" : "emote_upgrade_kungfu_04", + "spirit" : "kungfu", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2601437309, + "id" : 3912483099, + "nm" : "lootbox_rare_kungfu_02", + "spirit" : "kungfu", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 54, + "ctyp" : "candles", + "dep" : 3912483099, + "id" : 2535142832, + "nm" : "CharSkyKid_Mask_AP02Bull_01", + "spirit" : "kungfu", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 2348358260, + "nm" : "CharSkyKid_Neck_AP02Pendant", + "spirit" : "questap02", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 2894900906, + "nm" : "emote_upgrade_doublefive_01", + "spirit" : "doublefive", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2894900906, + "id" : 4104588198, + "nm" : "lootbox_rare_double_five_01", + "spirit" : "doublefive", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 24, + "ctyp" : "candles", + "dep" : 4104588198, + "id" : 1984844986, + "nm" : "CharSkyKid_Mask_AP03B", + "spirit" : "doublefive", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 4104588198, + "id" : 2655412792, + "nm" : "tier_unlock_doublefive_01", + "spirit" : "doublefive", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 4104588198, + "id" : 3575026177, + "nm" : "heart_doublefive", + "spirit" : "doublefive", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2655412792, + "id" : 4087810579, + "nm" : "lootbox_rare_double_five_02", + "spirit" : "doublefive", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 7, + "ctyp" : "heart", + "dep" : 4087810579, + "id" : 2878123287, + "nm" : "emote_upgrade_doublefive_02", + "spirit" : "doublefive", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 34, + "ctyp" : "candles", + "dep" : 4087810579, + "id" : 2231097150, + "nm" : "CharSkyKid_Hair_AP03Umbrella_01", + "spirit" : "doublefive", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 55, + "ctyp" : "candles", + "dep" : 4087810579, + "id" : 396560731, + "nm" : "CharSkyKid_Prop_AP03Flute_01", + "spirit" : "doublefive", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 501904012, + "nm" : "emote_upgrade_lazycool_01", + "spirit" : "lazycool", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 501904012, + "id" : 2452468729, + "nm" : "lootbox_rare_lazycool_01", + "spirit" : "lazycool", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 30, + "ctyp" : "candles", + "dep" : 2452468729, + "id" : 2001622605, + "nm" : "CharSkyKid_Mask_AP03C", + "spirit" : "lazycool", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 2452468729, + "id" : 2960719514, + "nm" : "tier_unlock_lazycool_01", + "spirit" : "lazycool", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2452468729, + "id" : 3845451563, + "nm" : "heart_lazycool", + "spirit" : "lazycool", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2960719514, + "id" : 2402135872, + "nm" : "lootbox_rare_lazycool_02", + "spirit" : "lazycool", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 2402135872, + "id" : 3455559139, + "nm" : "sheet09", + "spirit" : "lazycool", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 75, + "ctyp" : "candles", + "dep" : 2402135872, + "id" : 2574095143, + "nm" : "CharSkyKid_Prop_Umbrella", + "spirit" : "lazycool", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 18, + "ctyp" : "candles", + "dep" : 2402135872, + "id" : 4161779120, + "nm" : "CharSkyKid_Hair_AP03Upstyle_01", + "spirit" : "lazycool", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1676296849, + "nm" : "emote_upgrade_tripleaxel_01", + "spirit" : "tripleaxel", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 1676296849, + "id" : 1625963992, + "nm" : "emote_upgrade_tripleaxel_02", + "spirit" : "tripleaxel", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1676296849, + "id" : 4221108660, + "nm" : "lootbox_rare_tripleaxel_01", + "spirit" : "tripleaxel", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 24, + "ctyp" : "candles", + "dep" : 4221108660, + "id" : 1884179272, + "nm" : "CharSkyKid_Mask_AP03D", + "spirit" : "tripleaxel", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 4221108660, + "id" : 3895987603, + "nm" : "tier_unlock_tripleaxel_01", + "spirit" : "tripleaxel", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 4221108660, + "id" : 2923996686, + "nm" : "heart_tripleaxel_01", + "spirit" : "tripleaxel", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 3895987603, + "id" : 1642741611, + "nm" : "emote_upgrade_tripleaxel_03", + "spirit" : "tripleaxel", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 1642741611, + "id" : 1726629706, + "nm" : "emote_upgrade_tripleaxel_04", + "spirit" : "tripleaxel", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1642741611, + "id" : 4271441517, + "nm" : "lootbox_rare_tripleaxel_02", + "spirit" : "tripleaxel", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 60, + "ctyp" : "candles", + "dep" : 4271441517, + "id" : 1237767078, + "nm" : "CharSkyKid_Prop_AP03PanFlute_01", + "spirit" : "tripleaxel", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 34, + "ctyp" : "candles", + "dep" : 4271441517, + "id" : 1636174276, + "nm" : "CharSkyKid_Hair_AP03Samurai_01", + "spirit" : "tripleaxel", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 3909968059, + "nm" : "emote_upgrade_crabvoice_01", + "spirit" : "crabvoice", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 20, + "ctyp" : "candles", + "dep" : 3909968059, + "id" : 1192794220, + "nm" : "CharSkyKid_Prop_PipeBroken_01", + "spirit" : "crabvoice", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3909968059, + "id" : 890149044, + "nm" : "lootbox_rare_crabvoice_01", + "spirit" : "crabvoice", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 30, + "ctyp" : "candles", + "dep" : 890149044, + "id" : 1900956891, + "nm" : "CharSkyKid_Mask_AP03E", + "spirit" : "crabvoice", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 890149044, + "id" : 3912622245, + "nm" : "tier_unlock_crabvoice_01", + "spirit" : "crabvoice", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 890149044, + "id" : 2359893164, + "nm" : "heart_crabvoice", + "spirit" : "crabvoice", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3912622245, + "id" : 940481901, + "nm" : "lootbox_rare_crabvoice_02", + "spirit" : "crabvoice", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 940481901, + "id" : 3673815281, + "nm" : "sheet10", + "spirit" : "crabvoice", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 940481901, + "id" : 1516488095, + "nm" : "CharSkyKid_Wing_AP03Petal_01", + "spirit" : "crabvoice", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 42, + "ctyp" : "candles", + "dep" : 940481901, + "id" : 3342968869, + "nm" : "CharSkyKid_Hair_AP03Victorian_01", + "spirit" : "crabvoice", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1751221804, + "nm" : "emote_upgrade_shh_01", + "spirit" : "shh", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 1751221804, + "id" : 1801554661, + "nm" : "emote_upgrade_shh_02", + "spirit" : "shh", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1751221804, + "id" : 1622761275, + "nm" : "lootbox_rare_shh_01", + "spirit" : "shh", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 30, + "ctyp" : "candles", + "dep" : 1622761275, + "id" : 1917734510, + "nm" : "CharSkyKid_Mask_AP03F", + "spirit" : "shh", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 1622761275, + "id" : 2764280898, + "nm" : "tier_unlock_shh_01", + "spirit" : "shh", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1622761275, + "id" : 632147181, + "nm" : "heart_shh", + "spirit" : "shh", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 2764280898, + "id" : 1784777042, + "nm" : "emote_upgrade_shh_03", + "spirit" : "shh", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 1784777042, + "id" : 1700888947, + "nm" : "emote_upgrade_shh_04", + "spirit" : "shh", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1784777042, + "id" : 1639538894, + "nm" : "lootbox_rare_shh_02", + "spirit" : "shh", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 65, + "ctyp" : "candles", + "dep" : 1639538894, + "id" : 2716527852, + "nm" : "CharSkyKid_Wing_AP03Biolum_02", + "spirit" : "shh", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 471466706, + "nm" : "emote_upgrade_carry_01", + "spirit" : "carry", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 471466706, + "id" : 4138877825, + "nm" : "lootbox_rare_carry_01", + "spirit" : "carry", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 24, + "ctyp" : "candles", + "dep" : 4138877825, + "id" : 1968067367, + "nm" : "CharSkyKid_Mask_AP03A", + "spirit" : "carry", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 4138877825, + "id" : 2185424632, + "nm" : "tier_unlock_carry_01", + "spirit" : "carry", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 4138877825, + "id" : 4176865667, + "nm" : "heart_carry", + "spirit" : "carry", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2185424632, + "id" : 4088544968, + "nm" : "lootbox_rare_carry_02", + "spirit" : "carry", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 8, + "ctyp" : "heart", + "dep" : 4088544968, + "id" : 454689087, + "nm" : "emote_upgrade_carry_02", + "spirit" : "carry", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 60, + "ctyp" : "candles", + "dep" : 4088544968, + "id" : 2766860709, + "nm" : "CharSkyKid_Wing_AP03Biolum_01", + "spirit" : "carry", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 26, + "ctyp" : "candles", + "dep" : 4088544968, + "id" : 4152249299, + "nm" : "CharSkyKid_Hair_AP03Barrette_01", + "spirit" : "carry", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 1117786973, + "nm" : "CharSkyKid_Neck_AP03Pendant", + "spirit" : "questap03", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 2728369396, + "nm" : "emote_upgrade_celebrate_01", + "spirit" : "celebrate", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 2728369396, + "id" : 2778702253, + "nm" : "emote_upgrade_celebrate_02", + "spirit" : "celebrate", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2728369396, + "id" : 163655271, + "nm" : "lootbox_rare_celebrate_01", + "spirit" : "celebrate", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 42, + "ctyp" : "candles", + "dep" : 163655271, + "id" : 1859574381, + "nm" : "CharSkyKid_Hair_AP04Ribbon_01", + "spirit" : "celebrate", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 163655271, + "id" : 3426088834, + "nm" : "tier_unlock_celebrate_01", + "spirit" : "celebrate", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 163655271, + "id" : 224448921, + "nm" : "heart_celebrate", + "spirit" : "celebrate", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 3426088834, + "id" : 2761924634, + "nm" : "emote_upgrade_celebrate_03", + "spirit" : "celebrate", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 2761924634, + "id" : 2678036539, + "nm" : "emote_upgrade_celebrate_04", + "spirit" : "celebrate", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2761924634, + "id" : 180432890, + "nm" : "lootbox_rare_celebrate_02", + "spirit" : "celebrate", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 60, + "ctyp" : "candles", + "dep" : 180432890, + "id" : 3740388568, + "nm" : "CharSkyKid_Wing_AP04Child_01", + "spirit" : "celebrate", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 3172319472, + "nm" : "emote_upgrade_loopdance_01", + "spirit" : "loopdance", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 3172319472, + "id" : 3222652329, + "nm" : "emote_upgrade_loopdance_02", + "spirit" : "loopdance", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3172319472, + "id" : 2773744663, + "nm" : "lootbox_rare_loopdance_01", + "spirit" : "loopdance", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 30, + "ctyp" : "candles", + "dep" : 2773744663, + "id" : 378937945, + "nm" : "CharSkyKid_Mask_AP04Child", + "spirit" : "loopdance", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 2773744663, + "id" : 324089866, + "nm" : "tier_unlock_loopdance_01", + "spirit" : "loopdance", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2773744663, + "id" : 3068809853, + "nm" : "heart_loopdance", + "spirit" : "loopdance", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 324089866, + "id" : 3205874710, + "nm" : "emote_upgrade_loopdance_03", + "spirit" : "loopdance", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 3205874710, + "id" : 3256207567, + "nm" : "emote_upgrade_loopdance_04", + "spirit" : "loopdance", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3205874710, + "id" : 2790522282, + "nm" : "lootbox_rare_loopdance_02", + "spirit" : "loopdance", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 60, + "ctyp" : "candles", + "dep" : 2790522282, + "id" : 268095236, + "nm" : "CharSkyKid_Body_AP04CozyPants", + "spirit" : "loopdance", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 3191170737, + "nm" : "emote_upgrade_sparkler_01", + "spirit" : "sparkler", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 3191170737, + "id" : 3140837880, + "nm" : "emote_upgrade_sparkler_02", + "spirit" : "sparkler", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3191170737, + "id" : 2741713920, + "nm" : "lootbox_rare_sparkler_01", + "spirit" : "sparkler", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 36, + "ctyp" : "candles", + "dep" : 2741713920, + "id" : 3095923099, + "nm" : "CharSkyKid_Mask_AP04Adult", + "spirit" : "sparkler", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 2741713920, + "id" : 1861253919, + "nm" : "tier_unlock_sparkler_01", + "spirit" : "sparkler", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2741713920, + "id" : 1302711236, + "nm" : "heart_sparkler", + "spirit" : "sparkler", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 1861253919, + "id" : 3157615499, + "nm" : "emote_upgrade_sparkler_03", + "spirit" : "sparkler", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 3157615499, + "id" : 3241503594, + "nm" : "emote_upgrade_sparkler_04", + "spirit" : "sparkler", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3157615499, + "id" : 2792046777, + "nm" : "lootbox_rare_sparkler_02", + "spirit" : "sparkler", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 34, + "ctyp" : "candles", + "dep" : 2792046777, + "id" : 168028151, + "nm" : "CharSkyKid_Hair_AP04WavyBob_01", + "spirit" : "sparkler", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 33, + "ctyp" : "candles", + "dep" : 2792046777, + "id" : 57978849, + "nm" : "CharSkyKid_Prop_Pinwheel_01", + "spirit" : "sparkler", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 141319129, + "nm" : "emote_upgrade_wise_01", + "spirit" : "wise", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 141319129, + "id" : 3657037662, + "nm" : "sheet11", + "spirit" : "wise", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 141319129, + "id" : 3635679264, + "nm" : "lootbox_rare_wise_01", + "spirit" : "wise", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 141319129, + "id" : 2564440020, + "nm" : "heart_wise", + "spirit" : "wise", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 3635679264, + "id" : 697452743, + "nm" : "tier_unlock_wise_01", + "spirit" : "wise", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 697452743, + "id" : 3686012121, + "nm" : "lootbox_rare_wise_02", + "spirit" : "wise", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 3686012121, + "id" : 1740444614, + "nm" : "CharSkyKid_Wing_AP04Elder_01", + "spirit" : "wise", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 48, + "ctyp" : "candles", + "dep" : 3686012121, + "id" : 2479708305, + "nm" : "CharSkyKid_Mask_AP04Beard", + "spirit" : "wise", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 10, + "ctyp" : "candles", + "dep" : 3686012121, + "id" : 3772092866, + "nm" : "CharSkyKid_Prop_NightBook", + "spirit" : "wise", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1964135646, + "nm" : "emote_upgrade_dontgo_01", + "spirit" : "dontgo", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 1964135646, + "id" : 1947358027, + "nm" : "emote_upgrade_dontgo_02", + "spirit" : "dontgo", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1964135646, + "id" : 1860312155, + "nm" : "lootbox_rare_dontgo_01", + "spirit" : "dontgo", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 42, + "ctyp" : "candles", + "dep" : 1860312155, + "id" : 2699133379, + "nm" : "CharSkyKid_Mask_AP04Mustache", + "spirit" : "dontgo", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 1860312155, + "id" : 3834415748, + "nm" : "tier_unlock_dontgo_01", + "spirit" : "dontgo", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1860312155, + "id" : 1757824621, + "nm" : "heart_dontgo", + "spirit" : "dontgo", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 3834415748, + "id" : 1930580408, + "nm" : "emote_upgrade_dontgo_03", + "spirit" : "dontgo", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 1930580408, + "id" : 2048023741, + "nm" : "emote_upgrade_dontgo_04", + "spirit" : "dontgo", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1930580408, + "id" : 1877089774, + "nm" : "lootbox_rare_dontgo_02", + "spirit" : "dontgo", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 65, + "ctyp" : "candles", + "dep" : 1877089774, + "id" : 2181608090, + "nm" : "CharSkyKid_Wing_AP04Adult_01", + "spirit" : "dontgo", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 75, + "ctyp" : "candles", + "dep" : 1877089774, + "id" : 3269660804, + "nm" : "CharSkyKid_Prop_AP04Guitar", + "spirit" : "dontgo", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 3481044323, + "nm" : "emote_upgrade_hairtousle_01", + "spirit" : "hairtousle", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3481044323, + "id" : 1226642986, + "nm" : "lootbox_rare_hairtousle_01", + "spirit" : "hairtousle", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 1226642986, + "id" : 3640260043, + "nm" : "sheet12", + "spirit" : "hairtousle", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 1226642986, + "id" : 415486549, + "nm" : "tier_unlock_hairtousle_01", + "spirit" : "hairtousle", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1226642986, + "id" : 4251675114, + "nm" : "heart_hairtousle", + "spirit" : "hairtousle", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 415486549, + "id" : 1209865367, + "nm" : "lootbox_rare_hairtousle_02", + "spirit" : "hairtousle", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 9, + "ctyp" : "heart", + "dep" : 1209865367, + "id" : 3497821942, + "nm" : "emote_upgrade_hairtousle_02", + "spirit" : "hairtousle", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 50, + "ctyp" : "candles", + "dep" : 1209865367, + "id" : 343022577, + "nm" : "CharSkyKid_Horn_AP04EarMuffs", + "spirit" : "hairtousle", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 1209865367, + "id" : 2352004821, + "nm" : "CharSkyKid_Prop_AP04Ukulele", + "spirit" : "hairtousle", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 1962184054, + "nm" : "CharSkyKid_Neck_AP04Pendant", + "spirit" : "questap04", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 171215095, + "nm" : "emote_upgrade_welcome_01", + "spirit" : "welcome", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 171215095, + "id" : 187992714, + "nm" : "emote_upgrade_welcome_02", + "spirit" : "welcome", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 171215095, + "id" : 3802453068, + "nm" : "lootbox_rare_welcome_01", + "spirit" : "welcome", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 3802453068, + "id" : 3589780091, + "nm" : "sheet01", + "spirit" : "welcome", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 3802453068, + "id" : 652018157, + "nm" : "tier_unlock_welcome_01", + "spirit" : "welcome", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3802453068, + "id" : 853765456, + "nm" : "heart_welcome", + "spirit" : "welcome", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 652018157, + "id" : 204770333, + "nm" : "emote_upgrade_welcome_03", + "spirit" : "welcome", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 204770333, + "id" : 87327000, + "nm" : "emote_upgrade_welcome_04", + "spirit" : "welcome", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 204770333, + "id" : 3852785925, + "nm" : "lootbox_rare_welcome_02", + "spirit" : "welcome", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 3852785925, + "id" : 3091075289, + "nm" : "CharSkyKid_Body_APMerchantPants_01", + "spirit" : "welcome", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 48, + "ctyp" : "candles", + "dep" : 3852785925, + "id" : 1837529177, + "nm" : "CharSkyKid_Mask_APMerchant_01", + "spirit" : "welcome", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 2968344910, + "nm" : "emote_upgrade_dance_01", + "spirit" : "dance", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 2968344910, + "id" : 2951567291, + "nm" : "emote_upgrade_dance_02", + "spirit" : "dance", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2968344910, + "id" : 1816153141, + "nm" : "lootbox_rare_dance_01", + "spirit" : "dance", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 1816153141, + "id" : 3606557710, + "nm" : "sheet02", + "spirit" : "dance", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 1816153141, + "id" : 3042772808, + "nm" : "tier_unlock_dance_01", + "spirit" : "dance", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1816153141, + "id" : 4179392635, + "nm" : "heart_dance", + "spirit" : "dance", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "heart", + "dep" : 3042772808, + "id" : 2934789672, + "nm" : "emote_upgrade_dance_03", + "spirit" : "dance", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 10, + "ctyp" : "heart", + "dep" : 2934789672, + "id" : 3052233005, + "nm" : "emote_upgrade_dance_04", + "spirit" : "dance", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2934789672, + "id" : 1765820284, + "nm" : "lootbox_rare_dance_02", + "spirit" : "dance", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 34, + "ctyp" : "candles", + "dep" : 1765820284, + "id" : 640785264, + "nm" : "CharSkyKid_Hair_APDancer_01", + "spirit" : "dance", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 65, + "ctyp" : "candles", + "dep" : 1765820284, + "id" : 2119378818, + "nm" : "CharSkyKid_Body_APDancerPants_01", + "spirit" : "dance", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 30, + "ctyp" : "candles", + "dep" : 1765820284, + "id" : 90660037, + "nm" : "CharSkyKid_Prop_APFlagAnim", + "spirit" : "dance", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 3809151467, + "nm" : "emote_upgrade_kiss_01", + "spirit" : "kiss", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 3809151467, + "id" : 3825929086, + "nm" : "emote_upgrade_kiss_02", + "spirit" : "kiss", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3809151467, + "id" : 1241798554, + "nm" : "lootbox_rare_kiss_01", + "spirit" : "kiss", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 1241798554, + "id" : 3673668186, + "nm" : "sheet06", + "spirit" : "kiss", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 1241798554, + "id" : 411317045, + "nm" : "tier_unlock_kiss_01", + "spirit" : "kiss", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1241798554, + "id" : 3012644698, + "nm" : "heart_kiss", + "spirit" : "kiss", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 411317045, + "id" : 3842706705, + "nm" : "emote_upgrade_kiss_03", + "spirit" : "kiss", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 3842706705, + "id" : 3859484324, + "nm" : "emote_upgrade_kiss_04", + "spirit" : "kiss", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3842706705, + "id" : 1225020935, + "nm" : "lootbox_rare_kiss_02", + "spirit" : "kiss", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 65, + "ctyp" : "candles", + "dep" : 1225020935, + "id" : 3114889986, + "nm" : "CharSkyKid_Body_APActorPants_01", + "spirit" : "kiss", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 42, + "ctyp" : "candles", + "dep" : 1225020935, + "id" : 3716657324, + "nm" : "CharSkyKid_Mask_APActor_01", + "spirit" : "kiss", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1485743749, + "nm" : "emote_upgrade_juggle_01", + "spirit" : "juggle", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 1485743749, + "id" : 1435410892, + "nm" : "emote_upgrade_juggle_02", + "spirit" : "juggle", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1485743749, + "id" : 3073071312, + "nm" : "lootbox_rare_juggle_01", + "spirit" : "juggle", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 14, + "ctyp" : "heart", + "dep" : 1485743749, + "id" : 1793801900, + "nm" : "CharSkyKid_Prop_AP05Brazier_01", + "spirit" : "juggle", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 42, + "ctyp" : "candles", + "dep" : 3073071312, + "id" : 1458373057, + "nm" : "CharSkyKid_Hair_APJuggler_01", + "spirit" : "juggle", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 3073071312, + "id" : 86758839, + "nm" : "tier_unlock_juggle_01", + "spirit" : "juggle", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3073071312, + "id" : 4213556160, + "nm" : "heart_juggle", + "spirit" : "juggle", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 86758839, + "id" : 1452188511, + "nm" : "emote_upgrade_juggle_03", + "spirit" : "juggle", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 1452188511, + "id" : 1401855654, + "nm" : "emote_upgrade_juggle_04", + "spirit" : "juggle", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1452188511, + "id" : 3123404169, + "nm" : "lootbox_rare_juggle_02", + "spirit" : "juggle", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 75, + "ctyp" : "candles", + "dep" : 3123404169, + "id" : 844189904, + "nm" : "CharSkyKid_Wing_APJuggler_01", + "spirit" : "juggle", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 75, + "ctyp" : "candles", + "dep" : 3123404169, + "id" : 570621080, + "nm" : "CharSkyKid_Body_AP05JugglerPants_01", + "spirit" : "juggle", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 3014299001, + "nm" : "emote_upgrade_respect_01", + "spirit" : "respect", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 3014299001, + "id" : 2963966144, + "nm" : "emote_upgrade_respect_02", + "spirit" : "respect", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3014299001, + "id" : 3365620986, + "nm" : "lootbox_rare_respect_01", + "spirit" : "respect", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 26, + "ctyp" : "candles", + "dep" : 3365620986, + "id" : 3216257586, + "nm" : "CharSkyKid_Hair_APMusician_01", + "spirit" : "respect", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 3365620986, + "id" : 3857148791, + "nm" : "tier_unlock_respect_01", + "spirit" : "respect", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3365620986, + "id" : 3823694766, + "nm" : "heart_respect", + "spirit" : "respect", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 3857148791, + "id" : 2980743763, + "nm" : "emote_upgrade_respect_03", + "spirit" : "respect", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 2980743763, + "id" : 3064631858, + "nm" : "emote_upgrade_respect_04", + "spirit" : "respect", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2980743763, + "id" : 3348843367, + "nm" : "lootbox_rare_respect_02", + "spirit" : "respect", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 75, + "ctyp" : "candles", + "dep" : 3348843367, + "id" : 3275797515, + "nm" : "CharSkyKid_Prop_APPiano_01", + "spirit" : "respect", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 48, + "ctyp" : "candles", + "dep" : 3348843367, + "id" : 570479295, + "nm" : "CharSkyKid_Mask_AP05Musician_01", + "spirit" : "respect", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 4111724799, + "nm" : "emote_upgrade_think_01", + "spirit" : "think", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 4111724799, + "id" : 4128502418, + "nm" : "emote_upgrade_think_02", + "spirit" : "think", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 4111724799, + "id" : 2634398532, + "nm" : "lootbox_rare_think_01", + "spirit" : "think", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 42, + "ctyp" : "candles", + "dep" : 2634398532, + "id" : 2580070469, + "nm" : "CharSkyKid_Mask_APDirector_01", + "spirit" : "think", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 2634398532, + "id" : 1900425265, + "nm" : "tier_unlock_think_01", + "spirit" : "think", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2634398532, + "id" : 3658416948, + "nm" : "heart_think", + "spirit" : "think", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 1900425265, + "id" : 4145280037, + "nm" : "emote_upgrade_think_03", + "spirit" : "think", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 4145280037, + "id" : 4027836704, + "nm" : "emote_upgrade_think_04", + "spirit" : "think", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 4145280037, + "id" : 2684731389, + "nm" : "lootbox_rare_think_02", + "spirit" : "think", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 65, + "ctyp" : "candles", + "dep" : 2684731389, + "id" : 399957901, + "nm" : "CharSkyKid_Prop_AP05Xylophone", + "spirit" : "think", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 75, + "ctyp" : "candles", + "dep" : 2684731389, + "id" : 803430286, + "nm" : "CharSkyKid_Wing_APDirector_01", + "spirit" : "think", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1312136612, + "nm" : "emote_upgrade_nod_01", + "spirit" : "nod", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 1312136612, + "id" : 1362469469, + "nm" : "emote_upgrade_nod_02", + "spirit" : "nod", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1312136612, + "id" : 1515093975, + "nm" : "lootbox_rare_nod_01", + "spirit" : "nod", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 30, + "ctyp" : "candles", + "dep" : 1515093975, + "id" : 1481505198, + "nm" : "CharSkyKid_Mask_AP06VeilA", + "spirit" : "nod", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 1515093975, + "id" : 1223806774, + "nm" : "tier_unlock_nod_01", + "spirit" : "nod", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1515093975, + "id" : 750599125, + "nm" : "heart_nod", + "spirit" : "nod", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 1223806774, + "id" : 1345691850, + "nm" : "emote_upgrade_nod_03", + "spirit" : "nod", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 1345691850, + "id" : 1261803755, + "nm" : "emote_upgrade_nod_04", + "spirit" : "nod", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1345691850, + "id" : 1531871594, + "nm" : "lootbox_rare_nod_02", + "spirit" : "nod", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 34, + "ctyp" : "candles", + "dep" : 1531871594, + "id" : 4147463881, + "nm" : "CharSkyKid_Hair_AP06ConeHat_01", + "spirit" : "nod", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 3578072271, + "nm" : "emote_upgrade_scare_01", + "spirit" : "scare", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 3578072271, + "id" : 3594849890, + "nm" : "emote_upgrade_scare_02", + "spirit" : "scare", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3578072271, + "id" : 158230944, + "nm" : "lootbox_rare_scare_01", + "spirit" : "scare", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 42, + "ctyp" : "candles", + "dep" : 158230944, + "id" : 3456549768, + "nm" : "CharSkyKid_Mask_AP06Scarf", + "spirit" : "scare", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 158230944, + "id" : 3751693341, + "nm" : "tier_unlock_scare_01", + "spirit" : "scare", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 158230944, + "id" : 912398476, + "nm" : "heart_scare", + "spirit" : "scare", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 3751693341, + "id" : 3611627509, + "nm" : "emote_upgrade_scare_03", + "spirit" : "scare", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 3611627509, + "id" : 3494184176, + "nm" : "emote_upgrade_scare_04", + "spirit" : "scare", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3611627509, + "id" : 208563801, + "nm" : "lootbox_rare_scare_02", + "spirit" : "scare", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 34, + "ctyp" : "candles", + "dep" : 208563801, + "id" : 862984657, + "nm" : "CharSkyKid_Hair_AP06WizardHat_01", + "spirit" : "scare", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 424057481, + "nm" : "emote_upgrade_doze_01", + "spirit" : "doze", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 424057481, + "id" : 373724624, + "nm" : "emote_upgrade_doze_02", + "spirit" : "doze", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 424057481, + "id" : 4063504300, + "nm" : "lootbox_rare_doze_01", + "spirit" : "doze", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 34, + "ctyp" : "candles", + "dep" : 4063504300, + "id" : 1881845530, + "nm" : "CharSkyKid_Hair_AP06BunRound_01", + "spirit" : "doze", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 4063504300, + "id" : 4198156239, + "nm" : "tier_unlock_doze_01", + "spirit" : "doze", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 4063504300, + "id" : 885956496, + "nm" : "heart_doze", + "spirit" : "doze", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 4198156239, + "id" : 390502243, + "nm" : "emote_upgrade_doze_03", + "spirit" : "doze", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 390502243, + "id" : 474390338, + "nm" : "emote_upgrade_doze_04", + "spirit" : "doze", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 390502243, + "id" : 4113837157, + "nm" : "lootbox_rare_doze_02", + "spirit" : "doze", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 65, + "ctyp" : "candles", + "dep" : 4113837157, + "id" : 2473421893, + "nm" : "CharSkyKid_Wing_AP06Tassel_02", + "spirit" : "doze", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1159644936, + "nm" : "emote_upgrade_crabwalk_01", + "spirit" : "crabwalk", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 1159644936, + "id" : 1209977793, + "nm" : "emote_upgrade_crabwalk_02", + "spirit" : "crabwalk", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1159644936, + "id" : 3985146061, + "nm" : "lootbox_rare_crabwalk_01", + "spirit" : "crabwalk", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 42, + "ctyp" : "candles", + "dep" : 3985146061, + "id" : 1001062354, + "nm" : "CharSkyKid_Hair_AP06ScoutHat_01", + "spirit" : "crabwalk", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 3985146061, + "id" : 3001996738, + "nm" : "tier_unlock_crabwalk_01", + "spirit" : "crabwalk", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3985146061, + "id" : 584783267, + "nm" : "heart_crabwalk", + "spirit" : "crabwalk", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 3001996738, + "id" : 1193200174, + "nm" : "emote_upgrade_crabwalk_03", + "spirit" : "crabwalk", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 1193200174, + "id" : 1243533031, + "nm" : "emote_upgrade_crabwalk_04", + "spirit" : "crabwalk", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1193200174, + "id" : 3934813204, + "nm" : "lootbox_rare_crabwalk_02", + "spirit" : "crabwalk", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 60, + "ctyp" : "candles", + "dep" : 3934813204, + "id" : 705761080, + "nm" : "CharSkyKid_Wing_AP06Trim_01", + "spirit" : "crabwalk", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 999200894, + "nm" : "emote_upgrade_shrug_01", + "spirit" : "shrug", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 999200894, + "id" : 982423275, + "nm" : "emote_upgrade_shrug_02", + "spirit" : "shrug", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 999200894, + "id" : 1007687329, + "nm" : "lootbox_rare_shrug_01", + "spirit" : "shrug", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 42, + "ctyp" : "candles", + "dep" : 1007687329, + "id" : 1453662570, + "nm" : "CharSkyKid_Mask_AP06WizardBeard", + "spirit" : "shrug", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 1007687329, + "id" : 4129287708, + "nm" : "tier_unlock_shrug_01", + "spirit" : "shrug", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1007687329, + "id" : 1748763163, + "nm" : "heart_shrug", + "spirit" : "shrug", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 4129287708, + "id" : 965645656, + "nm" : "emote_upgrade_shrug_03", + "spirit" : "shrug", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 965645656, + "id" : 1083088989, + "nm" : "emote_upgrade_shrug_04", + "spirit" : "shrug", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 965645656, + "id" : 957354472, + "nm" : "lootbox_rare_shrug_02", + "spirit" : "shrug", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 42, + "ctyp" : "candles", + "dep" : 957354472, + "id" : 1469931494, + "nm" : "CharSkyKid_Hair_AP06WizardHair_01", + "spirit" : "shrug", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 957354472, + "id" : 3952275244, + "nm" : "CharSkyKid_Wing_AP06Layered_01", + "spirit" : "shrug", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 3587344791, + "nm" : "emote_upgrade_playfight_01", + "spirit" : "playfight", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3587344791, + "id" : 1700516160, + "nm" : "lootbox_rare_playfight_01", + "spirit" : "playfight", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 30, + "ctyp" : "candles", + "dep" : 1700516160, + "id" : 1464727579, + "nm" : "CharSkyKid_Mask_AP06VeilB", + "spirit" : "playfight", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 1700516160, + "id" : 2363018793, + "nm" : "tier_unlock_playfight_01", + "spirit" : "playfight", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1700516160, + "id" : 4116124536, + "nm" : "heart_playfight", + "spirit" : "playfight", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2363018793, + "id" : 1750849017, + "nm" : "lootbox_rare_playfight_02", + "spirit" : "playfight", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 10, + "ctyp" : "heart", + "dep" : 1750849017, + "id" : 3604122410, + "nm" : "emote_upgrade_playfight_02", + "spirit" : "playfight", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1750849017, + "id" : 1734071398, + "nm" : "lootbox_rare_playfight_03", + "spirit" : "playfight", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 1750849017, + "id" : 2251349439, + "nm" : "sheet13quad", + "spirit" : "playfight", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 42, + "ctyp" : "candles", + "dep" : 1734071398, + "id" : 3559895758, + "nm" : "CharSkyKid_Hair_AP06Pigtails_01", + "spirit" : "playfight", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 1734071398, + "id" : 4002608101, + "nm" : "CharSkyKid_Wing_AP06Layered_02", + "spirit" : "playfight", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 20, + "ctyp" : "candles", + "dep" : 1734071398, + "id" : 3454884039, + "nm" : "CharSkyKid_Prop_SpellFire", + "spirit" : "playfight", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 4225258832, + "nm" : "teleport_to_questap06", + "spirit" : "questap06", + "typ" : "teleport_to" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 4225258832, + "id" : 2272833995, + "nm" : "ap06unlock_fetch_dusk", + "spirit" : "questap06", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2272833995, + "id" : 1653774052, + "nm" : "heart_ap06unlock_fetch_dusk", + "spirit" : "questap06", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2272833995, + "id" : 152171052, + "nm" : "ap06unlock_fetch_sunset", + "spirit" : "questap06", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 152171052, + "id" : 2014824355, + "nm" : "heart_ap06unlock_fetch_sunset", + "spirit" : "questap06", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 152171052, + "id" : 3320863356, + "nm" : "ap06unlock_fetch_dawn", + "spirit" : "questap06", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3320863356, + "id" : 1143908427, + "nm" : "heart_ap06unlock_fetch_dawn", + "spirit" : "questap06", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3320863356, + "id" : 1914676080, + "nm" : "ap06unlock_fetch_day", + "spirit" : "questap06", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1914676080, + "id" : 3081224521, + "nm" : "heart_ap06unlock_fetch_day", + "spirit" : "questap06", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1914676080, + "id" : 1704139508, + "nm" : "ap06unlock_fetch_night", + "spirit" : "questap06", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1704139508, + "id" : 2565144893, + "nm" : "heart_ap06unlock_fetch_night", + "spirit" : "questap06", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1704139508, + "id" : 2542862672, + "nm" : "ap06unlock_fetch_rain", + "spirit" : "questap06", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2542862672, + "id" : 331535623, + "nm" : "heart_ap06unlock_fetch_rain", + "spirit" : "questap06", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 2542862672, + "id" : 3219320745, + "nm" : "relationship_ability_ap06unlock_ap06_hug", + "spirit" : "questap06", + "typ" : "relationship_ability" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_heart", + "dep" : 2272833995, + "id" : 3076646648, + "nm" : "CharSkyKid_Neck_AP06Pendant", + "spirit" : "questap06", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 2, + "ctyp" : "season_heart", + "dep" : 3076646648, + "id" : 3886634356, + "nm" : "CharSkyKid_Horn_AP06Tassel", + "spirit" : "questap06", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 4, + "ctyp" : "season_heart", + "dep" : 3886634356, + "id" : 3225530939, + "nm" : "CharSkyKid_Hair_AP06Turban_01", + "spirit" : "questap06", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 981257759, + "nm" : "emote_upgrade_jelly_01", + "spirit" : "jelly", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 981257759, + "id" : 427678888, + "nm" : "lootbox_rare_jelly_01", + "spirit" : "jelly", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 427678888, + "id" : 4210450566, + "nm" : "sheet14quad", + "spirit" : "jelly", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 427678888, + "id" : 1180351445, + "nm" : "tier_unlock_jelly_01", + "spirit" : "jelly", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 427678888, + "id" : 1923521180, + "nm" : "heart_jelly", + "spirit" : "jelly", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1180351445, + "id" : 478011745, + "nm" : "lootbox_rare_jelly_02", + "spirit" : "jelly", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "heart", + "dep" : 478011745, + "id" : 946432484, + "nm" : "CharSkyKid_Prop_IslandUmbrella_01", + "spirit" : "jelly", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 65, + "ctyp" : "candles", + "dep" : 478011745, + "id" : 1394323104, + "nm" : "CharSkyKid_Body_AP07CargoPants_01", + "spirit" : "jelly", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 42, + "ctyp" : "candles", + "dep" : 478011745, + "id" : 3711594408, + "nm" : "CharSkyKid_Hair_AP07Jellyfish_01", + "spirit" : "jelly", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 398001438, + "nm" : "emote_upgrade_timid_01", + "spirit" : "timid", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 398001438, + "id" : 3836961753, + "nm" : "sheet15quad", + "spirit" : "timid", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 398001438, + "id" : 3982612409, + "nm" : "lootbox_rare_timid_01", + "spirit" : "timid", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 42, + "ctyp" : "candles", + "dep" : 3982612409, + "id" : 185578776, + "nm" : "CharSkyKid_Hair_AP07Braid_01", + "spirit" : "timid", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 3982612409, + "id" : 232611920, + "nm" : "tier_unlock_timid_01", + "spirit" : "timid", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3982612409, + "id" : 102430559, + "nm" : "heart_timid", + "spirit" : "timid", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 232611920, + "id" : 3932279552, + "nm" : "lootbox_rare_timid_02", + "spirit" : "timid", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 3932279552, + "id" : 2091421626, + "nm" : "CharSkyKid_Wing_AP07Butterfly_01", + "spirit" : "timid", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 2091649771, + "nm" : "emote_upgrade_rally_01", + "spirit" : "rally", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 2091649771, + "id" : 2108427390, + "nm" : "emote_upgrade_rally_02", + "spirit" : "rally", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2091649771, + "id" : 1103030900, + "nm" : "lootbox_rare_rally_01", + "spirit" : "rally", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 42, + "ctyp" : "candles", + "dep" : 1103030900, + "id" : 3423843452, + "nm" : "CharSkyKid_Hair_AP07Undercut_01", + "spirit" : "rally", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 1103030900, + "id" : 2038686665, + "nm" : "tier_unlock_rally_01", + "spirit" : "rally", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1103030900, + "id" : 3044778000, + "nm" : "heart_rally", + "spirit" : "rally", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 2038686665, + "id" : 2125205009, + "nm" : "emote_upgrade_rally_03", + "spirit" : "rally", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 2125205009, + "id" : 2141982628, + "nm" : "emote_upgrade_rally_04", + "spirit" : "rally", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2125205009, + "id" : 1153363757, + "nm" : "lootbox_rare_rally_02", + "spirit" : "rally", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 1153363757, + "id" : 1796000040, + "nm" : "CharSkyKid_Body_AP07Jumpsuits_01", + "spirit" : "rally", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2766010805, + "id" : 1095707623, + "nm" : "lootbox_rare_21", + "spirit" : "bow", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "heart", + "dep" : 1062152385, + "id" : 1064146256, + "nm" : "CharSkyKid_Prop_Bass", + "spirit" : "scared", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "heart", + "dep" : 1095707623, + "id" : 3066704308, + "nm" : "CharSkyKid_Mask_ElderSunsetB", + "spirit" : "bow", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1759445913, + "nm" : "emote_upgrade_grumpy_01", + "spirit" : "grumpy", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 1759445913, + "id" : 1709113056, + "nm" : "emote_upgrade_grumpy_02", + "spirit" : "grumpy", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1759445913, + "id" : 343851988, + "nm" : "lootbox_rare_grumpy_01", + "spirit" : "grumpy", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 16, + "ctyp" : "heart", + "dep" : 1759445913, + "id" : 1480625729, + "nm" : "CharSkyKid_Prop_BeachChairCloth", + "spirit" : "grumpy", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 34, + "ctyp" : "candles", + "dep" : 343851988, + "id" : 2228385984, + "nm" : "CharSkyKid_Mask_AP07ThickBrows", + "spirit" : "grumpy", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 343851988, + "id" : 2102694431, + "nm" : "tier_unlock_grumpy_01", + "spirit" : "grumpy", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 343851988, + "id" : 3338062896, + "nm" : "heart_grumpy", + "spirit" : "grumpy", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 2102694431, + "id" : 1725890675, + "nm" : "emote_upgrade_grumpy_03", + "spirit" : "grumpy", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 1725890675, + "id" : 1809778770, + "nm" : "emote_upgrade_grumpy_04", + "spirit" : "grumpy", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1725890675, + "id" : 394184845, + "nm" : "lootbox_rare_grumpy_02", + "spirit" : "grumpy", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 42, + "ctyp" : "candles", + "dep" : 1725890675, + "id" : 579079763, + "nm" : "CharSkyKid_Hair_AP07Balding_01", + "spirit" : "grumpy", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 50, + "ctyp" : "candles", + "dep" : 394184845, + "id" : 1539087887, + "nm" : "CharSkyKid_Neck_AP07BowTie", + "spirit" : "grumpy", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 991821290, + "nm" : "emote_upgrade_gratitude_01", + "spirit" : "gratitude", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 991821290, + "id" : 975043671, + "nm" : "emote_upgrade_gratitude_02", + "spirit" : "gratitude", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 991821290, + "id" : 1429822313, + "nm" : "lootbox_rare_gratitude_01", + "spirit" : "gratitude", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 45, + "ctyp" : "candles", + "dep" : 991821290, + "id" : 2942701550, + "nm" : "CharSkyKid_Prop_BeachChairWood", + "spirit" : "gratitude", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 34, + "ctyp" : "candles", + "dep" : 1429822313, + "id" : 2589518446, + "nm" : "CharSkyKid_Hair_AP07BowlCut_01", + "spirit" : "gratitude", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 1429822313, + "id" : 3883920300, + "nm" : "tier_unlock_gratitude_01", + "spirit" : "gratitude", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1429822313, + "id" : 127970519, + "nm" : "heart_gratitude", + "spirit" : "gratitude", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 3883920300, + "id" : 958266052, + "nm" : "emote_upgrade_gratitude_03", + "spirit" : "gratitude", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 958266052, + "id" : 941488433, + "nm" : "emote_upgrade_gratitude_04", + "spirit" : "gratitude", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 958266052, + "id" : 1379489456, + "nm" : "lootbox_rare_gratitude_02", + "spirit" : "gratitude", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 1379489456, + "id" : 2230620057, + "nm" : "CharSkyKid_Wing_AP07Shell_01", + "spirit" : "gratitude", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 3332342563, + "nm" : "emote_upgrade_bellyscratch_01", + "spirit" : "bellyscratch", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 3332342563, + "id" : 3349120182, + "nm" : "emote_upgrade_bellyscratch_02", + "spirit" : "bellyscratch", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3332342563, + "id" : 1615025934, + "nm" : "lootbox_rare_bellyscratch_01", + "spirit" : "bellyscratch", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 20, + "ctyp" : "candles", + "dep" : 3332342563, + "id" : 3102291624, + "nm" : "CharSkyKid_Prop_BeachRecliner", + "spirit" : "bellyscratch", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 66, + "ctyp" : "candles", + "dep" : 1615025934, + "id" : 497608138, + "nm" : "CharSkyKid_Mask_AP07Sunglasses", + "spirit" : "bellyscratch", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 1615025934, + "id" : 3746858269, + "nm" : "tier_unlock_bellyscratch_01", + "spirit" : "bellyscratch", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1615025934, + "id" : 4251434318, + "nm" : "heart_bellyscratch", + "spirit" : "bellyscratch", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 3746858269, + "id" : 3365897801, + "nm" : "emote_upgrade_bellyscratch_03", + "spirit" : "bellyscratch", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 3365897801, + "id" : 3382675420, + "nm" : "emote_upgrade_bellyscratch_04", + "spirit" : "bellyscratch", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3365897801, + "id" : 1598248315, + "nm" : "lootbox_rare_bellyscratch_02", + "spirit" : "bellyscratch", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 44, + "ctyp" : "candles", + "dep" : 3365897801, + "id" : 2656707950, + "nm" : "CharSkyKid_Hair_AP07StrawHat_01", + "spirit" : "bellyscratch", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 1598248315, + "id" : 798847432, + "nm" : "CharSkyKid_Wing_AP07Aloha_01", + "spirit" : "bellyscratch", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 3648709602, + "nm" : "ap06unlock_ap07_fetch_01", + "spirit" : "questap07", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3648709602, + "id" : 1934097671, + "nm" : "heart_ap06unlock_ap07_fetch_01", + "spirit" : "questap07", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3648709602, + "id" : 3631931983, + "nm" : "ap06unlock_ap07_fetch_02", + "spirit" : "questap07", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3631931983, + "id" : 1950875290, + "nm" : "heart_ap06unlock_ap07_fetch_02", + "spirit" : "questap07", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3631931983, + "id" : 3615154364, + "nm" : "ap06unlock_ap07_fetch_03", + "spirit" : "questap07", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3615154364, + "id" : 1967652909, + "nm" : "heart_ap06unlock_ap07_fetch_03", + "spirit" : "questap07", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3615154364, + "id" : 3598376745, + "nm" : "ap06unlock_ap07_fetch_04", + "spirit" : "questap07", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3598376745, + "id" : 1850209576, + "nm" : "heart_ap06unlock_ap07_fetch_04", + "spirit" : "questap07", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3598376745, + "id" : 3581599126, + "nm" : "ap06unlock_ap07_fetch_05", + "spirit" : "questap07", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3581599126, + "id" : 1866987195, + "nm" : "heart_ap06unlock_ap07_fetch_05", + "spirit" : "questap07", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3581599126, + "id" : 3564821507, + "nm" : "ap06unlock_ap07_fetch_06", + "spirit" : "questap07", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3564821507, + "id" : 1883764814, + "nm" : "heart_ap06unlock_ap07_fetch_06", + "spirit" : "questap07", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 3564821507, + "id" : 3054069970, + "nm" : "relationship_ability_ap06unlock_ap07_hug", + "spirit" : "questap07", + "typ" : "relationship_ability" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_heart", + "dep" : 3648709602, + "id" : 268594609, + "nm" : "CharSkyKid_Neck_AP07Pendant", + "spirit" : "questap07", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_heart", + "dep" : 268594609, + "id" : 900914909, + "nm" : "CharSkyKid_Prop_AP07HandPan", + "spirit" : "questap07", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_heart", + "dep" : 900914909, + "id" : 1632614382, + "nm" : "CharSkyKid_Wing_AP07Manta_01", + "spirit" : "questap07", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 863045237, + "nm" : "emote_upgrade_deepbreath_01", + "spirit" : "deepbreath", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 863045237, + "id" : 812712380, + "nm" : "emote_upgrade_deepbreath_02", + "spirit" : "deepbreath", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 863045237, + "id" : 1028024104, + "nm" : "lootbox_rare_deepbreath_01", + "spirit" : "deepbreath", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 863045237, + "id" : 3813675315, + "nm" : "CharSkyKid_Prop_MuralWater", + "spirit" : "deepbreath", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 44, + "ctyp" : "candles", + "dep" : 1028024104, + "id" : 3106806383, + "nm" : "CharSkyKid_Hair_AP08Ponytail_01", + "spirit" : "deepbreath", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 1028024104, + "id" : 119751331, + "nm" : "tier_unlock_deepbreath_01", + "spirit" : "deepbreath", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1028024104, + "id" : 2523775580, + "nm" : "heart_deepbreath", + "spirit" : "deepbreath", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 119751331, + "id" : 829489999, + "nm" : "emote_upgrade_deepbreath_03", + "spirit" : "deepbreath", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 829489999, + "id" : 779157142, + "nm" : "emote_upgrade_deepbreath_04", + "spirit" : "deepbreath", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 829489999, + "id" : 1078356961, + "nm" : "lootbox_rare_deepbreath_02", + "spirit" : "deepbreath", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 54, + "ctyp" : "candles", + "dep" : 829489999, + "id" : 1841716599, + "nm" : "CharSkyKid_Mask_AP08Turtle", + "spirit" : "deepbreath", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 75, + "ctyp" : "candles", + "dep" : 1078356961, + "id" : 4174493120, + "nm" : "CharSkyKid_Wing_AP08Turtle_01", + "spirit" : "deepbreath", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 2065902740, + "nm" : "emote_upgrade_dustoff_01", + "spirit" : "dustoff", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 2065902740, + "id" : 2116235597, + "nm" : "emote_upgrade_dustoff_02", + "spirit" : "dustoff", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2065902740, + "id" : 452144287, + "nm" : "lootbox_rare_dustoff_01", + "spirit" : "dustoff", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 2065902740, + "id" : 1713655968, + "nm" : "CharSkyKid_Prop_MuralEarth", + "spirit" : "dustoff", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 44, + "ctyp" : "candles", + "dep" : 452144287, + "id" : 335244637, + "nm" : "CharSkyKid_Hair_AP08DoubleBun_01", + "spirit" : "dustoff", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 452144287, + "id" : 1395821686, + "nm" : "tier_unlock_dustoff_01", + "spirit" : "dustoff", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 452144287, + "id" : 2715084885, + "nm" : "heart_dustoff", + "spirit" : "dustoff", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 1395821686, + "id" : 2099457978, + "nm" : "emote_upgrade_dustoff_03", + "spirit" : "dustoff", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 2099457978, + "id" : 2015569883, + "nm" : "emote_upgrade_dustoff_04", + "spirit" : "dustoff", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2099457978, + "id" : 468921906, + "nm" : "lootbox_rare_dustoff_02", + "spirit" : "dustoff", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 2099457978, + "id" : 3707370519, + "nm" : "sheet16", + "spirit" : "dustoff", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 75, + "ctyp" : "candles", + "dep" : 468921906, + "id" : 839472537, + "nm" : "CharSkyKid_Wing_AP08Spider_01", + "spirit" : "dustoff", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 44, + "ctyp" : "candles", + "dep" : 468921906, + "id" : 874165952, + "nm" : "CharSkyKid_Mask_AP08Spider", + "spirit" : "dustoff", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 2926064015, + "nm" : "emote_upgrade_balance_01", + "spirit" : "balance", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 2926064015, + "id" : 2942841634, + "nm" : "emote_upgrade_balance_02", + "spirit" : "balance", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2926064015, + "id" : 2393650852, + "nm" : "lootbox_rare_balance_01", + "spirit" : "balance", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 2926064015, + "id" : 4011187760, + "nm" : "CharSkyKid_Prop_MuralAir", + "spirit" : "balance", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 44, + "ctyp" : "candles", + "dep" : 2393650852, + "id" : 3079030961, + "nm" : "CharSkyKid_Hair_AP08Braid_01", + "spirit" : "balance", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 2393650852, + "id" : 2082093789, + "nm" : "tier_unlock_balance_01", + "spirit" : "balance", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2393650852, + "id" : 1214220808, + "nm" : "heart_balance", + "spirit" : "balance", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 2082093789, + "id" : 2959619253, + "nm" : "emote_upgrade_balance_03", + "spirit" : "balance", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 2959619253, + "id" : 2842175920, + "nm" : "emote_upgrade_balance_04", + "spirit" : "balance", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2959619253, + "id" : 2443983709, + "nm" : "lootbox_rare_balance_02", + "spirit" : "balance", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 54, + "ctyp" : "candles", + "dep" : 2959619253, + "id" : 1803698272, + "nm" : "CharSkyKid_Mask_AP08Bat", + "spirit" : "balance", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 75, + "ctyp" : "candles", + "dep" : 2443983709, + "id" : 2520550531, + "nm" : "CharSkyKid_Wing_AP08Bat_01", + "spirit" : "balance", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 991862134, + "nm" : "emote_upgrade_chestpound_01", + "spirit" : "chestpound", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 991862134, + "id" : 975084515, + "nm" : "emote_upgrade_chestpound_02", + "spirit" : "chestpound", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 991862134, + "id" : 2754369503, + "nm" : "lootbox_rare_chestpound_01", + "spirit" : "chestpound", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 991862134, + "id" : 2026179880, + "nm" : "CharSkyKid_Prop_MuralFire", + "spirit" : "chestpound", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 44, + "ctyp" : "candles", + "dep" : 2754369503, + "id" : 1292019970, + "nm" : "CharSkyKid_Hair_AP08ShortDreads_01", + "spirit" : "chestpound", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 2754369503, + "id" : 1215864052, + "nm" : "tier_unlock_chestpound_01", + "spirit" : "chestpound", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2754369503, + "id" : 1326326953, + "nm" : "heart_chestpound", + "spirit" : "chestpound", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 1215864052, + "id" : 958306896, + "nm" : "emote_upgrade_chestpound_03", + "spirit" : "chestpound", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 958306896, + "id" : 1075750229, + "nm" : "emote_upgrade_chestpound_04", + "spirit" : "chestpound", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 958306896, + "id" : 2771147122, + "nm" : "lootbox_rare_chestpound_02", + "spirit" : "chestpound", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 958306896, + "id" : 3690592900, + "nm" : "sheet17", + "spirit" : "chestpound", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 54, + "ctyp" : "candles", + "dep" : 2771147122, + "id" : 2810531591, + "nm" : "CharSkyKid_Mask_AP08Lion", + "spirit" : "chestpound", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 75, + "ctyp" : "candles", + "dep" : 2771147122, + "id" : 19011829, + "nm" : "CharSkyKid_Body_AP08BaggyPants_01", + "spirit" : "chestpound", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 13, + "ctyp" : "heart", + "dep" : 2771147122, + "id" : 660764419, + "nm" : "CharSkyKid_Prop_AP08Brazier_01", + "spirit" : "chestpound", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 2370150673, + "nm" : "ap06unlock_ap08_fetch_01", + "spirit" : "questap08", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2370150673, + "id" : 3427004556, + "nm" : "heart_ap06unlock_ap08_fetch_01", + "spirit" : "questap08", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2370150673, + "id" : 2319817816, + "nm" : "ap06unlock_ap08_fetch_02", + "spirit" : "questap08", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2319817816, + "id" : 3477337413, + "nm" : "heart_ap06unlock_ap08_fetch_02", + "spirit" : "questap08", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2319817816, + "id" : 2336595435, + "nm" : "ap06unlock_ap08_fetch_03", + "spirit" : "questap08", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2336595435, + "id" : 3460559794, + "nm" : "heart_ap06unlock_ap08_fetch_03", + "spirit" : "questap08", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2336595435, + "id" : 2420483530, + "nm" : "ap06unlock_ap08_fetch_04", + "spirit" : "questap08", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2420483530, + "id" : 3376671699, + "nm" : "heart_ap06unlock_ap08_fetch_04", + "spirit" : "questap08", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 2420483530, + "id" : 3727400007, + "nm" : "relationship_ability_ap06unlock_ap08_hug", + "spirit" : "questap08", + "typ" : "relationship_ability" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_heart", + "dep" : 2370150673, + "id" : 1178170170, + "nm" : "CharSkyKid_Neck_AP08Pendant", + "spirit" : "questap08", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 2, + "ctyp" : "season_heart", + "dep" : 1178170170, + "id" : 3499881140, + "nm" : "CharSkyKid_Prop_AP08Dundun", + "spirit" : "questap08", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1641282151, + "nm" : "emote_upgrade_showdance_01", + "spirit" : "showdance", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 1641282151, + "id" : 1658059770, + "nm" : "emote_upgrade_showdance_02", + "spirit" : "showdance", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1641282151, + "id" : 4168620448, + "nm" : "lootbox_rare_showdance_01", + "spirit" : "showdance", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 45, + "ctyp" : "candles", + "dep" : 4168620448, + "id" : 3151596915, + "nm" : "CharSkyKid_Hair_AP09Hat_01", + "spirit" : "showdance", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 4168620448, + "id" : 3145893461, + "nm" : "tier_unlock_showdance_01", + "spirit" : "showdance", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 4168620448, + "id" : 3825452932, + "nm" : "heart_showdance", + "spirit" : "showdance", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 3145893461, + "id" : 1674837389, + "nm" : "emote_upgrade_showdance_03", + "spirit" : "showdance", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 1674837389, + "id" : 1557394056, + "nm" : "emote_upgrade_showdance_04", + "spirit" : "showdance", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1674837389, + "id" : 4218953305, + "nm" : "lootbox_rare_showdance_02", + "spirit" : "showdance", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 48, + "ctyp" : "candles", + "dep" : 1674837389, + "id" : 377387846, + "nm" : "CharSkyKid_Mask_AP09Pigeon_01", + "spirit" : "showdance", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 4218953305, + "id" : 2912111789, + "nm" : "CharSkyKid_Prop_AP09Lute_01", + "spirit" : "showdance", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 75, + "ctyp" : "candles", + "dep" : 4218953305, + "id" : 122710957, + "nm" : "CharSkyKid_Wing_AP09Robe_01", + "spirit" : "showdance", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 3593839192, + "nm" : "emote_upgrade_peek_01", + "spirit" : "peek", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 3593839192, + "id" : 3644172049, + "nm" : "emote_upgrade_peek_02", + "spirit" : "peek", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3593839192, + "id" : 1659564413, + "nm" : "lootbox_rare_peek_01", + "spirit" : "peek", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 3593839192, + "id" : 3539594329, + "nm" : "sheet18", + "spirit" : "peek", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 54, + "ctyp" : "candles", + "dep" : 1659564413, + "id" : 1227125760, + "nm" : "CharSkyKid_Mask_AP09Rabbit_01", + "spirit" : "peek", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 1659564413, + "id" : 90478186, + "nm" : "tier_unlock_peek_01", + "spirit" : "peek", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1659564413, + "id" : 2126856787, + "nm" : "heart_peek", + "spirit" : "peek", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 90478186, + "id" : 3627394430, + "nm" : "emote_upgrade_peek_03", + "spirit" : "peek", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 3627394430, + "id" : 3677727287, + "nm" : "emote_upgrade_peek_04", + "spirit" : "peek", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3627394430, + "id" : 1609231556, + "nm" : "lootbox_rare_peek_02", + "spirit" : "peek", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 65, + "ctyp" : "candles", + "dep" : 3627394430, + "id" : 3561435747, + "nm" : "CharSkyKid_Wing_AP09Waves_01", + "spirit" : "peek", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 48, + "ctyp" : "candles", + "dep" : 1609231556, + "id" : 2757535836, + "nm" : "CharSkyKid_Body_AP09Uniform_01", + "spirit" : "peek", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 36, + "ctyp" : "candles", + "dep" : 1609231556, + "id" : 1401690627, + "nm" : "CharSkyKid_Feet_AP09UniformBoots", + "spirit" : "peek", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 2455809130, + "nm" : "emote_upgrade_spintrick_01", + "spirit" : "spintrick", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 2455809130, + "id" : 2439031511, + "nm" : "emote_upgrade_spintrick_02", + "spirit" : "spintrick", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2455809130, + "id" : 766110985, + "nm" : "lootbox_rare_spintrick_01", + "spirit" : "spintrick", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 44, + "ctyp" : "candles", + "dep" : 766110985, + "id" : 3273609261, + "nm" : "CharSkyKid_Hair_AP09MultiBuns_01", + "spirit" : "spintrick", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 766110985, + "id" : 21729632, + "nm" : "tier_unlock_spintrick_01", + "spirit" : "spintrick", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 766110985, + "id" : 3199916659, + "nm" : "heart_spintrick", + "spirit" : "spintrick", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 21729632, + "id" : 2422253892, + "nm" : "emote_upgrade_spintrick_03", + "spirit" : "spintrick", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 2422253892, + "id" : 2405476273, + "nm" : "emote_upgrade_spintrick_04", + "spirit" : "spintrick", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2422253892, + "id" : 715778128, + "nm" : "lootbox_rare_spintrick_02", + "spirit" : "spintrick", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 42, + "ctyp" : "candles", + "dep" : 2422253892, + "id" : 2040915884, + "nm" : "CharSkyKid_Mask_AP09Quail_01", + "spirit" : "spintrick", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 715778128, + "id" : 3026076378, + "nm" : "CharSkyKid_Wing_AP09Fur_01", + "spirit" : "spintrick", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 781980541, + "nm" : "emote_upgrade_bearhug_01", + "spirit" : "bearhug", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 781980541, + "id" : 3522816710, + "nm" : "sheet19", + "spirit" : "bearhug", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 781980541, + "id" : 1010989742, + "nm" : "lootbox_rare_bearhug_01", + "spirit" : "bearhug", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 42, + "ctyp" : "candles", + "dep" : 1010989742, + "id" : 2066928294, + "nm" : "CharSkyKid_Horn_AP09Yeti_01", + "spirit" : "bearhug", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 1010989742, + "id" : 262817579, + "nm" : "tier_unlock_bearhug_01", + "spirit" : "bearhug", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1010989742, + "id" : 3005074138, + "nm" : "heart_bearhug", + "spirit" : "bearhug", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 262817579, + "id" : 994212123, + "nm" : "lootbox_rare_bearhug_02", + "spirit" : "bearhug", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 8, + "ctyp" : "heart", + "dep" : 994212123, + "id" : 731647684, + "nm" : "emote_upgrade_bearhug_02", + "spirit" : "bearhug", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 994212123, + "id" : 2037585691, + "nm" : "CharSkyKid_Body_AP09Yeti_01", + "spirit" : "bearhug", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 50, + "ctyp" : "candles", + "dep" : 994212123, + "id" : 1181948107, + "nm" : "CharSkyKid_Hair_AP09Yeti_01", + "spirit" : "bearhug", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 181955821, + "nm" : "teleport_to_questap09", + "spirit" : "questap09", + "typ" : "teleport_to" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 181955821, + "id" : 4216395888, + "nm" : "ap06unlock_ap09_fetch_01", + "spirit" : "questap09", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 4216395888, + "id" : 908076365, + "nm" : "heart_ap06unlock_ap09_fetch_01", + "spirit" : "questap09", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 4216395888, + "id" : 4266728745, + "nm" : "ap06unlock_ap09_fetch_02", + "spirit" : "questap09", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 4266728745, + "id" : 857743508, + "nm" : "heart_ap06unlock_ap09_fetch_02", + "spirit" : "questap09", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 4266728745, + "id" : 4249951126, + "nm" : "ap06unlock_ap09_fetch_03", + "spirit" : "questap09", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 4249951126, + "id" : 874521127, + "nm" : "heart_ap06unlock_ap09_fetch_03", + "spirit" : "questap09", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 4249951126, + "id" : 5316687, + "nm" : "ap06unlock_ap09_fetch_04", + "spirit" : "questap09", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 5316687, + "id" : 824188270, + "nm" : "heart_ap06unlock_ap09_fetch_04", + "spirit" : "questap09", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 5316687, + "id" : 4283506364, + "nm" : "ap06unlock_ap09_fetch_05", + "spirit" : "questap09", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 4283506364, + "id" : 840965889, + "nm" : "heart_ap06unlock_ap09_fetch_05", + "spirit" : "questap09", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 4283506364, + "id" : 2441840136, + "nm" : "relationship_ability_ap06unlock_ap09_hug", + "spirit" : "questap09", + "typ" : "relationship_ability" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_heart", + "dep" : 4216395888, + "id" : 1096380139, + "nm" : "CharSkyKid_Neck_AP09Pendant", + "spirit" : "questap09", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 2, + "ctyp" : "season_heart", + "dep" : 1096380139, + "id" : 1804120909, + "nm" : "CharSkyKid_Mask_AP09Phoenix_01", + "spirit" : "questap09", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 2, + "ctyp" : "season_heart", + "dep" : 1804120909, + "id" : 441553228, + "nm" : "CharSkyKid_Wing_AP09Phoenix_01", + "spirit" : "questap09", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 2144611806, + "nm" : "emote_upgrade_chuckle_01", + "spirit" : "chuckle", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 2144611806, + "id" : 2127834187, + "nm" : "emote_upgrade_chuckle_02", + "spirit" : "chuckle", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2144611806, + "id" : 2863033469, + "nm" : "lootbox_rare_chuckle_01", + "spirit" : "chuckle", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 36, + "ctyp" : "candles", + "dep" : 2863033469, + "id" : 968949049, + "nm" : "CharSkyKid_Mask_AP10Sticks_01", + "spirit" : "chuckle", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 2863033469, + "id" : 1437313284, + "nm" : "tier_unlock_chuckle_01", + "spirit" : "chuckle", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2863033469, + "id" : 293476959, + "nm" : "heart_chuckle", + "spirit" : "chuckle", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 1437313284, + "id" : 2111056568, + "nm" : "emote_upgrade_chuckle_03", + "spirit" : "chuckle", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 2111056568, + "id" : 2228499901, + "nm" : "emote_upgrade_chuckle_04", + "spirit" : "chuckle", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2111056568, + "id" : 2812700612, + "nm" : "lootbox_rare_chuckle_02", + "spirit" : "chuckle", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 46, + "ctyp" : "candles", + "dep" : 2111056568, + "id" : 4235588648, + "nm" : "CharSkyKid_Body_AP10Overalls_01", + "spirit" : "chuckle", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 32, + "ctyp" : "candles", + "dep" : 2812700612, + "id" : 2446385866, + "nm" : "CharSkyKid_Feet_AP10Overalls", + "spirit" : "chuckle", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 45, + "ctyp" : "candles", + "dep" : 2812700612, + "id" : 1661108877, + "nm" : "CharSkyKid_Prop_AP10Hoop_01", + "spirit" : "chuckle", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 594005638, + "nm" : "emote_upgrade_bubbles_01", + "spirit" : "bubbles", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 594005638, + "id" : 577228019, + "nm" : "emote_upgrade_bubbles_02", + "spirit" : "bubbles", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 594005638, + "id" : 2716815909, + "nm" : "lootbox_rare_bubbles_01", + "spirit" : "bubbles", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 24, + "ctyp" : "candles", + "dep" : 2716815909, + "id" : 2971069819, + "nm" : "CharSkyKid_Mask_AP10MaskA_01", + "spirit" : "bubbles", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 2716815909, + "id" : 4107771296, + "nm" : "tier_unlock_bubbles_01", + "spirit" : "bubbles", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2716815909, + "id" : 3236170187, + "nm" : "heart_bubbles", + "spirit" : "bubbles", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 4107771296, + "id" : 560450400, + "nm" : "emote_upgrade_bubbles_03", + "spirit" : "bubbles", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 560450400, + "id" : 677893733, + "nm" : "emote_upgrade_bubbles_04", + "spirit" : "bubbles", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 560450400, + "id" : 2666483052, + "nm" : "lootbox_rare_bubbles_02", + "spirit" : "bubbles", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 560450400, + "id" : 3774628090, + "nm" : "sheet20", + "spirit" : "bubbles", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 44, + "ctyp" : "candles", + "dep" : 2666483052, + "id" : 1182848068, + "nm" : "CharSkyKid_Hair_AP10StrawCrown_01", + "spirit" : "bubbles", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 3791673434, + "nm" : "emote_upgrade_marching_01", + "spirit" : "marching", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 3791673434, + "id" : 3774895815, + "nm" : "emote_upgrade_marching_02", + "spirit" : "marching", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3791673434, + "id" : 2090552927, + "nm" : "lootbox_rare_marching_01", + "spirit" : "marching", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 30, + "ctyp" : "candles", + "dep" : 2090552927, + "id" : 3694334425, + "nm" : "CharSkyKid_Mask_AP10Eyepatch_01", + "spirit" : "marching", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 2090552927, + "id" : 4156067176, + "nm" : "tier_unlock_marching_01", + "spirit" : "marching", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2090552927, + "id" : 2882828497, + "nm" : "heart_marching", + "spirit" : "marching", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 4156067176, + "id" : 3758118196, + "nm" : "emote_upgrade_marching_03", + "spirit" : "marching", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 3758118196, + "id" : 3741340577, + "nm" : "emote_upgrade_marching_04", + "spirit" : "marching", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3758118196, + "id" : 2107330546, + "nm" : "lootbox_rare_marching_02", + "spirit" : "marching", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 45, + "ctyp" : "candles", + "dep" : 3758118196, + "id" : 985301559, + "nm" : "CharSkyKid_Hair_AP10PonytailDreads_01", + "spirit" : "marching", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 55, + "ctyp" : "candles", + "dep" : 2107330546, + "id" : 2532849479, + "nm" : "CharSkyKid_Prop_AP10Torch_01", + "spirit" : "marching", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 280303102, + "nm" : "emote_upgrade_facepalm_01", + "spirit" : "facepalm", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 280303102, + "id" : 263525483, + "nm" : "emote_upgrade_facepalm_02", + "spirit" : "facepalm", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 280303102, + "id" : 1042872915, + "nm" : "lootbox_rare_facepalm_01", + "spirit" : "facepalm", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 24, + "ctyp" : "candles", + "dep" : 1042872915, + "id" : 1917305945, + "nm" : "CharSkyKid_Mask_AP10MaskC_01", + "spirit" : "facepalm", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 1042872915, + "id" : 306860132, + "nm" : "tier_unlock_facepalm_01", + "spirit" : "facepalm", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1042872915, + "id" : 319751693, + "nm" : "heart_facepalm", + "spirit" : "facepalm", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 306860132, + "id" : 246747864, + "nm" : "emote_upgrade_facepalm_03", + "spirit" : "facepalm", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 246747864, + "id" : 364191197, + "nm" : "emote_upgrade_facepalm_04", + "spirit" : "facepalm", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 246747864, + "id" : 1059650534, + "nm" : "lootbox_rare_facepalm_02", + "spirit" : "facepalm", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 45, + "ctyp" : "candles", + "dep" : 246747864, + "id" : 1861676609, + "nm" : "CharSkyKid_Hair_AP10LongBangs_01", + "spirit" : "facepalm", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 45, + "ctyp" : "candles", + "dep" : 1059650534, + "id" : 2200254997, + "nm" : "CharSkyKid_Prop_AP10Spotlight_01", + "spirit" : "facepalm", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 2321315673, + "nm" : "emote_upgrade_tsktsk_01", + "spirit" : "tsktsk", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 2321315673, + "id" : 2270982816, + "nm" : "emote_upgrade_tsktsk_02", + "spirit" : "tsktsk", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2321315673, + "id" : 1404585208, + "nm" : "lootbox_rare_tsktsk_01", + "spirit" : "tsktsk", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 24, + "ctyp" : "candles", + "dep" : 1404585208, + "id" : 3367308484, + "nm" : "CharSkyKid_Mask_AP10MaskB_01", + "spirit" : "tsktsk", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 1404585208, + "id" : 2480063031, + "nm" : "tier_unlock_tsktsk_01", + "spirit" : "tsktsk", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1404585208, + "id" : 679545884, + "nm" : "heart_tsktsk", + "spirit" : "tsktsk", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 2480063031, + "id" : 2287760435, + "nm" : "emote_upgrade_tsktsk_03", + "spirit" : "tsktsk", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 2287760435, + "id" : 2371648530, + "nm" : "emote_upgrade_tsktsk_04", + "spirit" : "tsktsk", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2287760435, + "id" : 1454918065, + "nm" : "lootbox_rare_tsktsk_02", + "spirit" : "tsktsk", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 50, + "ctyp" : "candles", + "dep" : 1454918065, + "id" : 3995121582, + "nm" : "CharSkyKid_Hair_AP10FrontBraids_01", + "spirit" : "tsktsk", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 1454918065, + "id" : 3696148119, + "nm" : "CharSkyKid_Wing_AP10GreenCape_01", + "spirit" : "tsktsk", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 675356224, + "nm" : "emote_upgrade_eww_01", + "spirit" : "eww", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 675356224, + "id" : 725689081, + "nm" : "emote_upgrade_eww_02", + "spirit" : "eww", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 675356224, + "id" : 2509540395, + "nm" : "lootbox_rare_eww_01", + "spirit" : "eww", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 24, + "ctyp" : "candles", + "dep" : 2509540395, + "id" : 863399530, + "nm" : "CharSkyKid_Mask_AP10MaskD_01", + "spirit" : "eww", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 2509540395, + "id" : 4038282042, + "nm" : "tier_unlock_eww_01", + "spirit" : "eww", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2509540395, + "id" : 1451816497, + "nm" : "heart_eww", + "spirit" : "eww", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 4038282042, + "id" : 708911462, + "nm" : "emote_upgrade_eww_03", + "spirit" : "eww", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 708911462, + "id" : 759244319, + "nm" : "emote_upgrade_eww_04", + "spirit" : "eww", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 708911462, + "id" : 2526318014, + "nm" : "lootbox_rare_eww_02", + "spirit" : "eww", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 708911462, + "id" : 3791405709, + "nm" : "sheet21", + "spirit" : "eww", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 45, + "ctyp" : "candles", + "dep" : 2526318014, + "id" : 563247171, + "nm" : "CharSkyKid_Hair_AP10Bandana_01", + "spirit" : "eww", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 55, + "ctyp" : "candles", + "dep" : 2526318014, + "id" : 1994487329, + "nm" : "CharSkyKid_Prop_AP10Hammock_01", + "spirit" : "eww", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 4285316061, + "nm" : "lootbox_shared_questap10_01", + "spirit" : "questap10", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 4285316061, + "evn" : "farmers_market_questap10", + "id" : 131770059, + "nm" : "teleport_to_questap10", + "spirit" : "questap10", + "typ" : "teleport_to" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 4285316061, + "id" : 2032013426, + "nm" : "ap06unlock_ap10_fetch_01", + "spirit" : "questap10", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2032013426, + "id" : 4271839043, + "nm" : "heart_ap06unlock_ap10_fetch_01", + "spirit" : "questap10", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 2032013426, + "id" : 884703531, + "nm" : "relationship_ability_ap06unlock_ap10_high_five", + "spirit" : "questap10", + "typ" : "relationship_ability" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 884703531, + "id" : 2015235807, + "nm" : "ap06unlock_ap10_fetch_02", + "spirit" : "questap10", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2015235807, + "id" : 1748930676, + "nm" : "CharSkyKid_Prop_AP10Pillow_01", + "spirit" : "questap10", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2015235807, + "id" : 1998458188, + "nm" : "ap06unlock_ap10_fetch_03", + "spirit" : "questap10", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1998458188, + "id" : 10426985, + "nm" : "heart_ap06unlock_ap10_fetch_03", + "spirit" : "questap10", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 1998458188, + "id" : 2786722358, + "nm" : "relationship_ability_ap06unlock_ap10_hug", + "spirit" : "questap10", + "typ" : "relationship_ability" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2786722358, + "id" : 1981680569, + "nm" : "ap06unlock_ap10_fetch_04", + "spirit" : "questap10", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 8, + "ctyp" : "candles", + "dep" : 1981680569, + "id" : 858492530, + "nm" : "CharSkyKid_Prop_AP10Jar_01", + "spirit" : "questap10", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1981680569, + "id" : 1964902950, + "nm" : "ap06unlock_ap10_fetch_05", + "spirit" : "questap10", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 12, + "ctyp" : "heart", + "dep" : 1964902950, + "id" : 313507026, + "nm" : "CharSkyKid_Prop_AP10Brazier_01", + "spirit" : "questap10", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 1964902950, + "id" : 843624684, + "nm" : "relationship_ability_ap06unlock_ap10_double_five", + "spirit" : "questap10", + "typ" : "relationship_ability" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 843624684, + "id" : 1948125331, + "nm" : "ap06unlock_ap10_fetch_06", + "spirit" : "questap10", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1948125331, + "id" : 60759842, + "nm" : "heart_ap06unlock_ap10_fetch_06", + "spirit" : "questap10", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 24, + "ctyp" : "heart", + "dep" : 1948125331, + "id" : 2781793496, + "nm" : "CharSkyKid_Prop_AP10Tent_01", + "spirit" : "questap10", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 30, + "ctyp" : "candles", + "dep" : 1948125331, + "id" : 1079120316, + "nm" : "CharSkyKid_Prop_AP10Bookshelf_01", + "spirit" : "questap10", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_heart", + "dep" : 2032013426, + "id" : 801960077, + "nm" : "CharSkyKid_Neck_AP10Pendant", + "spirit" : "questap10", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 1, + "ctyp" : "season_heart", + "dep" : 801960077, + "id" : 2539746779, + "nm" : "CharSkyKid_Mask_AP10QuestGiver_01", + "spirit" : "questap10", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 1, + "ctyp" : "season_heart", + "dep" : 2539746779, + "id" : 4197706078, + "nm" : "CharSkyKid_Hair_AP10PotHat_01", + "spirit" : "questap10", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 2, + "ctyp" : "season_heart", + "dep" : 4197706078, + "id" : 3398864498, + "nm" : "CharSkyKid_Prop_AP10Bugle_01", + "spirit" : "questap10", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 2, + "ctyp" : "season_heart", + "dep" : 3398864498, + "id" : 748003864, + "nm" : "CharSkyKid_Wing_AP10YellowCape_01", + "spirit" : "questap10", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "candles", + "dep" : 0, + "evn" : "global_skyfest", + "id" : 3277460693, + "nm" : "lootbox_cake_anniversary2_06", + "spirit" : "questanniversary", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "event_candle_days_of_sky", + "dep" : 3277460693, + "evn" : "global_skyfest", + "id" : 820123732, + "nm" : "CharSkyKid_Prop_StarJar", + "spirit" : "questanniversary", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "event_candle_days_of_sky", + "dep" : 3277460693, + "evn" : "global_skyfest", + "id" : 232888027, + "nm" : "CharSkyKid_Horn_BirthdayHat_05", + "spirit" : "questanniversary", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 10, + "ctyp" : "event_candle_days_of_sky", + "dep" : 3277460693, + "evn" : "global_skyfest", + "id" : 2882619199, + "nm" : "CharSkyKid_Body_BirthdayShirt_05", + "spirit" : "questanniversary", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 7, + "ctyp" : "event_candle_days_of_sky", + "dep" : 232888027, + "evn" : "global_skyfest", + "id" : 2798263765, + "nm" : "CharSkyKid_Prop_JenovaFan", + "spirit" : "questanniversary", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "candles", + "dep" : 232888027, + "evn" : "global_skyfest", + "id" : 2221310836, + "nm" : "lootbox_cake2_anniversary2_05", + "spirit" : "questanniversary", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 10, + "ctyp" : "heart", + "dep" : 232888027, + "evn" : "global_skyfest", + "id" : 2597732671, + "nm" : "sheetHappyBirthday", + "spirit" : "questanniversary", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 20, + "ctyp" : "candles", + "dep" : 2221310836, + "evn" : "global_skyfest", + "id" : 3300553109, + "nm" : "CharSkyKid_Prop_BirthdayFlags_01", + "spirit" : "questanniversary", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "candles", + "dep" : 2221310836, + "evn" : "global_skyfest", + "id" : 2271643693, + "nm" : "lootbox_cake2_anniversary2_06", + "spirit" : "questanniversary", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 33, + "ctyp" : "prestige", + "dep" : 2221310836, + "evn" : "global_skyfest", + "id" : 3872219060, + "nm" : "CharSkyKid_Prop_MusicShellOffice", + "spirit" : "questanniversary", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 20, + "ctyp" : "candles", + "dep" : 2271643693, + "evn" : "global_skyfest", + "id" : 3082302140, + "nm" : "CharSkyKid_Prop_LightFence_01", + "spirit" : "questanniversary", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "candles", + "dep" : 2271643693, + "evn" : "global_skyfest", + "id" : 2254866074, + "nm" : "lootbox_cake2_anniversary2_07", + "spirit" : "questanniversary", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 33, + "ctyp" : "heart", + "dep" : 2271643693, + "evn" : "global_skyfest", + "id" : 4031431925, + "nm" : "CharSkyKid_Prop_DiscoLight", + "spirit" : "questanniversary", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 30, + "ctyp" : "candles", + "dep" : 2254866074, + "evn" : "global_skyfest", + "id" : 2472280620, + "nm" : "CharSkyKid_Prop_Balloon_01", + "spirit" : "questanniversary", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 20, + "ctyp" : "heart", + "dep" : 2254866074, + "evn" : "global_skyfest", + "id" : 2710392028, + "nm" : "CharSkyKid_Prop_Cannon_01", + "spirit" : "questanniversary", + "typ" : "outfit" + } + ], + "spirit_shops_total_count" : 1909, + "spirit_shops_version" : 274217 + } + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { //this is seasonal spirits + "spirit_shops" : [ + { + "ap" : false, + "cst" : 2, + "ctyp" : "candles", + "dep" : 0, + "evn" : "global_feast", + "id" : 605271777, + "nm" : "lootbox_xmas_tgc_santa_01", + "spirit" : "tgc_santa", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 605271777, + "evn" : "global_feast", + "id" : 2298243732, + "nm" : "heart_tgc_santa", + "spirit" : "tgc_santa", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "candles", + "dep" : 605271777, + "evn" : "global_feast", + "id" : 571716539, + "nm" : "lootbox_xmas_tgc_santa_03", + "spirit" : "tgc_santa", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "heart", + "dep" : 571716539, + "evn" : "global_feast", + "id" : 148607714, + "nm" : "CharSkyKid_Neck_Xmas", + "spirit" : "tgc_santa", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "candles", + "dep" : 571716539, + "evn" : "global_feast", + "id" : 655604634, + "nm" : "lootbox_xmas_tgc_santa_04", + "spirit" : "tgc_santa", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 65, + "ctyp" : "candles", + "dep" : 655604634, + "evn" : "global_feast", + "id" : 1433045050, + "nm" : "CharSkyKid_Wing_Xmas", + "spirit" : "tgc_santa", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "candles", + "dep" : 655604634, + "evn" : "global_feast", + "id" : 672382253, + "nm" : "lootbox_xmas_tgc_santa_05", + "spirit" : "tgc_santa", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 150, + "ctyp" : "candles", + "dep" : 672382253, + "evn" : "global_feast", + "id" : 2850020126, + "nm" : "CharSkyKid_Prop_TableXmas", + "spirit" : "tgc_santa", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 0, + "evn" : "global_feast", + "id" : 500247604, + "nm" : "lootbox_rainbow3_questfeast_01", + "spirit" : "questfeast", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 10, + "ctyp" : "candles", + "dep" : 500247604, + "evn" : "global_feast", + "id" : 3673962376, + "nm" : "sheet26", + "spirit" : "questfeast", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 500247604, + "evn" : "global_feast", + "id" : 550580461, + "nm" : "lootbox_rainbow3_questfeast_02", + "spirit" : "questfeast", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 10, + "ctyp" : "candles", + "dep" : 500247604, + "evn" : "global_feast", + "id" : 3595700561, + "nm" : "CharSkyKid_Prop_PillowXmas", + "spirit" : "questfeast", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 50, + "ctyp" : "candles", + "dep" : 550580461, + "evn" : "global_feast", + "id" : 1274410097, + "nm" : "CharSkyKid_Neck_WinterScarf_01", + "spirit" : "questfeast", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 20, + "ctyp" : "heart", + "dep" : 550580461, + "evn" : "global_feast", + "id" : 1854693120, + "nm" : "CharSkyKid_Hair_WinterHat_01", + "spirit" : "questfeast", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 1, + "ctyp" : "candles", + "dep" : 0, + "evn" : "global_feast", + "id" : 2950732625, + "nm" : "lootbox_rare_questfeast_yeti_01", + "spirit" : "questfeast_yeti", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 120, + "ctyp" : "candles", + "dep" : 2950732625, + "evn" : "global_feast", + "id" : 4038870504, + "nm" : "CharSkyKid_Prop_Snowman", + "spirit" : "questfeast_yeti", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 60, + "ctyp" : "candles", + "dep" : 2950732625, + "evn" : "global_feast", + "id" : 1627709855, + "nm" : "CharSkyKid_Mask_YetiGoggles", + "spirit" : "questfeast_yeti", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 0, + "evn" : "global_feast", + "id" : 1190546556, + "nm" : "lootbox_epic_peek_ec_vendor_01", + "spirit" : "peek_ec_vendor", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 44, + "ctyp" : "event_candle_days_of_feast", + "dep" : 1190546556, + "evn" : "global_feast", + "id" : 1123438996, + "nm" : "CharSkyKid_Prop_Snowboard", + "spirit" : "peek_ec_vendor", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 19, + "ctyp" : "event_candle_days_of_feast", + "dep" : 1190546556, + "evn" : "global_feast", + "id" : 96846842, + "nm" : "CharSkyKid_Horn_Pinecone", + "spirit" : "peek_ec_vendor", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "evn" : "feast_toyvendorforever", + "id" : 2843923382, + "nm" : "lootbox_rare_toyvendor_invis_ec_vendor_01", + "spirit" : "toyvendor_invis", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 150, + "ctyp" : "candles", + "dep" : 2843923382, + "evn" : "feast_toyvendorforever", + "id" : 3056648015, + "nm" : "CharSkyKid_Prop_PlaceableRace", + "spirit" : "toyvendor_invis", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 0, + "evn" : "global_competition", + "id" : 4263412346, + "nm" : "lootbox_epic_competition_01", + "spirit" : "questcompetition", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 25, + "ctyp" : "event_candle_days_of_competition", + "dep" : 4263412346, + "evn" : "global_competition", + "id" : 1333659676, + "nm" : "CharSkyKid_Hair_Greek", + "spirit" : "questcompetition", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 37, + "ctyp" : "event_candle_days_of_competition", + "dep" : 4263412346, + "evn" : "global_competition", + "id" : 3419274280, + "nm" : "CharSkyKid_Prop_CompetitionTorch", + "spirit" : "questcompetition", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "evn" : "global_daysoffortune", + "id" : 3252531840, + "nm" : "teleport_to_questfortune", + "spirit" : "questfortune", + "typ" : "teleport_to" + }, + { + "ap" : false, + "cst" : 14, + "ctyp" : "event_candle_days_of_fortune", + "dep" : 3252531840, + "evn" : "global_daysoffortune", + "id" : 804970623, + "nm" : "CharSkyKid_Mask_Dragon", + "spirit" : "questfortune", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3252531840, + "evn" : "global_daysoffortune", + "id" : 4087582066, + "nm" : "lootbox_fortune_questfortune_01", + "spirit" : "questfortune", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 34, + "ctyp" : "event_candle_days_of_fortune", + "dep" : 3252531840, + "evn" : "global_daysoffortune", + "id" : 2164056940, + "nm" : "CharSkyKid_Prop_FortuneDrum", + "spirit" : "questfortune", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 62, + "ctyp" : "candles", + "dep" : 4087582066, + "evn" : "global_daysoffortune", + "id" : 1786772661, + "nm" : "CharSkyKid_Mask_FortuneRabbit", + "spirit" : "questfortune", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 4087582066, + "evn" : "global_daysoffortune", + "id" : 4070804447, + "nm" : "lootbox_fortune_questfortune_02", + "spirit" : "questfortune", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 58, + "ctyp" : "candles", + "dep" : 4087582066, + "evn" : "global_daysoffortune", + "id" : 1125212215, + "nm" : "CharSkyKid_Mask_Tiger_01", + "spirit" : "questfortune", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 56, + "ctyp" : "candles", + "dep" : 4070804447, + "evn" : "global_daysoffortune", + "id" : 2818435195, + "nm" : "CharSkyKid_Mask_Ox", + "spirit" : "questfortune", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 66, + "ctyp" : "candles", + "dep" : 4070804447, + "evn" : "global_daysoffortune", + "id" : 2611730485, + "nm" : "CharSkyKid_Hair_LionDance", + "spirit" : "questfortune", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "evn" : "global_daysoflove", + "id" : 1618453999, + "nm" : "teleport_to_questlove", + "spirit" : "questlove", + "typ" : "teleport_to" + }, + { + "ap" : false, + "cst" : 14, + "ctyp" : "event_candle_days_of_love", + "dep" : 1618453999, + "evn" : "global_daysoflove", + "id" : 3127747591, + "nm" : "CharSkyKid_Prop_HeartPlush", + "spirit" : "questlove", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1618453999, + "evn" : "global_daysoflove", + "id" : 2716357971, + "nm" : "lootbox_fortune_questlove_01", + "spirit" : "questlove", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 27, + "ctyp" : "event_candle_days_of_love", + "dep" : 1618453999, + "evn" : "global_daysoflove", + "id" : 1953498523, + "nm" : "CharSkyKid_Horn_HeartBeret", + "spirit" : "questlove", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 7, + "ctyp" : "event_candle_days_of_love", + "dep" : 2716357971, + "evn" : "global_daysoflove", + "id" : 1325493074, + "nm" : "sheet42", + "spirit" : "questlove", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2716357971, + "evn" : "global_daysoflove", + "id" : 2733135590, + "nm" : "lootbox_fortune_questlove_02", + "spirit" : "questlove", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "heart", + "dep" : 2716357971, + "evn" : "global_daysoflove", + "id" : 3096008923, + "nm" : "CharSkyKid_Horn_FlowerCrown_01", + "spirit" : "questlove", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "heart", + "dep" : 2733135590, + "evn" : "global_daysoflove", + "id" : 3556109083, + "nm" : "CharSkyKid_Mask_Rose", + "spirit" : "questlove", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 100, + "ctyp" : "candles", + "dep" : 2733135590, + "evn" : "global_daysoflove", + "id" : 1866875264, + "nm" : "CharSkyKid_Prop_FlowerArch", + "spirit" : "questlove", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 0, + "evn" : "global_bloom", + "id" : 3723437206, + "nm" : "lootbox_epic_questbloom_01", + "spirit" : "questbloom", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 110, + "ctyp" : "candles", + "dep" : 3723437206, + "evn" : "global_bloom", + "id" : 2469511883, + "nm" : "CharSkyKid_Wing_Tulip", + "spirit" : "questbloom", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3723437206, + "evn" : "global_bloom", + "id" : 3706659587, + "nm" : "lootbox_epic_questbloom_02", + "spirit" : "questbloom", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 80, + "ctyp" : "candles", + "dep" : 3723437206, + "evn" : "global_bloom", + "id" : 888954010, + "nm" : "CharSkyKid_Prop_ButterflyFountain", + "spirit" : "questbloom", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 105, + "ctyp" : "candles", + "dep" : 3706659587, + "evn" : "global_bloom", + "id" : 774729659, + "nm" : "CharSkyKid_Wing_Wisteria_01", + "spirit" : "questbloom", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3706659587, + "evn" : "global_bloom", + "id" : 3689881968, + "nm" : "lootbox_epic_questbloom_03", + "spirit" : "questbloom", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 3689881968, + "evn" : "global_bloom", + "id" : 511060416, + "nm" : "CharSkyKid_Wing_Blossom_01", + "spirit" : "questbloom", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 20, + "ctyp" : "heart", + "dep" : 3689881968, + "evn" : "global_bloom", + "id" : 2737207737, + "nm" : "CharSkyKid_Hair_Blossom_01", + "spirit" : "questbloom", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 0, + "evn" : "global_bloom", + "id" : 231326878, + "nm" : "lootbox_epic_questbloompark_01", + "spirit" : "questbloompark", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 25, + "ctyp" : "heart", + "dep" : 231326878, + "evn" : "global_bloom", + "id" : 3595485163, + "nm" : "CharSkyKid_Hair_CallaLily", + "spirit" : "questbloompark", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 48, + "ctyp" : "event_candle_days_of_bloom", + "dep" : 231326878, + "evn" : "global_bloom", + "id" : 2597776800, + "nm" : "CharSkyKid_Wing_CallaLily", + "spirit" : "questbloompark", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 24, + "ctyp" : "event_candle_days_of_bloom", + "dep" : 231326878, + "evn" : "global_bloom", + "id" : 2811958899, + "nm" : "CharSkyKid_Hair_BloomSpiky", + "spirit" : "questbloompark", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 0, + "evn" : "global_nature_2024", + "id" : 1528910524, + "nm" : "lootbox_epic_questnature_01", + "spirit" : "questnature", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 16, + "ctyp" : "event_candle_days_of_nature", + "dep" : 1528910524, + "evn" : "global_nature_2024", + "id" : 1423557106, + "nm" : "CharSkyKid_Mask_Ocean", + "spirit" : "questnature", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1528910524, + "evn" : "global_nature_2024", + "id" : 1579243381, + "nm" : "lootbox_epic_questnature_02", + "spirit" : "questnature", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 40, + "ctyp" : "event_candle_days_of_nature", + "dep" : 1528910524, + "evn" : "global_nature_2024", + "id" : 2049250562, + "nm" : "CharSkyKid_Neck_OceanScarf", + "spirit" : "questnature", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 180, + "ctyp" : "candles", + "dep" : 1579243381, + "evn" : "global_nature_2024", + "id" : 92214283, + "nm" : "CharSkyKid_Wing_FishPattern", + "spirit" : "questnature", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 20, + "ctyp" : "heart", + "dep" : 1579243381, + "evn" : "global_nature_2024", + "id" : 2526696914, + "nm" : "CharSkyKid_Horn_Coral_01", + "spirit" : "questnature", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 0, + "id" : 1254863822, + "nm" : "lootbox_epic_questmusic_01", + "spirit" : "questmusic", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 10, + "ctyp" : "candles", + "dep" : 1254863822, + "id" : 4120726604, + "nm" : "sheetMiniK0", + "spirit" : "questmusic", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1254863822, + "id" : 1238086203, + "nm" : "lootbox_epic_questmusic_02", + "spirit" : "questmusic", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 10, + "ctyp" : "candles", + "dep" : 1254863822, + "id" : 4137504223, + "nm" : "sheetMiniK1", + "spirit" : "questmusic", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 10, + "ctyp" : "candles", + "dep" : 1238086203, + "id" : 4154281842, + "nm" : "sheetMiniK2", + "spirit" : "questmusic", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1238086203, + "id" : 1221308584, + "nm" : "lootbox_epic_questmusic_03", + "spirit" : "questmusic", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 10, + "ctyp" : "candles", + "dep" : 1238086203, + "id" : 4171059461, + "nm" : "sheetMiniK3", + "spirit" : "questmusic", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 50, + "ctyp" : "candles", + "dep" : 1221308584, + "evn" : "global_music", + "id" : 3339760965, + "nm" : "CharSkyKid_Horn_MusicNote_02", + "spirit" : "questmusic", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1221308584, + "id" : 1338751917, + "nm" : "lootbox_epic_questmusic_04", + "spirit" : "questmusic", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 102, + "ctyp" : "event_candle_days_of_music", + "dep" : 1221308584, + "evn" : "global_music", + "id" : 448440286, + "nm" : "CharSkyKid_Prop_Saxophone", + "spirit" : "questmusic", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 43, + "ctyp" : "event_candle_days_of_music", + "dep" : 1338751917, + "evn" : "global_music", + "id" : 2025123542, + "nm" : "CharSkyKid_Hair_MarchingBand", + "spirit" : "questmusic", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1338751917, + "evn" : "global_musicshop_open", + "id" : 1325345979, + "nm" : "sheet38", + "spirit" : "questmusic", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 0, + "evn" : "global_rainbow", + "id" : 3286745251, + "nm" : "lootbox_rainbow_questrainbow_08", + "spirit" : "questrainbow", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 32, + "ctyp" : "event_candle_days_of_color", + "dep" : 3286745251, + "evn" : "global_rainbow", + "id" : 1418306778, + "nm" : "CharSkyKid_Mask_RainbowDark", + "spirit" : "questrainbow", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3286745251, + "evn" : "global_rainbow", + "id" : 3269967632, + "nm" : "lootbox_rainbow_questrainbow_09", + "spirit" : "questrainbow", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 18, + "ctyp" : "event_candle_days_of_color", + "dep" : 3286745251, + "evn" : "global_rainbow", + "id" : 4275257661, + "nm" : "CharSkyKid_Hair_RockStar", + "spirit" : "questrainbow", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 177, + "ctyp" : "candles", + "dep" : 3269967632, + "evn" : "global_rainbow", + "id" : 3725406473, + "nm" : "CharSkyKid_Wing_DarkRainbow", + "spirit" : "questrainbow", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3269967632, + "evn" : "global_rainbow", + "id" : 689082626, + "nm" : "lootbox_rainbow2_questrainbow_07", + "spirit" : "questrainbow", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 20, + "ctyp" : "heart", + "dep" : 3269967632, + "evn" : "global_rainbow", + "id" : 4281186011, + "nm" : "CharSkyKid_Horn_RainbowTassel_01", + "spirit" : "questrainbow", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 95, + "ctyp" : "candles", + "dep" : 689082626, + "evn" : "global_rainbow", + "id" : 3890107548, + "nm" : "CharSkyKid_Body_Rainbow_01", + "spirit" : "questrainbow", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 175, + "ctyp" : "candles", + "dep" : 689082626, + "evn" : "global_rainbow", + "id" : 1462163205, + "nm" : "CharSkyKid_Wing_Rainbow_01", + "spirit" : "questrainbow", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "evn" : "global_summer", + "id" : 2167037930, + "nm" : "teleport_to_questsummer", + "spirit" : "questsummer", + "typ" : "teleport_to" + }, + { + "ap" : false, + "cst" : 90, + "ctyp" : "candles", + "dep" : 2167037930, + "evn" : "global_summer", + "id" : 2323059536, + "nm" : "CharSkyKid_Prop_Tent_01", + "spirit" : "questsummer", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2167037930, + "evn" : "global_summer", + "id" : 1341137342, + "nm" : "lootbox_epic_questsummer_01", + "spirit" : "questsummer", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 44, + "ctyp" : "candles", + "dep" : 2167037930, + "evn" : "global_summer", + "id" : 3494701775, + "nm" : "CharSkyKid_Horn_SummerHat_01", + "spirit" : "questsummer", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 16, + "ctyp" : "event_candle_days_of_sunlight", + "dep" : 1341137342, + "evn" : "global_summer", + "id" : 3208071230, + "nm" : "CharSkyKid_Wing_SunlightTowelPink", + "spirit" : "questsummer", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1341137342, + "evn" : "global_summer", + "id" : 1324359723, + "nm" : "lootbox_epic_questsummer_02", + "spirit" : "questsummer", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 18, + "ctyp" : "event_candle_days_of_sunlight", + "dep" : 1324359723, + "evn" : "global_summer", + "id" : 1254605514, + "nm" : "CharSkyKid_Wing_SunlightTowelYellow", + "spirit" : "questsummer", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 23, + "ctyp" : "event_candle_days_of_sunlight", + "dep" : 1324359723, + "evn" : "global_summer", + "id" : 704153146, + "nm" : "CharSkyKid_Wing_SunlightTowelBlue", + "spirit" : "questsummer", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 0, + "evn" : "global_fashion", + "id" : 3879614427, + "nm" : "lootbox_epic_questfashion_01", + "spirit" : "questfashion", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 10, + "ctyp" : "event_candle_days_of_fashion", + "dep" : 3879614427, + "evn" : "global_fashion", + "id" : 2426328587, + "nm" : "CharSkyKid_Horn_TopHat", + "spirit" : "questfashion", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3879614427, + "evn" : "global_fashion", + "id" : 3896392046, + "nm" : "lootbox_epic_questfashion_02", + "spirit" : "questfashion", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 8, + "ctyp" : "event_candle_days_of_fashion", + "dep" : 3879614427, + "evn" : "global_fashion", + "id" : 3510033943, + "nm" : "CharSkyKid_Mask_RunwayMakeup", + "spirit" : "questfashion", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 14, + "ctyp" : "event_candle_days_of_fashion", + "dep" : 3896392046, + "evn" : "global_fashion", + "id" : 1417208065, + "nm" : "CharSkyKid_Horn_StarSunglasses", + "spirit" : "questfashion", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 18, + "ctyp" : "event_candle_days_of_fashion", + "dep" : 3896392046, + "evn" : "global_fashion", + "id" : 1206191412, + "nm" : "CharSkyKid_Feet_BalletFlats", + "spirit" : "questfashion", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 207472035, + "nm" : "ap06unlock_ap11_fetch_01", + "spirit" : "questap11", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 207472035, + "id" : 1917250450, + "nm" : "heart_ap06unlock_ap11_fetch_01", + "spirit" : "questap11", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 207472035, + "id" : 224249654, + "nm" : "ap06unlock_ap11_fetch_02", + "spirit" : "questap11", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 224249654, + "id" : 1900472831, + "nm" : "heart_ap06unlock_ap11_fetch_02", + "spirit" : "questap11", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 224249654, + "id" : 241027273, + "nm" : "ap06unlock_ap11_fetch_03", + "spirit" : "questap11", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 241027273, + "id" : 1883695212, + "nm" : "heart_ap06unlock_ap11_fetch_03", + "spirit" : "questap11", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 241027273, + "id" : 257804892, + "nm" : "ap06unlock_ap11_fetch_04", + "spirit" : "questap11", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 257804892, + "id" : 1866917593, + "nm" : "heart_ap06unlock_ap11_fetch_04", + "spirit" : "questap11", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 257804892, + "id" : 274582511, + "nm" : "ap06unlock_ap11_fetch_05", + "spirit" : "questap11", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 274582511, + "id" : 1850139974, + "nm" : "heart_ap06unlock_ap11_fetch_05", + "spirit" : "questap11", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 274582511, + "id" : 291360130, + "nm" : "ap06unlock_ap11_fetch_06", + "spirit" : "questap11", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 291360130, + "id" : 1833362355, + "nm" : "heart_ap06unlock_ap11_fetch_06", + "spirit" : "questap11", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 291360130, + "id" : 308137749, + "nm" : "ap06unlock_ap11_fetch_07", + "spirit" : "questap11", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 308137749, + "id" : 1816584736, + "nm" : "heart_ap06unlock_ap11_fetch_07", + "spirit" : "questap11", + "typ" : "heart" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 207472035, + "id" : 1271596580, + "nm" : "CharSkyKid_Neck_AP11Pendant", + "spirit" : "questap11", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 2, + "ctyp" : "season_heart", + "dep" : 1271596580, + "id" : 2973360164, + "nm" : "CharSkyKid_Hair_AP11Prince_01", + "spirit" : "questap11", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 2, + "ctyp" : "season_heart", + "dep" : 2973360164, + "id" : 3613616928, + "nm" : "CharSkyKid_Body_AP11GreenPajama_01", + "spirit" : "questap11", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 2, + "ctyp" : "season_heart", + "dep" : 3613616928, + "id" : 351343999, + "nm" : "CharSkyKid_Prop_AP11Rose_01", + "spirit" : "questap11", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 2501571884, + "nm" : "emote_upgrade_scheme_01", + "spirit" : "scheme", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 2501571884, + "id" : 2551904741, + "nm" : "emote_upgrade_scheme_02", + "spirit" : "scheme", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2501571884, + "id" : 3077320233, + "nm" : "lootbox_rare_scheme_01", + "spirit" : "scheme", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2501571884, + "id" : 3163347427, + "nm" : "heart_scheme", + "spirit" : "scheme", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 40, + "ctyp" : "candles", + "dep" : 3077320233, + "id" : 2852268102, + "nm" : "CharSkyKid_Neck_AP11Ascot_01", + "spirit" : "scheme", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 3077320233, + "id" : 2663153994, + "nm" : "tier_unlock_scheme_01", + "spirit" : "scheme", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 2663153994, + "id" : 2535127122, + "nm" : "emote_upgrade_scheme_03", + "spirit" : "scheme", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 2535127122, + "id" : 2451239027, + "nm" : "emote_upgrade_scheme_04", + "spirit" : "scheme", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2535127122, + "id" : 3026987376, + "nm" : "lootbox_rare_scheme_02", + "spirit" : "scheme", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 75, + "ctyp" : "candles", + "dep" : 3026987376, + "id" : 2657709608, + "nm" : "CharSkyKid_Wing_AP11HeavyFur_01", + "spirit" : "scheme", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 3026987376, + "id" : 638976622, + "nm" : "CharSkyKid_Prop_AP11Star_01", + "spirit" : "scheme", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "heart", + "dep" : 0, + "id" : 4214320937, + "nm" : "emote_upgrade_slouch_01", + "spirit" : "slouch", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 4214320937, + "id" : 4163988080, + "nm" : "emote_upgrade_slouch_02", + "spirit" : "slouch", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 4214320937, + "id" : 1884446632, + "nm" : "lootbox_rare_slouch_01", + "spirit" : "slouch", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 4214320937, + "id" : 2772549504, + "nm" : "heart_slouch", + "spirit" : "slouch", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 1884446632, + "id" : 3757850471, + "nm" : "sheet23", + "spirit" : "slouch", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 1884446632, + "id" : 367133043, + "nm" : "tier_unlock_slouch_01", + "spirit" : "slouch", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 42, + "ctyp" : "candles", + "dep" : 1884446632, + "id" : 8842536, + "nm" : "CharSkyKid_Hair_AP11Messy_01", + "spirit" : "slouch", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 367133043, + "id" : 4180765699, + "nm" : "emote_upgrade_slouch_03", + "spirit" : "slouch", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 4180765699, + "id" : 4264653794, + "nm" : "emote_upgrade_slouch_04", + "spirit" : "slouch", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 4180765699, + "id" : 1934779489, + "nm" : "lootbox_rare_slouch_02", + "spirit" : "slouch", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 1934779489, + "id" : 1685782319, + "nm" : "CharSkyKid_Wing_AP11Tattered_01", + "spirit" : "slouch", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "heart", + "dep" : 0, + "id" : 3725759792, + "nm" : "emote_upgrade_gloat_01", + "spirit" : "gloat", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 3725759792, + "id" : 3776092649, + "nm" : "emote_upgrade_gloat_02", + "spirit" : "gloat", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3725759792, + "id" : 765464503, + "nm" : "lootbox_rare_gloat_01", + "spirit" : "gloat", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3725759792, + "id" : 2101167029, + "nm" : "heart_gloat", + "spirit" : "gloat", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 765464503, + "id" : 3741072852, + "nm" : "sheet22", + "spirit" : "gloat", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 765464503, + "id" : 827397666, + "nm" : "tier_unlock_gloat_01", + "spirit" : "gloat", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 46, + "ctyp" : "candles", + "dep" : 765464503, + "id" : 1557042466, + "nm" : "CharSkyKid_Hair_AP11LongWavy_01", + "spirit" : "gloat", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 827397666, + "id" : 3759315030, + "nm" : "emote_upgrade_gloat_03", + "spirit" : "gloat", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 3759315030, + "id" : 3809647887, + "nm" : "emote_upgrade_gloat_04", + "spirit" : "gloat", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3759315030, + "id" : 782242122, + "nm" : "lootbox_rare_gloat_02", + "spirit" : "gloat", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 65, + "ctyp" : "candles", + "dep" : 782242122, + "id" : 1599550012, + "nm" : "CharSkyKid_Body_AP11Ancestor_01", + "spirit" : "gloat", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1402287188, + "nm" : "emote_upgrade_stretch_01", + "spirit" : "stretch", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 1402287188, + "id" : 1452620045, + "nm" : "emote_upgrade_stretch_02", + "spirit" : "stretch", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1402287188, + "id" : 1918893895, + "nm" : "lootbox_rare_stretch_01", + "spirit" : "stretch", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1402287188, + "id" : 2273782929, + "nm" : "heart_stretch", + "spirit" : "stretch", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 44, + "ctyp" : "candles", + "dep" : 1918893895, + "id" : 3432481452, + "nm" : "CharSkyKid_Hair_AP11UniformHat_01", + "spirit" : "stretch", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 1918893895, + "id" : 2881496930, + "nm" : "tier_unlock_stretch_01", + "spirit" : "stretch", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 2881496930, + "id" : 1435842426, + "nm" : "emote_upgrade_stretch_03", + "spirit" : "stretch", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 1435842426, + "id" : 1351954331, + "nm" : "emote_upgrade_stretch_04", + "spirit" : "stretch", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1435842426, + "id" : 1935671514, + "nm" : "lootbox_rare_stretch_02", + "spirit" : "stretch", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 1935671514, + "id" : 3215804208, + "nm" : "CharSkyKid_Wing_AP11Uniform_01", + "spirit" : "stretch", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1242800227, + "nm" : "emote_upgrade_beckon_01", + "spirit" : "beckon", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 1242800227, + "id" : 1259577846, + "nm" : "emote_upgrade_beckon_02", + "spirit" : "beckon", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1242800227, + "id" : 208025110, + "nm" : "lootbox_rare_beckon_01", + "spirit" : "beckon", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1242800227, + "id" : 3200635542, + "nm" : "heart_beckon", + "spirit" : "beckon", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 42, + "ctyp" : "candles", + "dep" : 208025110, + "id" : 3656368045, + "nm" : "CharSkyKid_Mask_AP11Frog_01", + "spirit" : "beckon", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 208025110, + "id" : 1867532749, + "nm" : "tier_unlock_beckon_01", + "spirit" : "beckon", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 1867532749, + "id" : 1276355465, + "nm" : "emote_upgrade_beckon_03", + "spirit" : "beckon", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 1276355465, + "id" : 1293133084, + "nm" : "emote_upgrade_beckon_04", + "spirit" : "beckon", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1276355465, + "id" : 191247491, + "nm" : "lootbox_rare_beckon_02", + "spirit" : "beckon", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 48, + "ctyp" : "candles", + "dep" : 191247491, + "id" : 1631935520, + "nm" : "CharSkyKid_Hair_AP11Crown_01", + "spirit" : "beckon", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 2028896907, + "nm" : "emote_upgrade_sneeze_01", + "spirit" : "sneeze", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 2028896907, + "id" : 2045674526, + "nm" : "emote_upgrade_sneeze_02", + "spirit" : "sneeze", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2028896907, + "id" : 1707404074, + "nm" : "lootbox_rare_sneeze_01", + "spirit" : "sneeze", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2028896907, + "id" : 2264925346, + "nm" : "heart_sneeze", + "spirit" : "sneeze", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 40, + "ctyp" : "candles", + "dep" : 1707404074, + "id" : 1054319781, + "nm" : "CharSkyKid_Hair_AP11ConeHat_01", + "spirit" : "sneeze", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 1707404074, + "id" : 2051635381, + "nm" : "tier_unlock_sneeze_01", + "spirit" : "sneeze", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 2051635381, + "id" : 2062452145, + "nm" : "emote_upgrade_sneeze_03", + "spirit" : "sneeze", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 2062452145, + "id" : 2079229764, + "nm" : "emote_upgrade_sneeze_04", + "spirit" : "sneeze", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2062452145, + "id" : 1690626455, + "nm" : "lootbox_rare_sneeze_02", + "spirit" : "sneeze", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 1690626455, + "id" : 3738527580, + "nm" : "CharSkyKid_Wing_AP11Wrinkled_01", + "spirit" : "sneeze", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "heart", + "dep" : 0, + "id" : 3780046604, + "nm" : "emote_upgrade_voila_01", + "spirit" : "voila", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 3780046604, + "id" : 3830379461, + "nm" : "emote_upgrade_voila_02", + "spirit" : "voila", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3780046604, + "id" : 3199087687, + "nm" : "lootbox_rare_voila_01", + "spirit" : "voila", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 40, + "ctyp" : "candles", + "dep" : 3199087687, + "id" : 111442902, + "nm" : "CharSkyKid_Neck_AP12Scales_01", + "spirit" : "voila", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 3199087687, + "id" : 1600427614, + "nm" : "tier_unlock_voila_01", + "spirit" : "voila", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3199087687, + "id" : 2979715533, + "nm" : "heart_voila", + "spirit" : "voila", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 1600427614, + "id" : 3813601842, + "nm" : "emote_upgrade_voila_03", + "spirit" : "voila", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 3813601842, + "id" : 3729713747, + "nm" : "emote_upgrade_voila_04", + "spirit" : "voila", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3813601842, + "id" : 3232642925, + "nm" : "lootbox_rare_voila_03", + "spirit" : "voila", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 3813601842, + "id" : 3724295233, + "nm" : "sheet25", + "spirit" : "voila", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 3232642925, + "id" : 785182973, + "nm" : "CharSkyKid_Body_AP12DarkTunic_01", + "spirit" : "voila", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 45, + "ctyp" : "candles", + "dep" : 3232642925, + "id" : 695266768, + "nm" : "CharSkyKid_Hair_AP12FeatherHat_01", + "spirit" : "voila", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 2746955557, + "nm" : "emote_upgrade_nerdy_01", + "spirit" : "nerdy", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2746955557, + "id" : 934837354, + "nm" : "lootbox_rare_nerdy_01", + "spirit" : "nerdy", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 45, + "ctyp" : "candles", + "dep" : 934837354, + "id" : 900398132, + "nm" : "CharSkyKid_Hair_AP12RuffledLong_01", + "spirit" : "nerdy", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 934837354, + "id" : 3863499575, + "nm" : "tier_unlock_nerdy_01", + "spirit" : "nerdy", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 934837354, + "id" : 2951415066, + "nm" : "heart_nerdy", + "spirit" : "nerdy", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3863499575, + "id" : 918059735, + "nm" : "lootbox_rare_nerdy_02", + "spirit" : "nerdy", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 35, + "ctyp" : "candles", + "dep" : 918059735, + "id" : 1100765809, + "nm" : "CharSkyKid_Horn_AP12SideFeather_01", + "spirit" : "nerdy", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 75, + "ctyp" : "candles", + "dep" : 918059735, + "id" : 2657110838, + "nm" : "CharSkyKid_Prop_AP12Kalimba_01", + "spirit" : "nerdy", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 918059735, + "id" : 1689650369, + "nm" : "CharSkyKid_Body_AP12YellowTunic_01", + "spirit" : "nerdy", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1102157606, + "nm" : "emote_upgrade_babymanta_01", + "spirit" : "babymanta", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1102157606, + "id" : 948718905, + "nm" : "lootbox_rare_babymanta_01", + "spirit" : "babymanta", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 45, + "ctyp" : "candles", + "dep" : 948718905, + "id" : 1097951337, + "nm" : "CharSkyKid_Horn_AP12Dove_01", + "spirit" : "babymanta", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 948718905, + "id" : 1897615860, + "nm" : "tier_unlock_babymanta_01", + "spirit" : "babymanta", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 948718905, + "id" : 1796929051, + "nm" : "heart_babymanta", + "spirit" : "babymanta", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1897615860, + "id" : 898386048, + "nm" : "lootbox_rare_babymanta_02", + "spirit" : "babymanta", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 50, + "ctyp" : "candles", + "dep" : 898386048, + "id" : 1677355248, + "nm" : "CharSkyKid_Hair_AP12RuffledShort_01", + "spirit" : "babymanta", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 898386048, + "id" : 4132414494, + "nm" : "CharSkyKid_Wing_AP12BlueWing_01", + "spirit" : "babymanta", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 65, + "ctyp" : "candles", + "dep" : 898386048, + "id" : 3300338401, + "nm" : "CharSkyKid_Body_AP12BlueTunic_01", + "spirit" : "babymanta", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 2052323078, + "nm" : "emote_upgrade_pointup_01", + "spirit" : "pointup", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 2052323078, + "id" : 2035545459, + "nm" : "emote_upgrade_pointup_02", + "spirit" : "pointup", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2052323078, + "id" : 2976506049, + "nm" : "lootbox_rare_pointup_01", + "spirit" : "pointup", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 45, + "ctyp" : "candles", + "dep" : 2976506049, + "id" : 3499444951, + "nm" : "CharSkyKid_Horn_AP12DoubleFeather_01", + "spirit" : "pointup", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 2976506049, + "id" : 1393552568, + "nm" : "tier_unlock_pointup_01", + "spirit" : "pointup", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2976506049, + "id" : 2734820679, + "nm" : "heart_pointup", + "spirit" : "pointup", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 1393552568, + "id" : 2018767840, + "nm" : "emote_upgrade_pointup_03", + "spirit" : "pointup", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 2018767840, + "id" : 2136211173, + "nm" : "emote_upgrade_pointup_04", + "spirit" : "pointup", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 2018767840, + "id" : 2926173192, + "nm" : "lootbox_rare_pointup_02", + "spirit" : "pointup", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 2018767840, + "id" : 3707517614, + "nm" : "sheet24", + "spirit" : "pointup", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 55, + "ctyp" : "candles", + "dep" : 2926173192, + "id" : 3121880340, + "nm" : "CharSkyKid_Hair_AP12Goggles_01", + "spirit" : "pointup", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 2926173192, + "id" : 3351362719, + "nm" : "CharSkyKid_Wing_AP12TwoTone_01", + "spirit" : "pointup", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 165325297, + "nm" : "teleport_to_questap12", + "spirit" : "questap12", + "typ" : "teleport_to" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 165325297, + "id" : 798323220, + "nm" : "ap06unlock_ap12_fetch_01", + "spirit" : "questap12", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 798323220, + "id" : 3341450005, + "nm" : "heart_ap06unlock_ap12_fetch_01", + "spirit" : "questap12", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 798323220, + "id" : 848656077, + "nm" : "ap06unlock_ap12_fetch_02", + "spirit" : "questap12", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 848656077, + "id" : 3291117148, + "nm" : "heart_ap06unlock_ap12_fetch_02", + "spirit" : "questap12", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 848656077, + "id" : 3189469105, + "nm" : "relationship_ability_ap06unlock_ap12_high_five", + "spirit" : "questap12", + "typ" : "relationship_ability" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3189469105, + "id" : 831878458, + "nm" : "ap06unlock_ap12_fetch_03", + "spirit" : "questap12", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 831878458, + "id" : 3307894767, + "nm" : "heart_ap06unlock_ap12_fetch_03", + "spirit" : "questap12", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 831878458, + "id" : 747990363, + "nm" : "ap06unlock_ap12_fetch_04", + "spirit" : "questap12", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 747990363, + "id" : 3257561910, + "nm" : "heart_ap06unlock_ap12_fetch_04", + "spirit" : "questap12", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 747990363, + "id" : 731212744, + "nm" : "ap06unlock_ap12_fetch_05", + "spirit" : "questap12", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 731212744, + "id" : 3274339529, + "nm" : "heart_ap06unlock_ap12_fetch_05", + "spirit" : "questap12", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 731212744, + "id" : 2321569824, + "nm" : "relationship_ability_ap06unlock_ap12_hug", + "spirit" : "questap12", + "typ" : "relationship_ability" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_heart", + "dep" : 798323220, + "id" : 1032801203, + "nm" : "CharSkyKid_Neck_AP12Pendant", + "spirit" : "questap12", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 2, + "ctyp" : "season_heart", + "dep" : 1032801203, + "id" : 460877065, + "nm" : "CharSkyKid_Horn_AP12DeluxeFeather_01", + "spirit" : "questap12", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 2, + "ctyp" : "season_heart", + "dep" : 460877065, + "id" : 2399570789, + "nm" : "CharSkyKid_Body_AP12GradientTunic_01", + "spirit" : "questap12", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1463797164, + "nm" : "emote_upgrade_anxious_01", + "spirit" : "anxious", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 1463797164, + "id" : 1514130021, + "nm" : "emote_upgrade_anxious_02", + "spirit" : "anxious", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1463797164, + "id" : 1395035999, + "nm" : "lootbox_rare_anxious_01", + "spirit" : "anxious", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 45, + "ctyp" : "candles", + "dep" : 1395035999, + "id" : 340088294, + "nm" : "CharSkyKid_Hair_AP13BucketHat_01", + "spirit" : "anxious", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 1395035999, + "id" : 1743483674, + "nm" : "tier_unlock_anxious_01", + "spirit" : "anxious", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1395035999, + "id" : 3391265689, + "nm" : "heart_anxious", + "spirit" : "anxious", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 1743483674, + "id" : 1497352402, + "nm" : "emote_upgrade_anxious_03", + "spirit" : "anxious", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 1497352402, + "id" : 1413464307, + "nm" : "emote_upgrade_anxious_04", + "spirit" : "anxious", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1497352402, + "id" : 3170296741, + "nm" : "lootbox_epic_anxious_02", + "spirit" : "anxious", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 35, + "ctyp" : "candles", + "dep" : 1497352402, + "id" : 3709738516, + "nm" : "CharSkyKid_Mask_AP13ScarB_01", + "spirit" : "anxious", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 3170296741, + "id" : 266898341, + "nm" : "CharSkyKid_Wing_AP13Shawl_01", + "spirit" : "anxious", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 65, + "ctyp" : "candles", + "dep" : 3170296741, + "id" : 1996382026, + "nm" : "CharSkyKid_Body_AP13Tunic_01", + "spirit" : "anxious", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1683079170, + "nm" : "emote_upgrade_wait_01", + "spirit" : "wait", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 1683079170, + "id" : 1666301551, + "nm" : "emote_upgrade_wait_02", + "spirit" : "wait", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1683079170, + "id" : 3516600898, + "nm" : "lootbox_epic_wait_01", + "spirit" : "wait", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 45, + "ctyp" : "candles", + "dep" : 3516600898, + "id" : 4289515375, + "nm" : "CharSkyKid_Hair_AP13TattooBraids_01", + "spirit" : "wait", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 3516600898, + "id" : 1945756292, + "nm" : "tier_unlock_wait_01", + "spirit" : "wait", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3516600898, + "id" : 3875172293, + "nm" : "heart_wait", + "spirit" : "wait", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 1945756292, + "id" : 1649523932, + "nm" : "emote_upgrade_wait_03", + "spirit" : "wait", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 1649523932, + "id" : 1632746313, + "nm" : "emote_upgrade_wait_04", + "spirit" : "wait", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1649523932, + "id" : 1883800882, + "nm" : "lootbox_rare_wait_02", + "spirit" : "wait", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 40, + "ctyp" : "candles", + "dep" : 1883800882, + "id" : 3476360592, + "nm" : "CharSkyKid_Mask_AP13BraidedBeard_01", + "spirit" : "wait", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 1883800882, + "id" : 1783289476, + "nm" : "CharSkyKid_Wing_AP13LeatherScales_01", + "spirit" : "wait", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1650201412, + "nm" : "emote_upgrade_ouch_01", + "spirit" : "ouch", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 1650201412, + "id" : 1700534269, + "nm" : "emote_upgrade_ouch_02", + "spirit" : "ouch", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1650201412, + "id" : 3759249540, + "nm" : "lootbox_epic_ouch_01", + "spirit" : "ouch", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 40, + "ctyp" : "candles", + "dep" : 3759249540, + "id" : 3803802524, + "nm" : "CharSkyKid_Mask_AP13FullBeard_01", + "spirit" : "ouch", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 3759249540, + "id" : 1946321050, + "nm" : "tier_unlock_ouch_01", + "spirit" : "ouch", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3759249540, + "id" : 250295007, + "nm" : "heart_ouch", + "spirit" : "ouch", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 1946321050, + "id" : 1683756650, + "nm" : "emote_upgrade_ouch_03", + "spirit" : "ouch", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 1683756650, + "id" : 1599868555, + "nm" : "emote_upgrade_ouch_04", + "spirit" : "ouch", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1683756650, + "id" : 396562236, + "nm" : "lootbox_rare_ouch_02", + "spirit" : "ouch", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 1683756650, + "id" : 3640407138, + "nm" : "sheet28", + "spirit" : "ouch", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 35, + "ctyp" : "candles", + "dep" : 396562236, + "id" : 4177943566, + "nm" : "CharSkyKid_Horn_AP13AcornHat_01", + "spirit" : "ouch", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 396562236, + "id" : 465012383, + "nm" : "CharSkyKid_Wing_AP13Coat_01", + "spirit" : "ouch", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1913141474, + "nm" : "emote_upgrade_evillaugh_01", + "spirit" : "evillaugh", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 1913141474, + "id" : 1896363855, + "nm" : "emote_upgrade_evillaugh_02", + "spirit" : "evillaugh", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1913141474, + "id" : 204061509, + "nm" : "lootbox_rare_evillaugh_01", + "spirit" : "evillaugh", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 40, + "ctyp" : "candles", + "dep" : 204061509, + "id" : 3854957370, + "nm" : "CharSkyKid_Mask_AP13Cracked_01", + "spirit" : "evillaugh", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 204061509, + "id" : 1995996508, + "nm" : "tier_unlock_evillaugh_01", + "spirit" : "evillaugh", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 204061509, + "id" : 1087461059, + "nm" : "heart_evillaugh", + "spirit" : "evillaugh", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 1995996508, + "id" : 1879586236, + "nm" : "emote_upgrade_evillaugh_03", + "spirit" : "evillaugh", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 1879586236, + "id" : 1862808617, + "nm" : "emote_upgrade_evillaugh_04", + "spirit" : "evillaugh", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1879586236, + "id" : 2027236860, + "nm" : "lootbox_epic_evillaugh_03", + "spirit" : "evillaugh", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 50, + "ctyp" : "candles", + "dep" : 1879586236, + "id" : 2330207038, + "nm" : "CharSkyKid_Hair_AP13LongBraids_01", + "spirit" : "evillaugh", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 2027236860, + "id" : 11666630, + "nm" : "CharSkyKid_Wing_AP13Shoulder_01", + "spirit" : "evillaugh", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "candles", + "dep" : 2027236860, + "id" : 3690739995, + "nm" : "sheet27", + "spirit" : "evillaugh", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 3751757941, + "nm" : "ap06unlock_ap13_fetch_01", + "spirit" : "questap13", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3751757941, + "id" : 4280363188, + "nm" : "heart_ap06unlock_ap13_fetch_01", + "spirit" : "questap13", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3751757941, + "id" : 3701425084, + "nm" : "ap06unlock_ap13_fetch_02", + "spirit" : "questap13", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3701425084, + "id" : 35728749, + "nm" : "heart_ap06unlock_ap13_fetch_02", + "spirit" : "questap13", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3701425084, + "id" : 3718202703, + "nm" : "ap06unlock_ap13_fetch_03", + "spirit" : "questap13", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3718202703, + "id" : 18951130, + "nm" : "heart_ap06unlock_ap13_fetch_03", + "spirit" : "questap13", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3718202703, + "id" : 3667869846, + "nm" : "ap06unlock_ap13_fetch_04", + "spirit" : "questap13", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3667869846, + "id" : 4230030331, + "nm" : "heart_ap06unlock_ap13_fetch_04", + "spirit" : "questap13", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3667869846, + "id" : 3684647465, + "nm" : "ap06unlock_ap13_fetch_05", + "spirit" : "questap13", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3684647465, + "id" : 4213252712, + "nm" : "heart_ap06unlock_ap13_fetch_05", + "spirit" : "questap13", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 48, + "ctyp" : "candles", + "dep" : 3684647465, + "id" : 1157549055, + "nm" : "CharSkyKid_Mask_AP13SnorkelLite_01", + "spirit" : "questap13", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_heart", + "dep" : 3751757941, + "id" : 2822050914, + "nm" : "CharSkyKid_Neck_AP13Pendant", + "spirit" : "questap13", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 1, + "ctyp" : "season_heart", + "dep" : 2822050914, + "id" : 2239648913, + "nm" : "CharSkyKid_Horn_AP13Braids_01", + "spirit" : "questap13", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 2, + "ctyp" : "season_heart", + "dep" : 2239648913, + "id" : 381927458, + "nm" : "CharSkyKid_Wing_AP13NobleCloak_01", + "spirit" : "questap13", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 1, + "ctyp" : "season_heart", + "dep" : 381927458, + "id" : 829098419, + "nm" : "CharSkyKid_Mask_AP13Snorkel_01", + "spirit" : "questap13", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1248509164, + "nm" : "emote_upgrade_headbob_01", + "spirit" : "headbob", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 4, + "ctyp" : "heart", + "dep" : 1248509164, + "id" : 1298842021, + "nm" : "emote_upgrade_headbob_02", + "spirit" : "headbob", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1248509164, + "id" : 2381527340, + "nm" : "lootbox_epic_headbob_01", + "spirit" : "headbob", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 32, + "ctyp" : "candles", + "dep" : 2381527340, + "id" : 3979589429, + "nm" : "CharSkyKid_Mask_AP14Focused_01", + "spirit" : "headbob", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 2381527340, + "id" : 1025352442, + "nm" : "tier_unlock_headbob_01", + "spirit" : "headbob", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2381527340, + "id" : 2228081185, + "nm" : "heart_headbob", + "spirit" : "headbob", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 1025352442, + "id" : 1282064402, + "nm" : "emote_upgrade_headbob_03", + "spirit" : "headbob", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "heart", + "dep" : 1282064402, + "id" : 1198176307, + "nm" : "emote_upgrade_headbob_04", + "spirit" : "headbob", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1282064402, + "id" : 2431860197, + "nm" : "lootbox_epic_headbob_02", + "spirit" : "headbob", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 1282064402, + "id" : 1502325329, + "nm" : "CharSkyKid_Wing_AP14TatteredScarf_01", + "spirit" : "headbob", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 42, + "ctyp" : "candles", + "dep" : 2431860197, + "id" : 1171373479, + "nm" : "CharSkyKid_Hair_AP14CurlyLong_01", + "spirit" : "headbob", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 80, + "ctyp" : "candles", + "dep" : 2431860197, + "id" : 3517576809, + "nm" : "CharSkyKid_Prop_AP14Guitar_01", + "spirit" : "headbob", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 1662626816, + "nm" : "emote_upgrade_handshake_01", + "spirit" : "handshake", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 22, + "ctyp" : "candles", + "dep" : 1662626816, + "id" : 1191125027, + "nm" : "sheet30", + "spirit" : "handshake", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1662626816, + "id" : 419076672, + "nm" : "lootbox_epic_handshake_01", + "spirit" : "handshake", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 48, + "ctyp" : "candles", + "dep" : 419076672, + "id" : 3509269224, + "nm" : "CharSkyKid_Hair_AP14ShadowHood_01", + "spirit" : "handshake", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 2, + "ctyp" : "prestige", + "dep" : 419076672, + "id" : 3684236294, + "nm" : "tier_unlock_handshake_01", + "spirit" : "handshake", + "typ" : "tier_unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 419076672, + "id" : 3393094661, + "nm" : "heart_handshake", + "spirit" : "handshake", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 3684236294, + "id" : 469409529, + "nm" : "lootbox_epic_handshake_02", + "spirit" : "handshake", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 8, + "ctyp" : "heart", + "dep" : 469409529, + "id" : 1712959673, + "nm" : "emote_upgrade_handshake_02", + "spirit" : "handshake", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 34, + "ctyp" : "candles", + "dep" : 469409529, + "id" : 1040588703, + "nm" : "CharSkyKid_Mask_AP14Determined_01", + "spirit" : "handshake", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 70, + "ctyp" : "candles", + "dep" : 469409529, + "id" : 3359163064, + "nm" : "CharSkyKid_Body_AP14ShadowPants_01", + "spirit" : "handshake", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 198880535, + "nm" : "teleport_to_questap14", + "spirit" : "questap14", + "typ" : "teleport_to" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 198880535, + "id" : 2943467318, + "nm" : "ap06unlock_ap14_fetch_01", + "spirit" : "questap14", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2943467318, + "id" : 1747826488, + "nm" : "lootbox_memory_01", + "spirit" : "questap14", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2943467318, + "id" : 1925756479, + "nm" : "relationship_ability_ap06unlock_ap14_high_five", + "spirit" : "questap14", + "typ" : "relationship_ability" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1925756479, + "id" : 627964471, + "nm" : "heart_ap06unlock_ap14_fetch_01", + "spirit" : "questap14", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1925756479, + "id" : 2926689699, + "nm" : "ap06unlock_ap14_fetch_02", + "spirit" : "questap14", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 42, + "ctyp" : "candles", + "dep" : 2926689699, + "id" : 3749509272, + "nm" : "CharSkyKid_Mask_AP14Happy_01", + "spirit" : "questap14", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2926689699, + "id" : 2909912080, + "nm" : "ap06unlock_ap14_fetch_03", + "spirit" : "questap14", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2909912080, + "id" : 1798159345, + "nm" : "lootbox_memory_02", + "spirit" : "questap14", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2909912080, + "id" : 1173086528, + "nm" : "relationship_ability_ap06unlock_ap14_double_five", + "spirit" : "questap14", + "typ" : "relationship_ability" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 1173086528, + "id" : 644742090, + "nm" : "heart_ap06unlock_ap14_fetch_02", + "spirit" : "questap14", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1173086528, + "id" : 3027355413, + "nm" : "ap06unlock_ap14_fetch_04", + "spirit" : "questap14", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3027355413, + "id" : 1781381726, + "nm" : "lootbox_memory_03", + "spirit" : "questap14", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3027355413, + "id" : 2980592354, + "nm" : "relationship_ability_ap06unlock_ap14_hug", + "spirit" : "questap14", + "typ" : "relationship_ability" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2980592354, + "id" : 544076376, + "nm" : "heart_ap06unlock_ap14_fetch_04", + "spirit" : "questap14", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2980592354, + "id" : 3010577794, + "nm" : "ap06unlock_ap14_fetch_05", + "spirit" : "questap14", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3010577794, + "id" : 1831714583, + "nm" : "lootbox_memory_04", + "spirit" : "questap14", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3010577794, + "id" : 446749123, + "nm" : "relationship_ability_ap06unlock_ap14_duetdance", + "spirit" : "questap14", + "typ" : "relationship_ability" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 446749123, + "id" : 560853995, + "nm" : "heart_ap06unlock_ap14_fetch_05", + "spirit" : "questap14", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 52, + "ctyp" : "candles", + "dep" : 446749123, + "id" : 400728495, + "nm" : "CharSkyKid_Prop_AP14VaseBouquet_01", + "spirit" : "questap14", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_heart", + "dep" : 2943467318, + "id" : 348351073, + "nm" : "CharSkyKid_Neck_AP14Pendant", + "spirit" : "questap14", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 1, + "ctyp" : "season_heart", + "dep" : 348351073, + "id" : 838868770, + "nm" : "CharSkyKid_Mask_AP14LongTufts_01", + "spirit" : "questap14", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 2, + "ctyp" : "season_heart", + "dep" : 838868770, + "id" : 3295990486, + "nm" : "CharSkyKid_Wing_AP14Tuxedo_01", + "spirit" : "questap14", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 1, + "ctyp" : "season_heart", + "dep" : 3295990486, + "id" : 667804750, + "nm" : "CharSkyKid_Hair_AP14TuftedDirector_01", + "spirit" : "questap14", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 27, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 261157329, + "nm" : "CharSkyKid_Horn_AP15DarkPlant_01", + "spirit" : "darkvoidspace01", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 261157329, + "id" : 4226860978, + "nm" : "lootbox_epic_darkvoidspace01_01", + "spirit" : "darkvoidspace01", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 16, + "ctyp" : "season_candle", + "dep" : 261157329, + "id" : 4210083359, + "nm" : "lootbox_epic_darkvoidspace01_02", + "spirit" : "darkvoidspace01", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 4210083359, + "id" : 3965413610, + "nm" : "CharSkyKid_Mask_AP15DarkPlant_01", + "spirit" : "darkvoidspace01", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 35, + "ctyp" : "season_candle", + "dep" : 4210083359, + "id" : 1174347408, + "nm" : "sheet31", + "spirit" : "darkvoidspace01", + "typ" : "music" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1174347408, + "id" : 4193305740, + "nm" : "lootbox_epic_darkvoidspace01_03", + "spirit" : "darkvoidspace01", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 16, + "ctyp" : "season_candle", + "dep" : 1174347408, + "id" : 4176528121, + "nm" : "lootbox_epic_darkvoidspace01_04", + "spirit" : "darkvoidspace01", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 4176528121, + "id" : 716837019, + "nm" : "CharSkyKid_Wing_AP15DarkPlant_01", + "spirit" : "darkvoidspace01", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 4176528121, + "id" : 1318640271, + "nm" : "heart_darkvoidspace01", + "spirit" : "darkvoidspace01", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 35, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 3366453218, + "nm" : "CharSkyKid_Neck_AP15Crab_01", + "spirit" : "darkvoidspace02", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3366453218, + "id" : 749180933, + "nm" : "lootbox_epic_darkvoidspace02_01", + "spirit" : "darkvoidspace02", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 16, + "ctyp" : "season_candle", + "dep" : 3366453218, + "id" : 698848076, + "nm" : "lootbox_epic_darkvoidspace02_02", + "spirit" : "darkvoidspace02", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 698848076, + "id" : 1492361361, + "nm" : "CharSkyKid_Prop_AP15DarkHorn_01", + "spirit" : "darkvoidspace02", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 42, + "ctyp" : "season_candle", + "dep" : 698848076, + "id" : 581019533, + "nm" : "CharSkyKid_Hair_AP15Krill_01", + "spirit" : "darkvoidspace02", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 581019533, + "id" : 715625695, + "nm" : "lootbox_epic_darkvoidspace02_03", + "spirit" : "darkvoidspace02", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 581019533, + "id" : 1335417890, + "nm" : "heart_darkvoidspace02", + "spirit" : "darkvoidspace02", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 27, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 1224680265, + "nm" : "sheet32", + "spirit" : "lightvoidspace01", + "typ" : "music" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1224680265, + "id" : 1845771872, + "nm" : "lootbox_epic_lightvoidspace01_01", + "spirit" : "lightvoidspace01", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 16, + "ctyp" : "season_candle", + "dep" : 1224680265, + "id" : 1896104729, + "nm" : "lootbox_epic_lightvoidspace01_02", + "spirit" : "lightvoidspace01", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1896104729, + "id" : 752338700, + "nm" : "CharSkyKid_Hair_AP15Manta_01", + "spirit" : "lightvoidspace01", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 35, + "ctyp" : "season_candle", + "dep" : 1896104729, + "id" : 4175539233, + "nm" : "CharSkyKid_Wing_AP15BabyManta_01", + "spirit" : "lightvoidspace01", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 4175539233, + "id" : 1879327110, + "nm" : "lootbox_epic_lightvoidspace01_03", + "spirit" : "lightvoidspace01", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 16, + "ctyp" : "season_candle", + "dep" : 4175539233, + "id" : 1929659967, + "nm" : "lootbox_epic_lightvoidspace01_04", + "spirit" : "lightvoidspace01", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1929659967, + "id" : 3876903238, + "nm" : "CharSkyKid_Body_AP15LightCreature_01", + "spirit" : "lightvoidspace01", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 1929659967, + "id" : 3498811535, + "nm" : "heart_lightvoidspace01", + "spirit" : "lightvoidspace01", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 35, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 3623892047, + "nm" : "CharSkyKid_Hair_AP15Jellyfish_01", + "spirit" : "lightvoidspace02", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3623892047, + "id" : 1018737975, + "nm" : "lootbox_epic_lightvoidspace02_01", + "spirit" : "lightvoidspace02", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 16, + "ctyp" : "season_candle", + "dep" : 3623892047, + "id" : 1035515594, + "nm" : "lootbox_epic_lightvoidspace02_02", + "spirit" : "lightvoidspace02", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1035515594, + "id" : 518018131, + "nm" : "CharSkyKid_Horn_AP15Butterfly_01", + "spirit" : "lightvoidspace02", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 42, + "ctyp" : "season_candle", + "dep" : 1035515594, + "id" : 1867773122, + "nm" : "CharSkyKid_Wing_AP15Jellyfish_01", + "spirit" : "lightvoidspace02", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1867773122, + "id" : 1052293213, + "nm" : "lootbox_epic_lightvoidspace02_03", + "spirit" : "lightvoidspace02", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 1867773122, + "id" : 3515589154, + "nm" : "heart_lightvoidspace02", + "spirit" : "lightvoidspace02", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 182102916, + "nm" : "teleport_to_questap15", + "spirit" : "questap15", + "typ" : "teleport_to" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 182102916, + "id" : 482576023, + "nm" : "ap06unlock_ap15_fetch_01", + "spirit" : "questap15", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 482576023, + "id" : 2363505494, + "nm" : "heart_ap06unlock_ap15_fetch_01", + "spirit" : "questap15", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 482576023, + "id" : 499353642, + "nm" : "ap06unlock_ap15_fetch_02", + "spirit" : "questap15", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 499353642, + "id" : 2346727875, + "nm" : "heart_ap06unlock_ap15_fetch_02", + "spirit" : "questap15", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 499353642, + "id" : 516131261, + "nm" : "ap06unlock_ap15_fetch_03", + "spirit" : "questap15", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 516131261, + "id" : 2329950256, + "nm" : "heart_ap06unlock_ap15_fetch_03", + "spirit" : "questap15", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 516131261, + "id" : 398687928, + "nm" : "ap06unlock_ap15_fetch_04", + "spirit" : "questap15", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 398687928, + "id" : 2447393589, + "nm" : "heart_ap06unlock_ap15_fetch_04", + "spirit" : "questap15", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 398687928, + "id" : 415465547, + "nm" : "ap06unlock_ap15_fetch_05", + "spirit" : "questap15", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 415465547, + "id" : 2430615970, + "nm" : "heart_ap06unlock_ap15_fetch_05", + "spirit" : "questap15", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 415465547, + "id" : 432243166, + "nm" : "ap06unlock_ap15_fetch_06", + "spirit" : "questap15", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 432243166, + "id" : 2413838351, + "nm" : "heart_ap06unlock_ap15_fetch_06", + "spirit" : "questap15", + "typ" : "heart" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_heart", + "dep" : 482576023, + "id" : 2364036392, + "nm" : "CharSkyKid_Neck_AP15Pendant", + "spirit" : "questap15", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 2, + "ctyp" : "season_heart", + "dep" : 2364036392, + "id" : 549718023, + "nm" : "CharSkyKid_Wing_AP15BigManta_01", + "spirit" : "questap15", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 2, + "ctyp" : "season_heart", + "dep" : 549718023, + "id" : 3506098500, + "nm" : "CharSkyKid_Wing_AP15Krill_01", + "spirit" : "questap15", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 2288475830, + "nm" : "emote_upgrade_armwave_01", + "spirit" : "armwave", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2288475830, + "evn" : "season_16", + "id" : 2271698211, + "nm" : "emote_upgrade_armwave_02", + "spirit" : "armwave", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 12, + "ctyp" : "season_candle", + "dep" : 2288475830, + "evn" : "season_16", + "id" : 1190954465, + "nm" : "CharSkyKid_Mask_AP16Water", + "spirit" : "armwave", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1190954465, + "evn" : "season_16", + "id" : 345851126, + "nm" : "lootbox_epic_armwave_01", + "spirit" : "armwave", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 16, + "ctyp" : "season_candle", + "dep" : 1190954465, + "evn" : "season_16", + "id" : 329073507, + "nm" : "lootbox_epic_armwave_02", + "spirit" : "armwave", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 329073507, + "evn" : "season_16", + "id" : 1137446101, + "nm" : "CharSkyKid_Hair_AP16Water", + "spirit" : "armwave", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 20, + "ctyp" : "season_candle", + "dep" : 329073507, + "evn" : "season_16", + "id" : 2254920592, + "nm" : "emote_upgrade_armwave_03", + "spirit" : "armwave", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2254920592, + "evn" : "season_16", + "id" : 2372363925, + "nm" : "emote_upgrade_armwave_04", + "spirit" : "armwave", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 24, + "ctyp" : "season_candle", + "dep" : 2254920592, + "evn" : "season_16", + "id" : 312295888, + "nm" : "lootbox_epic_armwave_03", + "spirit" : "armwave", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 312295888, + "evn" : "season_16", + "id" : 1275013122, + "nm" : "sheet37", + "spirit" : "armwave", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 30, + "ctyp" : "season_candle", + "dep" : 312295888, + "evn" : "season_16", + "id" : 3626103866, + "nm" : "CharSkyKid_Wing_AP16Water", + "spirit" : "armwave", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3626103866, + "evn" : "season_16", + "id" : 429739221, + "nm" : "lootbox_epic_armwave_04", + "spirit" : "armwave", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 3626103866, + "evn" : "season_16", + "id" : 594314727, + "nm" : "heart_armwave", + "spirit" : "armwave", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 3669513326, + "nm" : "emote_upgrade_raisetheroof_01", + "spirit" : "raisetheroof", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3669513326, + "evn" : "season_16", + "id" : 3652735707, + "nm" : "emote_upgrade_raisetheroof_02", + "spirit" : "raisetheroof", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 10, + "ctyp" : "season_candle", + "dep" : 3669513326, + "evn" : "season_16", + "id" : 1501086491, + "nm" : "lootbox_epic_raisetheroof_02", + "spirit" : "raisetheroof", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1501086491, + "evn" : "season_16", + "id" : 1305777522, + "nm" : "CharSkyKid_Mask_AP16Earth", + "spirit" : "raisetheroof", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 18, + "ctyp" : "season_candle", + "dep" : 1501086491, + "evn" : "season_16", + "id" : 3635958088, + "nm" : "emote_upgrade_raisetheroof_03", + "spirit" : "raisetheroof", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3635958088, + "evn" : "season_16", + "id" : 3753401421, + "nm" : "emote_upgrade_raisetheroof_04", + "spirit" : "raisetheroof", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 24, + "ctyp" : "season_candle", + "dep" : 3635958088, + "evn" : "season_16", + "id" : 1092928798, + "nm" : "CharSkyKid_Hair_AP16Earth", + "spirit" : "raisetheroof", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1092928798, + "evn" : "season_16", + "id" : 1517864110, + "nm" : "lootbox_epic_raisetheroof_01", + "spirit" : "raisetheroof", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 28, + "ctyp" : "season_candle", + "dep" : 1092928798, + "evn" : "season_16", + "id" : 1484308872, + "nm" : "lootbox_epic_raisetheroof_03", + "spirit" : "raisetheroof", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1484308872, + "evn" : "season_16", + "id" : 2505735620, + "nm" : "CharSkyKid_Body_AP16WhiteCropTop", + "spirit" : "raisetheroof", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 32, + "ctyp" : "season_candle", + "dep" : 1484308872, + "evn" : "season_16", + "id" : 1155951821, + "nm" : "CharSkyKid_Wing_AP16Earth", + "spirit" : "raisetheroof", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1155951821, + "evn" : "season_16", + "id" : 1601752205, + "nm" : "lootbox_epic_raisetheroof_04", + "spirit" : "raisetheroof", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 1155951821, + "evn" : "season_16", + "id" : 1931507601, + "nm" : "heart_raisetheroof", + "spirit" : "raisetheroof", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 1876407661, + "nm" : "emote_upgrade_twirl_01", + "spirit" : "twirl", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1876407661, + "evn" : "season_16", + "id" : 1826074804, + "nm" : "emote_upgrade_twirl_02", + "spirit" : "twirl", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "season_candle", + "dep" : 1876407661, + "evn" : "season_16", + "id" : 2592501436, + "nm" : "CharSkyKid_Mask_AP16Wind", + "spirit" : "twirl", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2592501436, + "evn" : "season_16", + "id" : 1553803949, + "nm" : "lootbox_epic_twirl_01", + "spirit" : "twirl", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 12, + "ctyp" : "season_candle", + "dep" : 2592501436, + "evn" : "season_16", + "id" : 1503471092, + "nm" : "lootbox_epic_twirl_02", + "spirit" : "twirl", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1503471092, + "evn" : "season_16", + "id" : 3166060424, + "nm" : "CharSkyKid_Hair_AP16Wind", + "spirit" : "twirl", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 20, + "ctyp" : "season_candle", + "dep" : 1503471092, + "evn" : "season_16", + "id" : 1842852423, + "nm" : "emote_upgrade_twirl_03", + "spirit" : "twirl", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1842852423, + "evn" : "season_16", + "id" : 1792519566, + "nm" : "emote_upgrade_twirl_04", + "spirit" : "twirl", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 24, + "ctyp" : "season_candle", + "dep" : 1842852423, + "evn" : "season_16", + "id" : 1291790741, + "nm" : "sheet36", + "spirit" : "twirl", + "typ" : "music" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1291790741, + "evn" : "season_16", + "id" : 1520248711, + "nm" : "lootbox_epic_twirl_03", + "spirit" : "twirl", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 30, + "ctyp" : "season_candle", + "dep" : 1291790741, + "evn" : "season_16", + "id" : 1469915854, + "nm" : "lootbox_epic_twirl_04", + "spirit" : "twirl", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1469915854, + "evn" : "season_16", + "id" : 884875389, + "nm" : "CharSkyKid_Wing_AP16Wind", + "spirit" : "twirl", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 1469915854, + "evn" : "season_16", + "id" : 2021606586, + "nm" : "heart_twirl", + "spirit" : "twirl", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 209715275, + "nm" : "emote_upgrade_rhythmicclap_01", + "spirit" : "rhythmicclap", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 209715275, + "evn" : "season_16", + "id" : 226492894, + "nm" : "emote_upgrade_rhythmicclap_02", + "spirit" : "rhythmicclap", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 8, + "ctyp" : "season_candle", + "dep" : 209715275, + "evn" : "season_16", + "id" : 1141970462, + "nm" : "lootbox_epic_rhythmicclap_02", + "spirit" : "rhythmicclap", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1141970462, + "evn" : "season_16", + "id" : 3129801434, + "nm" : "CharSkyKid_Mask_AP16Fire", + "spirit" : "rhythmicclap", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 12, + "ctyp" : "season_candle", + "dep" : 1141970462, + "evn" : "season_16", + "id" : 1258235503, + "nm" : "sheet34", + "spirit" : "rhythmicclap", + "typ" : "music" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1258235503, + "evn" : "season_16", + "id" : 1125192843, + "nm" : "lootbox_epic_rhythmicclap_01", + "spirit" : "rhythmicclap", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 16, + "ctyp" : "season_candle", + "dep" : 1258235503, + "evn" : "season_16", + "id" : 243270513, + "nm" : "emote_upgrade_rhythmicclap_03", + "spirit" : "rhythmicclap", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 243270513, + "evn" : "season_16", + "id" : 260048132, + "nm" : "emote_upgrade_rhythmicclap_04", + "spirit" : "rhythmicclap", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 20, + "ctyp" : "season_candle", + "dep" : 243270513, + "evn" : "season_16", + "id" : 280230718, + "nm" : "CharSkyKid_Hair_AP16Fire", + "spirit" : "rhythmicclap", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 280230718, + "evn" : "season_16", + "id" : 1175525700, + "nm" : "lootbox_epic_rhythmicclap_04", + "spirit" : "rhythmicclap", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 26, + "ctyp" : "season_candle", + "dep" : 280230718, + "evn" : "season_16", + "id" : 1158748081, + "nm" : "lootbox_epic_rhythmicclap_03", + "spirit" : "rhythmicclap", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1158748081, + "evn" : "season_16", + "id" : 3304670919, + "nm" : "CharSkyKid_Wing_AP16Fire", + "spirit" : "rhythmicclap", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 1158748081, + "evn" : "season_16", + "id" : 992493522, + "nm" : "heart_rhythmicclap", + "spirit" : "rhythmicclap", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 232435773, + "nm" : "teleport_to_questap16", + "spirit" : "questap16", + "typ" : "teleport_to" + }, + { + "ap" : false, + "cst" : 12, + "ctyp" : "event_candle_days_of_aurora", + "dep" : 232435773, + "evn" : "global_aurora", + "id" : 3234587732, + "nm" : "emote_upgrade_penguindance_01", + "spirit" : "questap16", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 232435773, + "id" : 3884044792, + "nm" : "ap06unlock_ap16_fetch_01", + "spirit" : "questap16", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 33, + "ctyp" : "event_candle_days_of_aurora", + "dep" : 232435773, + "evn" : "global_aurora", + "id" : 3284920589, + "nm" : "emote_upgrade_penguindance_02", + "spirit" : "questap16", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 3884044792, + "id" : 264618989, + "nm" : "emote_upgrade_silentclap_02", + "spirit" : "questap16", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 3884044792, + "id" : 214286132, + "nm" : "emote_upgrade_silentclap_01", + "spirit" : "questap16", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 214286132, + "id" : 247841370, + "nm" : "emote_upgrade_silentclap_03", + "spirit" : "questap16", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "heart", + "dep" : 247841370, + "id" : 163953275, + "nm" : "emote_upgrade_silentclap_04", + "spirit" : "questap16", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 214286132, + "id" : 3934377649, + "nm" : "ap06unlock_ap16_fetch_02", + "spirit" : "questap16", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 3934377649, + "id" : 1619904579, + "nm" : "emote_upgrade_conduct_01", + "spirit" : "questap16", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 1619904579, + "id" : 1636682198, + "nm" : "emote_upgrade_conduct_02", + "spirit" : "questap16", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 1619904579, + "id" : 3917600030, + "nm" : "ap06unlock_ap16_fetch_03", + "spirit" : "questap16", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1619904579, + "id" : 1653459817, + "nm" : "emote_upgrade_conduct_03", + "spirit" : "questap16", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "heart", + "dep" : 1653459817, + "id" : 1670237436, + "nm" : "emote_upgrade_conduct_04", + "spirit" : "questap16", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3917600030, + "id" : 146251859, + "nm" : "heart_ap06unlock_ap16_fetch_03", + "spirit" : "questap16", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 3917600030, + "id" : 1227644012, + "nm" : "emote_upgrade_skip_01", + "spirit" : "questap16", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "heart", + "dep" : 1227644012, + "id" : 1277976869, + "nm" : "emote_upgrade_skip_02", + "spirit" : "questap16", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 1227644012, + "id" : 3967932887, + "nm" : "ap06unlock_ap16_fetch_04", + "spirit" : "questap16", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 1227644012, + "id" : 1261199250, + "nm" : "emote_upgrade_skip_03", + "spirit" : "questap16", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "heart", + "dep" : 1261199250, + "id" : 1177311155, + "nm" : "emote_upgrade_skip_04", + "spirit" : "questap16", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 20, + "ctyp" : "candles", + "dep" : 3967932887, + "id" : 1207902646, + "nm" : "sheet33", + "spirit" : "questap16", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 3967932887, + "id" : 3951155268, + "nm" : "ap06unlock_ap16_fetch_05", + "spirit" : "questap16", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 20, + "ctyp" : "candles", + "dep" : 3951155268, + "id" : 1241457884, + "nm" : "sheet35", + "spirit" : "questap16", + "typ" : "music" + }, + { + "ap" : false, + "cst" : 50, + "ctyp" : "candles", + "dep" : 3951155268, + "evn" : "global_aurora", + "id" : 3995763436, + "nm" : "CharSkyKid_Mask_AP16CureForMe", + "spirit" : "questap16", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 200, + "ctyp" : "candles", + "dep" : 3951155268, + "evn" : "global_aurora", + "id" : 283405912, + "nm" : "CharSkyKid_Body_AP16GreenCure", + "spirit" : "questap16", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 1313384717, + "nm" : "emote_upgrade_plead_01", + "spirit" : "plead", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1313384717, + "id" : 1263051860, + "nm" : "emote_upgrade_plead_02", + "spirit" : "plead", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 16, + "ctyp" : "season_candle", + "dep" : 1313384717, + "id" : 1557749105, + "nm" : "CharSkyKid_Neck_AP17Scarf", + "spirit" : "plead", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1557749105, + "id" : 2847395405, + "nm" : "lootbox_epic_plead_01", + "spirit" : "plead", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 20, + "ctyp" : "season_candle", + "dep" : 1557749105, + "id" : 2797062548, + "nm" : "lootbox_epic_plead_02", + "spirit" : "plead", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2797062548, + "id" : 2708364799, + "nm" : "CharSkyKid_Hair_AP17PaperboyCap", + "spirit" : "plead", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 26, + "ctyp" : "season_candle", + "dep" : 2797062548, + "id" : 1279829479, + "nm" : "emote_upgrade_plead_03", + "spirit" : "plead", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1279829479, + "id" : 1229496622, + "nm" : "emote_upgrade_plead_04", + "spirit" : "plead", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 36, + "ctyp" : "season_candle", + "dep" : 1279829479, + "id" : 3751864662, + "nm" : "CharSkyKid_Body_AP17RaggedTunic", + "spirit" : "plead", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3751864662, + "id" : 2813840167, + "nm" : "lootbox_epic_plead_03", + "spirit" : "plead", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 3751864662, + "id" : 1983247834, + "nm" : "heart_plead", + "spirit" : "plead", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 3372673336, + "nm" : "emote_upgrade_tiptoe_01", + "spirit" : "tiptoe", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3372673336, + "id" : 3423006193, + "nm" : "emote_upgrade_tiptoe_02", + "spirit" : "tiptoe", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 14, + "ctyp" : "season_candle", + "dep" : 3372673336, + "id" : 1418856568, + "nm" : "lootbox_epic_tiptoe_01", + "spirit" : "tiptoe", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1418856568, + "id" : 894646226, + "nm" : "CharSkyKid_Hair_AP17BandanaBraid", + "spirit" : "tiptoe", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 24, + "ctyp" : "season_candle", + "dep" : 1418856568, + "id" : 3406228574, + "nm" : "emote_upgrade_tiptoe_03", + "spirit" : "tiptoe", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3406228574, + "id" : 3456561431, + "nm" : "emote_upgrade_tiptoe_04", + "spirit" : "tiptoe", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 34, + "ctyp" : "season_candle", + "dep" : 3406228574, + "id" : 1469189425, + "nm" : "lootbox_epic_tiptoe_02", + "spirit" : "tiptoe", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1469189425, + "id" : 204906579, + "nm" : "CharSkyKid_Body_AP17Apron", + "spirit" : "tiptoe", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 38, + "ctyp" : "season_candle", + "dep" : 1469189425, + "id" : 1891246567, + "nm" : "CharSkyKid_Wing_AP17TiedShawl", + "spirit" : "tiptoe", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1891246567, + "id" : 1452411806, + "nm" : "lootbox_epic_tiptoe_03", + "spirit" : "tiptoe", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 1891246567, + "id" : 1576954783, + "nm" : "heart_tiptoe", + "spirit" : "tiptoe", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 3953301706, + "nm" : "emote_upgrade_grief_01", + "spirit" : "grief", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3953301706, + "id" : 3936524087, + "nm" : "emote_upgrade_grief_02", + "spirit" : "grief", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "season_candle", + "dep" : 3953301706, + "id" : 318648989, + "nm" : "CharSkyKid_Mask_AP17PuffyBeard", + "spirit" : "grief", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 318648989, + "id" : 2634659594, + "nm" : "lootbox_epic_grief_01", + "spirit" : "grief", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 18, + "ctyp" : "season_candle", + "dep" : 318648989, + "id" : 2617881975, + "nm" : "lootbox_epic_grief_02", + "spirit" : "grief", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2617881975, + "id" : 1685967592, + "nm" : "CharSkyKid_Hair_AP17Genius", + "spirit" : "grief", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 30, + "ctyp" : "season_candle", + "dep" : 2617881975, + "id" : 3919746468, + "nm" : "emote_upgrade_grief_03", + "spirit" : "grief", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3919746468, + "id" : 3902968849, + "nm" : "emote_upgrade_grief_04", + "spirit" : "grief", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 34, + "ctyp" : "season_candle", + "dep" : 3919746468, + "id" : 1572741128, + "nm" : "CharSkyKid_Wing_AP17UniformCloak", + "spirit" : "grief", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1572741128, + "id" : 2601104356, + "nm" : "lootbox_epic_grief_03", + "spirit" : "grief", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 1572741128, + "id" : 966976403, + "nm" : "heart_grief", + "spirit" : "grief", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 2120469796, + "nm" : "emote_upgrade_injured_01", + "spirit" : "injured", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 14, + "ctyp" : "season_candle", + "dep" : 2120469796, + "id" : 2080614244, + "nm" : "lootbox_epic_injured_01", + "spirit" : "injured", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2080614244, + "id" : 2205584694, + "nm" : "CharSkyKid_Mask_AP17Injured", + "spirit" : "injured", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 30, + "ctyp" : "season_candle", + "dep" : 2080614244, + "id" : 62686802, + "nm" : "CharSkyKid_Body_AP17Injured", + "spirit" : "injured", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 62686802, + "id" : 2130947101, + "nm" : "lootbox_epic_injured_02", + "spirit" : "injured", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 36, + "ctyp" : "season_candle", + "dep" : 62686802, + "id" : 2114169482, + "nm" : "lootbox_epic_injured_03", + "spirit" : "injured", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2114169482, + "id" : 1707773613, + "nm" : "CharSkyKid_Wing_AP17InjuredSoldier", + "spirit" : "injured", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 2114169482, + "id" : 474977697, + "nm" : "heart_injured", + "spirit" : "injured", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 215658154, + "nm" : "teleport_to_questap17", + "spirit" : "questap17", + "typ" : "teleport_to" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 215658154, + "id" : 4252993497, + "nm" : "ap06unlock_ap17_fetch_01", + "spirit" : "questap17", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 4252993497, + "id" : 2620884760, + "nm" : "heart_ap06unlock_ap17_fetch_01", + "spirit" : "questap17", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 4252993497, + "id" : 4202660640, + "nm" : "ap06unlock_ap17_fetch_02", + "spirit" : "questap17", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 30, + "ctyp" : "candles", + "dep" : 4202660640, + "id" : 586956707, + "nm" : "CharSkyKid_Prop_AP17Chimes", + "spirit" : "questap17", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 4202660640, + "id" : 1700636318, + "nm" : "relationship_ability_ap06unlock_ap17_high_five", + "spirit" : "questap17", + "typ" : "relationship_ability" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1700636318, + "id" : 1953785302, + "nm" : "lootbox_shared_01", + "spirit" : "questap17", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1700636318, + "id" : 4219438259, + "nm" : "ap06unlock_ap17_fetch_03", + "spirit" : "questap17", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 4219438259, + "id" : 2654439998, + "nm" : "heart_ap06unlock_ap17_fetch_03", + "spirit" : "questap17", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 4219438259, + "id" : 8359058, + "nm" : "ap06unlock_ap17_fetch_04", + "spirit" : "questap17", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 50, + "ctyp" : "candles", + "dep" : 8359058, + "id" : 1859928985, + "nm" : "CharSkyKid_Prop_AP17Kettle", + "spirit" : "questap17", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 8359058, + "id" : 2972913325, + "nm" : "relationship_ability_ap06unlock_ap17_double_five", + "spirit" : "questap17", + "typ" : "relationship_ability" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2972913325, + "id" : 1937007683, + "nm" : "lootbox_shared_02", + "spirit" : "questap17", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2972913325, + "id" : 25136677, + "nm" : "ap06unlock_ap17_fetch_05", + "spirit" : "questap17", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 25136677, + "id" : 2687995236, + "nm" : "heart_ap06unlock_ap17_fetch_05", + "spirit" : "questap17", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 25136677, + "id" : 4269771116, + "nm" : "ap06unlock_ap17_fetch_06", + "spirit" : "questap17", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 40, + "ctyp" : "candles", + "dep" : 4269771116, + "id" : 2166729056, + "nm" : "CharSkyKid_Prop_AP17Plants", + "spirit" : "questap17", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 4269771116, + "id" : 4286548735, + "nm" : "ap06unlock_ap17_fetch_07", + "spirit" : "questap17", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 4286548735, + "id" : 2721550474, + "nm" : "heart_ap06unlock_ap17_fetch_07", + "spirit" : "questap17", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 4286548735, + "id" : 75469534, + "nm" : "ap06unlock_ap17_fetch_08", + "spirit" : "questap17", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 19, + "ctyp" : "heart", + "dep" : 75469534, + "id" : 3254046376, + "nm" : "CharSkyKid_Prop_AP17Crab", + "spirit" : "questap17", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 75469534, + "id" : 328750475, + "nm" : "relationship_ability_ap06unlock_ap17_hug", + "spirit" : "questap17", + "typ" : "relationship_ability" + }, + { + "ap" : false, + "cst" : 17, + "ctyp" : "heart", + "dep" : 75469534, + "id" : 693099209, + "nm" : "CharSkyKid_Prop_AP17Manta", + "spirit" : "questap17", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 328750475, + "id" : 1920230064, + "nm" : "lootbox_shared_03", + "spirit" : "questap17", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 328750475, + "id" : 92247153, + "nm" : "ap06unlock_ap17_fetch_09", + "spirit" : "questap17", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 92247153, + "id" : 2037673397, + "nm" : "lootbox_shared_04", + "spirit" : "questap17", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 92247153, + "id" : 42061391, + "nm" : "ap06unlock_ap17_fetch_10", + "spirit" : "questap17", + "typ" : "ap06unlock" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_heart", + "dep" : 4252993497, + "id" : 3424072038, + "nm" : "CharSkyKid_Neck_AP17Pendant", + "spirit" : "questap17", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 2, + "ctyp" : "season_heart", + "dep" : 3424072038, + "id" : 1861774843, + "nm" : "CharSkyKid_Neck_AP17Sash", + "spirit" : "questap17", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 2, + "ctyp" : "season_heart", + "dep" : 1861774843, + "id" : 2299496947, + "nm" : "CharSkyKid_Prop_AP17UltimateMemoryBook", + "spirit" : "questap17", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 376680525, + "nm" : "emote_upgrade_hackysack_01", + "spirit" : "hackysack", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 376680525, + "id" : 326347668, + "nm" : "emote_upgrade_hackysack_02", + "spirit" : "hackysack", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 14, + "ctyp" : "season_candle", + "dep" : 376680525, + "id" : 3027173765, + "nm" : "CharSkyKid_Hair_AP18SideFade", + "spirit" : "hackysack", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3027173765, + "id" : 2618016909, + "nm" : "lootbox_epic_hackysack_01", + "spirit" : "hackysack", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 18, + "ctyp" : "season_candle", + "dep" : 3027173765, + "id" : 2567684052, + "nm" : "lootbox_epic_hackysack_02", + "spirit" : "hackysack", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2567684052, + "id" : 2998588256, + "nm" : "CharSkyKid_Neck_AP18FluffyRuff", + "spirit" : "hackysack", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 24, + "ctyp" : "season_candle", + "dep" : 2567684052, + "id" : 343125287, + "nm" : "emote_upgrade_hackysack_03", + "spirit" : "hackysack", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 343125287, + "id" : 292792430, + "nm" : "emote_upgrade_hackysack_04", + "spirit" : "hackysack", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 32, + "ctyp" : "season_candle", + "dep" : 343125287, + "id" : 1570724646, + "nm" : "CharSkyKid_Body_AP18DarkRobe", + "spirit" : "hackysack", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1570724646, + "id" : 2584461671, + "nm" : "lootbox_epic_hackysack_03", + "spirit" : "hackysack", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 1570724646, + "id" : 1498830538, + "nm" : "heart_hackysack", + "spirit" : "hackysack", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 4203313752, + "nm" : "emote_upgrade_roll_01", + "spirit" : "roll", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 4203313752, + "id" : 4253646609, + "nm" : "emote_upgrade_roll_02", + "spirit" : "roll", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 8, + "ctyp" : "season_candle", + "dep" : 4203313752, + "id" : 2017394584, + "nm" : "lootbox_epic_roll_01", + "spirit" : "roll", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2017394584, + "id" : 962984138, + "nm" : "CharSkyKid_Hair_AP18Spiky", + "spirit" : "roll", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 18, + "ctyp" : "season_candle", + "dep" : 2017394584, + "id" : 4236868990, + "nm" : "emote_upgrade_roll_03", + "spirit" : "roll", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 4236868990, + "id" : 4287201847, + "nm" : "emote_upgrade_roll_04", + "spirit" : "roll", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 28, + "ctyp" : "season_candle", + "dep" : 4236868990, + "id" : 2067727441, + "nm" : "lootbox_epic_roll_02", + "spirit" : "roll", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2067727441, + "id" : 3258520588, + "nm" : "CharSkyKid_Wing_AP18RaccoonTail", + "spirit" : "roll", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 32, + "ctyp" : "season_candle", + "dep" : 2067727441, + "id" : 2050949822, + "nm" : "lootbox_epic_roll_03", + "spirit" : "roll", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2050949822, + "id" : 2098032228, + "nm" : "CharSkyKid_Horn_AP18FabricStrip", + "spirit" : "roll", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 2050949822, + "id" : 3497206215, + "nm" : "heart_roll", + "spirit" : "roll", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 3444838920, + "nm" : "emote_upgrade_mope_01", + "spirit" : "mope", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3444838920, + "id" : 3495171777, + "nm" : "emote_upgrade_mope_02", + "spirit" : "mope", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "season_candle", + "dep" : 3444838920, + "id" : 4201698142, + "nm" : "CharSkyKid_Horn_AP18Tusk", + "spirit" : "mope", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 4201698142, + "id" : 3489719624, + "nm" : "lootbox_epic_mope_01", + "spirit" : "mope", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 18, + "ctyp" : "season_candle", + "dep" : 4201698142, + "id" : 3540052481, + "nm" : "lootbox_epic_mope_02", + "spirit" : "mope", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3540052481, + "id" : 3071068126, + "nm" : "CharSkyKid_Hair_AP18MediumBob", + "spirit" : "mope", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 26, + "ctyp" : "season_candle", + "dep" : 3540052481, + "id" : 3478394158, + "nm" : "emote_upgrade_mope_03", + "spirit" : "mope", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3478394158, + "id" : 3528727015, + "nm" : "emote_upgrade_mope_04", + "spirit" : "mope", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 28, + "ctyp" : "season_candle", + "dep" : 3478394158, + "id" : 16599374, + "nm" : "CharSkyKid_Body_AP18LightRobe", + "spirit" : "mope", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 16599374, + "id" : 3523274862, + "nm" : "lootbox_epic_mope_03", + "spirit" : "mope", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 16599374, + "id" : 157219827, + "nm" : "heart_mope", + "spirit" : "mope", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 1741360503, + "nm" : "emote_upgrade_pullup_01", + "spirit" : "pullup", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1741360503, + "id" : 1758138122, + "nm" : "emote_upgrade_pullup_02", + "spirit" : "pullup", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 14, + "ctyp" : "season_candle", + "dep" : 1741360503, + "id" : 1618563511, + "nm" : "lootbox_epic_pullup_01", + "spirit" : "pullup", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1618563511, + "id" : 2426271504, + "nm" : "CharSkyKid_Prop_AP18Ocarina", + "spirit" : "pullup", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 22, + "ctyp" : "season_candle", + "dep" : 1618563511, + "id" : 1774915741, + "nm" : "emote_upgrade_pullup_03", + "spirit" : "pullup", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1774915741, + "id" : 1657472408, + "nm" : "emote_upgrade_pullup_04", + "spirit" : "pullup", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 30, + "ctyp" : "season_candle", + "dep" : 1774915741, + "id" : 4159379134, + "nm" : "CharSkyKid_Wing_AP18FauxPelt", + "spirit" : "pullup", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 4159379134, + "id" : 1635341130, + "nm" : "lootbox_epic_pullup_02", + "spirit" : "pullup", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 32, + "ctyp" : "season_candle", + "dep" : 4159379134, + "id" : 1652118749, + "nm" : "lootbox_epic_pullup_03", + "spirit" : "pullup", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1652118749, + "id" : 2704502947, + "nm" : "CharSkyKid_Hair_AP18SlickBack", + "spirit" : "pullup", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 1652118749, + "id" : 3309712238, + "nm" : "heart_pullup", + "spirit" : "pullup", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "id" : 4292516403, + "nm" : "teleport_to_questap18", + "spirit" : "questap18", + "typ" : "teleport_to" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 4292516403, + "id" : 3669649210, + "nm" : "ap06unlock_ap18_fetch_01", + "spirit" : "questap18", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3669649210, + "id" : 306036235, + "nm" : "heart_ap06unlock_ap18_fetch_01", + "spirit" : "questap18", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 3669649210, + "id" : 3652871591, + "nm" : "ap06unlock_ap18_fetch_02", + "spirit" : "questap18", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 48, + "ctyp" : "candles", + "dep" : 3652871591, + "id" : 2350742964, + "nm" : "CharSkyKid_Mask_AP18Serow", + "spirit" : "questap18", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 3652871591, + "id" : 3636093972, + "nm" : "ap06unlock_ap18_fetch_03", + "spirit" : "questap18", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3636093972, + "id" : 339591473, + "nm" : "heart_ap06unlock_ap18_fetch_03", + "spirit" : "questap18", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 3636093972, + "id" : 3619316353, + "nm" : "ap06unlock_ap18_fetch_04", + "spirit" : "questap18", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 44, + "ctyp" : "candles", + "dep" : 3636093972, + "id" : 1873180512, + "nm" : "CharSkyKid_Mask_AP18Boar", + "spirit" : "questap18", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3619316353, + "id" : 356369092, + "nm" : "heart_ap06unlock_ap18_fetch_04", + "spirit" : "questap18", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 3619316353, + "id" : 3602538734, + "nm" : "ap06unlock_ap18_fetch_05", + "spirit" : "questap18", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 46, + "ctyp" : "candles", + "dep" : 3619316353, + "id" : 1994876029, + "nm" : "CharSkyKid_Mask_AP18Monkey", + "spirit" : "questap18", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 3602538734, + "id" : 373146711, + "nm" : "heart_ap06unlock_ap18_fetch_05", + "spirit" : "questap18", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 52, + "ctyp" : "candles", + "dep" : 3602538734, + "id" : 4176974961, + "nm" : "CharSkyKid_Mask_AP18Raccoon", + "spirit" : "questap18", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 39, + "ctyp" : "heart", + "dep" : 3602538734, + "id" : 2724560498, + "nm" : "CharSkyKid_Prop_AP18Ball", + "spirit" : "questap18", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_heart", + "dep" : 3669649210, + "id" : 746070101, + "nm" : "CharSkyKid_Neck_AP18Pendant", + "spirit" : "questap18", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 2, + "ctyp" : "season_heart", + "dep" : 746070101, + "id" : 4198386154, + "nm" : "CharSkyKid_Mask_AP18Bear", + "spirit" : "questap18", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 2, + "ctyp" : "season_heart", + "dep" : 4198386154, + "id" : 2276624488, + "nm" : "CharSkyKid_Wing_AP18FurryGuard", + "spirit" : "questap18", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 2805583371, + "nm" : "CharSkyKid_Prop_AP19Camera", + "spirit" : "questap19", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2805583371, + "id" : 4275738784, + "nm" : "teleport_to_questap19", + "spirit" : "questap19", + "typ" : "teleport_to" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2805583371, + "id" : 4088301803, + "nm" : "ap06unlock_ap19_fetch_01", + "spirit" : "questap19", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 4088301803, + "id" : 2868159706, + "nm" : "heart_ap06unlock_ap19_fetch_01", + "spirit" : "questap19", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 4088301803, + "id" : 4105079422, + "nm" : "ap06unlock_ap19_fetch_02", + "spirit" : "questap19", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 4105079422, + "id" : 2851382087, + "nm" : "heart_ap06unlock_ap19_fetch_02", + "spirit" : "questap19", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 4105079422, + "id" : 2680405276, + "nm" : "relationship_ability_ap06unlock_ap19_high_five", + "spirit" : "questap19", + "typ" : "relationship_ability" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2680405276, + "id" : 4121857041, + "nm" : "ap06unlock_ap19_fetch_03", + "spirit" : "questap19", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 4121857041, + "id" : 2834604468, + "nm" : "heart_ap06unlock_ap19_fetch_03", + "spirit" : "questap19", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 4121857041, + "id" : 4138634660, + "nm" : "ap06unlock_ap19_fetch_04", + "spirit" : "questap19", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 4138634660, + "id" : 2817826849, + "nm" : "heart_ap06unlock_ap19_fetch_04", + "spirit" : "questap19", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 4138634660, + "id" : 4155412279, + "nm" : "ap06unlock_ap19_fetch_05", + "spirit" : "questap19", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 4155412279, + "id" : 2801049230, + "nm" : "heart_ap06unlock_ap19_fetch_05", + "spirit" : "questap19", + "typ" : "heart" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_heart", + "dep" : 2805583371, + "id" : 1976641388, + "nm" : "CharSkyKid_Neck_AP19Pendant", + "spirit" : "questap19", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 1, + "ctyp" : "season_heart", + "dep" : 1976641388, + "id" : 3089919808, + "nm" : "CharSkyKid_Horn_AP19Glasses", + "spirit" : "questap19", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 1, + "ctyp" : "season_heart", + "dep" : 3089919808, + "id" : 772545524, + "nm" : "CharSkyKid_Prop_AP19UltimateCamera", + "spirit" : "questap19", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 2, + "ctyp" : "season_heart", + "dep" : 772545524, + "id" : 3250808503, + "nm" : "CharSkyKid_Horn_AP19WesternHat", + "spirit" : "questap19", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 3207328464, + "nm" : "emote_upgrade_sidehug_01", + "spirit" : "sidehug", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3207328464, + "id" : 3257661321, + "nm" : "emote_upgrade_sidehug_02", + "spirit" : "sidehug", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 16, + "ctyp" : "season_candle", + "dep" : 3207328464, + "id" : 2157277712, + "nm" : "lootbox_epic_sidehug_01", + "spirit" : "sidehug", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2157277712, + "id" : 2141120111, + "nm" : "CharSkyKid_Horn_AP19Straw", + "spirit" : "sidehug", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 26, + "ctyp" : "season_candle", + "dep" : 2157277712, + "id" : 2766745271, + "nm" : "CharSkyKid_Mask_AP19Scruffy", + "spirit" : "sidehug", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2766745271, + "id" : 2207610569, + "nm" : "lootbox_epic_sidehug_02", + "spirit" : "sidehug", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 30, + "ctyp" : "season_candle", + "dep" : 2766745271, + "id" : 2190832950, + "nm" : "lootbox_epic_sidehug_03", + "spirit" : "sidehug", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2190832950, + "id" : 3129769633, + "nm" : "CharSkyKid_Wing_AP19Poncho", + "spirit" : "sidehug", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 36, + "ctyp" : "season_candle", + "dep" : 2190832950, + "id" : 2162765417, + "nm" : "CharSkyKid_Horn_AP19TriangleHat", + "spirit" : "sidehug", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2162765417, + "id" : 2241165807, + "nm" : "lootbox_epic_sidehug_04", + "spirit" : "sidehug", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 2162765417, + "id" : 1085699333, + "nm" : "heart_sidehug", + "spirit" : "sidehug", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 3653550998, + "nm" : "emote_upgrade_jollydance_01", + "spirit" : "jollydance", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3653550998, + "id" : 3636773379, + "nm" : "emote_upgrade_jollydance_02", + "spirit" : "jollydance", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 8, + "ctyp" : "season_candle", + "dep" : 3653550998, + "id" : 2839033349, + "nm" : "CharSkyKid_Horn_AP19SkullJaw", + "spirit" : "jollydance", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2839033349, + "id" : 4191758612, + "nm" : "CharSkyKid_Hair_AP19Skull", + "spirit" : "jollydance", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 20, + "ctyp" : "season_candle", + "dep" : 2839033349, + "id" : 3619995760, + "nm" : "emote_upgrade_jollydance_03", + "spirit" : "jollydance", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3619995760, + "id" : 3737439093, + "nm" : "emote_upgrade_jollydance_04", + "spirit" : "jollydance", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 28, + "ctyp" : "season_candle", + "dep" : 3619995760, + "id" : 2752672726, + "nm" : "lootbox_epic_jollydance_01", + "spirit" : "jollydance", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2752672726, + "id" : 2735895107, + "nm" : "lootbox_epic_jollydance_02", + "spirit" : "jollydance", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 34, + "ctyp" : "season_candle", + "dep" : 2752672726, + "id" : 1308568360, + "nm" : "sheet39", + "spirit" : "jollydance", + "typ" : "music" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1308568360, + "id" : 2398739399, + "nm" : "CharSkyKid_Prop_AP19CrystalJar", + "spirit" : "jollydance", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 1308568360, + "id" : 1570802773, + "nm" : "heart_jollydance", + "spirit" : "jollydance", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 702795104, + "nm" : "emote_upgrade_windpose_01", + "spirit" : "windpose", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 702795104, + "id" : 753127961, + "nm" : "emote_upgrade_windpose_02", + "spirit" : "windpose", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "season_candle", + "dep" : 702795104, + "id" : 2988696224, + "nm" : "lootbox_epic_windpose_01", + "spirit" : "windpose", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2988696224, + "id" : 2524649321, + "nm" : "CharSkyKid_Mask_AP19Blindfold", + "spirit" : "windpose", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 18, + "ctyp" : "season_candle", + "dep" : 2988696224, + "id" : 1709375144, + "nm" : "CharSkyKid_Hair_AP19HeadTattoo", + "spirit" : "windpose", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1709375144, + "id" : 3039029081, + "nm" : "lootbox_epic_windpose_02", + "spirit" : "windpose", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 26, + "ctyp" : "season_candle", + "dep" : 1709375144, + "id" : 736350342, + "nm" : "emote_upgrade_windpose_03", + "spirit" : "windpose", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 736350342, + "id" : 786683199, + "nm" : "emote_upgrade_windpose_04", + "spirit" : "windpose", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 32, + "ctyp" : "season_candle", + "dep" : 736350342, + "id" : 968780178, + "nm" : "CharSkyKid_Body_AP19MonkRobe", + "spirit" : "windpose", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 968780178, + "id" : 3022251462, + "nm" : "lootbox_epic_windpose_03", + "spirit" : "windpose", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 968780178, + "id" : 2754446191, + "nm" : "heart_windpose", + "spirit" : "windpose", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 111450304, + "nm" : "emote_upgrade_nightbird_01", + "spirit" : "nightbird", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 12, + "ctyp" : "season_candle", + "dep" : 111450304, + "id" : 1608794967, + "nm" : "CharSkyKid_Hair_AP19DoubleBraidBack", + "spirit" : "nightbird", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1608794967, + "id" : 719162368, + "nm" : "lootbox_epic_nightbird_01", + "spirit" : "nightbird", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 24, + "ctyp" : "season_candle", + "dep" : 1608794967, + "id" : 769495225, + "nm" : "lootbox_epic_nightbird_02", + "spirit" : "nightbird", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 769495225, + "id" : 3553474908, + "nm" : "CharSkyKid_Horn_AP19Dew", + "spirit" : "nightbird", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 28, + "ctyp" : "season_candle", + "dep" : 769495225, + "id" : 3262838982, + "nm" : "CharSkyKid_Body_AP19CargoShorts", + "spirit" : "nightbird", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3262838982, + "id" : 752717606, + "nm" : "lootbox_epic_nightbird_03", + "spirit" : "nightbird", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 36, + "ctyp" : "season_candle", + "dep" : 3262838982, + "id" : 803050463, + "nm" : "lootbox_epic_nightbird_04", + "spirit" : "nightbird", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 803050463, + "id" : 3239360482, + "nm" : "CharSkyKid_Feet_AP19CargoShorts", + "spirit" : "nightbird", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 803050463, + "id" : 4265809557, + "nm" : "heart_nightbird", + "spirit" : "nightbird", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 2237187707, + "nm" : "ap06unlock_ap20_fetch_01", + "spirit" : "questap20", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2237187707, + "id" : 221221402, + "nm" : "heart_ap06unlock_ap20_fetch_01", + "spirit" : "questap20", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2237187707, + "id" : 2270742945, + "nm" : "ap06unlock_ap20_fetch_03", + "spirit" : "questap20", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2270742945, + "id" : 187666164, + "nm" : "heart_ap06unlock_ap20_fetch_03", + "spirit" : "questap20", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2270742945, + "id" : 2287520564, + "nm" : "ap06unlock_ap20_fetch_04", + "spirit" : "questap20", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2287520564, + "id" : 170888545, + "nm" : "heart_ap06unlock_ap20_fetch_04", + "spirit" : "questap20", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2287520564, + "id" : 2304298183, + "nm" : "ap06unlock_ap20_fetch_05", + "spirit" : "questap20", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 2287520564, + "id" : 2269148129, + "nm" : "relationship_ability_ap06unlock_ap20_hug", + "spirit" : "questap20", + "typ" : "relationship_ability" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2304298183, + "id" : 154110926, + "nm" : "heart_ap06unlock_ap20_fetch_05", + "spirit" : "questap20", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2304298183, + "id" : 2321075802, + "nm" : "ap06unlock_ap20_fetch_06", + "spirit" : "questap20", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2321075802, + "id" : 137333307, + "nm" : "heart_ap06unlock_ap20_fetch_06", + "spirit" : "questap20", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2321075802, + "id" : 2337853421, + "nm" : "ap06unlock_ap20_fetch_07", + "spirit" : "questap20", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 3, + "ctyp" : "candles", + "dep" : 2337853421, + "id" : 120555688, + "nm" : "heart_ap06unlock_ap20_fetch_07", + "spirit" : "questap20", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2337853421, + "id" : 2102966755, + "nm" : "ap06unlock_ap20_fetch_09", + "spirit" : "questap20", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2102966755, + "id" : 2086189136, + "nm" : "ap06unlock_ap20_fetch_08", + "spirit" : "questap20", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 46, + "ctyp" : "candles", + "dep" : 2102966755, + "id" : 1464537338, + "nm" : "CharSkyKid_Hair_AP20MaypoleNoRibbons", + "spirit" : "questap20", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2102966755, + "id" : 2321222897, + "nm" : "ap06unlock_ap20_fetch_10", + "spirit" : "questap20", + "typ" : "ap06unlock" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_heart", + "dep" : 2237187707, + "id" : 241955936, + "nm" : "CharSkyKid_Neck_AP20Pendant", + "spirit" : "questap20", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 2, + "ctyp" : "season_heart", + "dep" : 241955936, + "id" : 3074254138, + "nm" : "CharSkyKid_Hair_AP20Maypole", + "spirit" : "questap20", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 2, + "ctyp" : "season_heart", + "dep" : 3074254138, + "id" : 3045512814, + "nm" : "CharSkyKid_Wing_AP20MaypoleScarf", + "spirit" : "questap20", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 18, + "ctyp" : "season_candle", + "dep" : 0, + "evn" : "season_20", + "id" : 935734666, + "nm" : "lootbox_epic_ap20_cobbler_01", + "spirit" : "ap20_cobbler", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 935734666, + "evn" : "season_20", + "id" : 4039366130, + "nm" : "CharSkyKid_Feet_AP20LongStraps", + "spirit" : "ap20_cobbler", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 24, + "ctyp" : "season_candle", + "dep" : 935734666, + "evn" : "season_20", + "id" : 1291937836, + "nm" : "sheet40", + "spirit" : "ap20_cobbler", + "typ" : "music" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1291937836, + "evn" : "season_20", + "id" : 918957047, + "nm" : "lootbox_epic_ap20_cobbler_02", + "spirit" : "ap20_cobbler", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 32, + "ctyp" : "season_candle", + "dep" : 1291937836, + "evn" : "season_20", + "id" : 902179428, + "nm" : "lootbox_epic_ap20_cobbler_03", + "spirit" : "ap20_cobbler", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 902179428, + "evn" : "season_20", + "id" : 3194775469, + "nm" : "CharSkyKid_Wing_AP20Gratitude", + "spirit" : "ap20_cobbler", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 42, + "ctyp" : "season_candle", + "dep" : 902179428, + "evn" : "season_20", + "id" : 1018554765, + "nm" : "CharSkyKid_Horn_AP20MessageBoat", + "spirit" : "ap20_cobbler", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1018554765, + "evn" : "season_20", + "id" : 885401809, + "nm" : "lootbox_epic_ap20_cobbler_04", + "spirit" : "ap20_cobbler", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 1018554765, + "evn" : "season_20", + "id" : 632938817, + "nm" : "heart_ap20_cobbler", + "spirit" : "ap20_cobbler", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 24, + "ctyp" : "season_candle", + "dep" : 0, + "evn" : "season_20", + "id" : 862674916, + "nm" : "lootbox_epic_ap20_haberdasher_01", + "spirit" : "ap20_haberdasher", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 862674916, + "evn" : "season_20", + "id" : 1905437419, + "nm" : "CharSkyKid_Feet_AP20RobeSandals", + "spirit" : "ap20_haberdasher", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 32, + "ctyp" : "season_candle", + "dep" : 862674916, + "evn" : "season_20", + "id" : 4135571419, + "nm" : "CharSkyKid_Wing_AP20Enchantment", + "spirit" : "ap20_haberdasher", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 4135571419, + "evn" : "season_20", + "id" : 913007773, + "nm" : "lootbox_epic_ap20_haberdasher_02", + "spirit" : "ap20_haberdasher", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 40, + "ctyp" : "season_candle", + "dep" : 4135571419, + "evn" : "season_20", + "id" : 896230154, + "nm" : "lootbox_epic_ap20_haberdasher_03", + "spirit" : "ap20_haberdasher", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 896230154, + "evn" : "season_20", + "id" : 2175662240, + "nm" : "CharSkyKid_Horn_AP20Ribbon", + "spirit" : "ap20_haberdasher", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 896230154, + "evn" : "season_20", + "id" : 1432559643, + "nm" : "heart_ap20_haberdasher", + "spirit" : "ap20_haberdasher", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 20, + "ctyp" : "season_candle", + "dep" : 0, + "evn" : "season_20", + "id" : 2860543424, + "nm" : "lootbox_epic_ap20_modiste_01", + "spirit" : "ap20_modiste", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2860543424, + "evn" : "season_20", + "id" : 475588674, + "nm" : "CharSkyKid_Wing_AP20Abyss", + "spirit" : "ap20_modiste", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 32, + "ctyp" : "season_candle", + "dep" : 2860543424, + "evn" : "season_20", + "id" : 3566532901, + "nm" : "CharSkyKid_Body_AP20Robe", + "spirit" : "ap20_modiste", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3566532901, + "evn" : "season_20", + "id" : 2910876281, + "nm" : "lootbox_epic_ap20_modiste_02", + "spirit" : "ap20_modiste", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 38, + "ctyp" : "season_candle", + "dep" : 3566532901, + "evn" : "season_20", + "id" : 2894098662, + "nm" : "lootbox_epic_ap20_modiste_03", + "spirit" : "ap20_modiste", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2894098662, + "evn" : "season_20", + "id" : 2720882556, + "nm" : "CharSkyKid_Hair_AP20Beads", + "spirit" : "ap20_modiste", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 2894098662, + "evn" : "season_20", + "id" : 3988833279, + "nm" : "heart_ap20_modiste", + "spirit" : "ap20_modiste", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 16, + "ctyp" : "season_candle", + "dep" : 0, + "evn" : "season_20", + "id" : 3701634531, + "nm" : "CharSkyKid_Hair_AP20SlickBowlCut", + "spirit" : "ap20_lapidary", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3701634531, + "evn" : "season_20", + "id" : 1057714865, + "nm" : "lootbox_epic_ap20_lapidary_01", + "spirit" : "ap20_lapidary", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 28, + "ctyp" : "season_candle", + "dep" : 3701634531, + "evn" : "season_20", + "id" : 1007382008, + "nm" : "lootbox_epic_ap20_lapidary_02", + "spirit" : "ap20_lapidary", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1007382008, + "evn" : "season_20", + "id" : 1395019618, + "nm" : "CharSkyKid_Wing_AP20Rhythm", + "spirit" : "ap20_lapidary", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 38, + "ctyp" : "season_candle", + "dep" : 1007382008, + "evn" : "season_20", + "id" : 136350340, + "nm" : "CharSkyKid_Feet_AP20ShortStraps", + "spirit" : "ap20_lapidary", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 136350340, + "evn" : "season_20", + "id" : 1024159627, + "nm" : "lootbox_epic_ap20_lapidary_03", + "spirit" : "ap20_lapidary", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 136350340, + "evn" : "season_20", + "id" : 1571575358, + "nm" : "heart_ap20_lapidary", + "spirit" : "ap20_lapidary", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 5, + "ctyp" : "candles", + "dep" : 0, + "evn" : "global_fireworks", + "id" : 916796425, + "nm" : "lootbox_epic_questfireworks_01", + "spirit" : "questfireworks", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 15, + "ctyp" : "event_candle_days_of_fireworks", + "dep" : 916796425, + "evn" : "global_fireworks", + "id" : 3307772112, + "nm" : "CharSkyKid_Horn_FireworkEarring", + "spirit" : "questfireworks", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 36, + "ctyp" : "event_candle_days_of_fireworks", + "dep" : 916796425, + "evn" : "global_fireworks", + "id" : 2643573525, + "nm" : "CharSkyKid_Prop_ScepterWand", + "spirit" : "questfireworks", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 1993541315, + "nm" : "teleport_to_questap21", + "spirit" : "questap21", + "typ" : "teleport_to" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1993541315, + "id" : 899173514, + "nm" : "ap06unlock_ap21_fetch_01", + "spirit" : "questap21", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 899173514, + "id" : 1213014859, + "nm" : "heart_ap06unlock_ap21_fetch_01", + "spirit" : "questap21", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 899173514, + "id" : 882395895, + "nm" : "ap06unlock_ap21_fetch_02", + "spirit" : "questap21", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 882395895, + "id" : 1229792478, + "nm" : "heart_ap06unlock_ap21_fetch_02", + "spirit" : "questap21", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 882395895, + "id" : 865618276, + "nm" : "ap06unlock_ap21_fetch_03", + "spirit" : "questap21", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 50, + "ctyp" : "candles", + "dep" : 865618276, + "id" : 3542628390, + "nm" : "CharSkyKid_Horn_AP21Lotus", + "spirit" : "questap21", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 865618276, + "id" : 848840657, + "nm" : "ap06unlock_ap21_fetch_04", + "spirit" : "questap21", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 848840657, + "id" : 1263347716, + "nm" : "heart_ap06unlock_ap21_fetch_04", + "spirit" : "questap21", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 848840657, + "id" : 832063038, + "nm" : "ap06unlock_ap21_fetch_05", + "spirit" : "questap21", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 120, + "ctyp" : "candles", + "dep" : 832063038, + "evn" : "season_21", + "id" : 2674587204, + "nm" : "CharSkyKid_Mask_AP21Deer", + "spirit" : "questap21", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 899173514, + "evn" : "season_21", + "id" : 549282393, + "nm" : "CharSkyKid_Neck_AP21Pendant", + "spirit" : "questap21", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 1, + "ctyp" : "season_heart", + "dep" : 549282393, + "evn" : "season_21", + "id" : 1771957565, + "nm" : "CharSkyKid_Hair_AP21FancyUpdo", + "spirit" : "questap21", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 1, + "ctyp" : "season_heart", + "dep" : 1771957565, + "evn" : "season_21", + "id" : 4208380331, + "nm" : "CharSkyKid_Body_AP21SilkRaiment", + "spirit" : "questap21", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 2, + "ctyp" : "season_heart", + "dep" : 4208380331, + "evn" : "season_21", + "id" : 1888254859, + "nm" : "CharSkyKid_Wing_AP21SilkSash", + "spirit" : "questap21", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 323772917, + "nm" : "emote_upgrade_whistle_01", + "spirit" : "whistle", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 323772917, + "evn" : "season_21", + "id" : 273440060, + "nm" : "emote_upgrade_whistle_02", + "spirit" : "whistle", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 16, + "ctyp" : "season_candle", + "dep" : 323772917, + "evn" : "season_21", + "id" : 3365941813, + "nm" : "lootbox_epic_whistle_01", + "spirit" : "whistle", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3365941813, + "evn" : "season_21", + "id" : 1016529682, + "nm" : "CharSkyKid_Body_AP21LinenPants", + "spirit" : "whistle", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 26, + "ctyp" : "season_candle", + "dep" : 3365941813, + "evn" : "season_21", + "id" : 3074656880, + "nm" : "CharSkyKid_Hair_AP21Turban", + "spirit" : "whistle", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3074656880, + "evn" : "season_21", + "id" : 3315608956, + "nm" : "lootbox_epic_whistle_02", + "spirit" : "whistle", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 30, + "ctyp" : "season_candle", + "dep" : 3074656880, + "evn" : "season_21", + "id" : 290217679, + "nm" : "emote_upgrade_whistle_03", + "spirit" : "whistle", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 290217679, + "evn" : "season_21", + "id" : 239884822, + "nm" : "emote_upgrade_whistle_04", + "spirit" : "whistle", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 36, + "ctyp" : "season_candle", + "dep" : 290217679, + "evn" : "season_21", + "id" : 2921973017, + "nm" : "CharSkyKid_Prop_AP21Basket", + "spirit" : "whistle", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2921973017, + "evn" : "season_21", + "id" : 3332386575, + "nm" : "lootbox_epic_whistle_03", + "spirit" : "whistle", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 2921973017, + "evn" : "season_21", + "id" : 1080713214, + "nm" : "heart_whistle", + "spirit" : "whistle", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 3789799484, + "nm" : "emote_upgrade_muscle_01", + "spirit" : "muscle", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3789799484, + "evn" : "season_21", + "id" : 3840132341, + "nm" : "emote_upgrade_muscle_02", + "spirit" : "muscle", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 8, + "ctyp" : "season_candle", + "dep" : 3789799484, + "evn" : "season_21", + "id" : 3209394519, + "nm" : "CharSkyKid_Body_AP21Coat", + "spirit" : "muscle", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3209394519, + "evn" : "season_21", + "id" : 4091459964, + "nm" : "lootbox_epic_muscle_01", + "spirit" : "muscle", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 20, + "ctyp" : "season_candle", + "dep" : 3209394519, + "evn" : "season_21", + "id" : 3823354722, + "nm" : "emote_upgrade_muscle_03", + "spirit" : "muscle", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3823354722, + "evn" : "season_21", + "id" : 3739466627, + "nm" : "emote_upgrade_muscle_04", + "spirit" : "muscle", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 28, + "ctyp" : "season_candle", + "dep" : 3823354722, + "evn" : "season_21", + "id" : 4141792821, + "nm" : "lootbox_epic_muscle_02", + "spirit" : "muscle", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 4141792821, + "evn" : "season_21", + "id" : 847985255, + "nm" : "CharSkyKid_Hair_AP21HunterBun", + "spirit" : "muscle", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 34, + "ctyp" : "season_candle", + "dep" : 4141792821, + "evn" : "season_21", + "id" : 3178513084, + "nm" : "CharSkyKid_Wing_AP21LinenScarf", + "spirit" : "muscle", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3178513084, + "evn" : "season_21", + "id" : 4125015202, + "nm" : "lootbox_epic_muscle_03", + "spirit" : "muscle", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 3178513084, + "evn" : "season_21", + "id" : 2912111307, + "nm" : "heart_muscle", + "spirit" : "muscle", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 3543089473, + "nm" : "emote_upgrade_princesscarry_01", + "spirit" : "princesscarry", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3543089473, + "evn" : "season_21", + "id" : 3492756616, + "nm" : "emote_upgrade_princesscarry_02", + "spirit" : "princesscarry", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 6, + "ctyp" : "season_candle", + "dep" : 3543089473, + "evn" : "season_21", + "id" : 488245633, + "nm" : "lootbox_epic_princesscarry_01", + "spirit" : "princesscarry", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 488245633, + "evn" : "season_21", + "id" : 999368342, + "nm" : "CharSkyKid_Horn_AP21Crown", + "spirit" : "princesscarry", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 18, + "ctyp" : "season_candle", + "dep" : 488245633, + "evn" : "season_21", + "id" : 905270780, + "nm" : "CharSkyKid_Mask_AP21Eyebrows", + "spirit" : "princesscarry", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 905270780, + "evn" : "season_21", + "id" : 437912776, + "nm" : "lootbox_epic_princesscarry_02", + "spirit" : "princesscarry", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 26, + "ctyp" : "season_candle", + "dep" : 905270780, + "evn" : "season_21", + "id" : 454690395, + "nm" : "lootbox_epic_princesscarry_03", + "spirit" : "princesscarry", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 454690395, + "evn" : "season_21", + "id" : 2744408674, + "nm" : "CharSkyKid_Wing_AP21KingCloak", + "spirit" : "princesscarry", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 32, + "ctyp" : "season_candle", + "dep" : 454690395, + "evn" : "season_21", + "id" : 1308715455, + "nm" : "sheet41", + "spirit" : "princesscarry", + "typ" : "music" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1308715455, + "evn" : "season_21", + "id" : 538578490, + "nm" : "lootbox_epic_princesscarry_04", + "spirit" : "princesscarry", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 1308715455, + "evn" : "season_21", + "id" : 2348905966, + "nm" : "heart_princesscarry", + "spirit" : "princesscarry", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 1719237006, + "nm" : "emote_upgrade_floatdance_01", + "spirit" : "floatdance", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1719237006, + "evn" : "season_21", + "id" : 1702459387, + "nm" : "emote_upgrade_floatdance_02", + "spirit" : "floatdance", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 8, + "ctyp" : "season_candle", + "dep" : 1719237006, + "evn" : "season_21", + "id" : 3404935839, + "nm" : "CharSkyKid_Mask_AP21PaintMakeup", + "spirit" : "floatdance", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3404935839, + "evn" : "season_21", + "id" : 3624856782, + "nm" : "lootbox_epic_floatdance_01", + "spirit" : "floatdance", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 18, + "ctyp" : "season_candle", + "dep" : 3404935839, + "evn" : "season_21", + "id" : 3608079163, + "nm" : "lootbox_epic_floatdance_02", + "spirit" : "floatdance", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3608079163, + "evn" : "season_21", + "id" : 3978184428, + "nm" : "CharSkyKid_Hair_AP21RoyalBun", + "spirit" : "floatdance", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 22, + "ctyp" : "season_candle", + "dep" : 3608079163, + "evn" : "season_21", + "id" : 1685681768, + "nm" : "emote_upgrade_floatdance_03", + "spirit" : "floatdance", + "typ" : "spirit_upgrade" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1685681768, + "evn" : "season_21", + "id" : 1803125101, + "nm" : "emote_upgrade_floatdance_04", + "spirit" : "floatdance", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 26, + "ctyp" : "season_candle", + "dep" : 1685681768, + "evn" : "season_21", + "id" : 4100650486, + "nm" : "CharSkyKid_Body_AP21RoyalDress", + "spirit" : "floatdance", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 4100650486, + "evn" : "season_21", + "id" : 3591301544, + "nm" : "lootbox_epic_floatdance_03", + "spirit" : "floatdance", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 32, + "ctyp" : "season_candle", + "dep" : 4100650486, + "evn" : "season_21", + "id" : 3708744877, + "nm" : "lootbox_epic_floatdance_04", + "spirit" : "floatdance", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3708744877, + "evn" : "season_21", + "id" : 2052290045, + "nm" : "CharSkyKid_Wing_AP21SilkShawl", + "spirit" : "floatdance", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 3708744877, + "evn" : "season_21", + "id" : 3740224681, + "nm" : "heart_floatdance", + "spirit" : "floatdance", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 12, + "ctyp" : "season_candle", + "dep" : 0, + "evn" : "season_22", + "id" : 1277949555, + "nm" : "lootbox_epic_ap22_carpenter_01", + "spirit" : "ap22_carpenter", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1277949555, + "evn" : "season_22", + "id" : 617515221, + "nm" : "CharSkyKid_Prop_AP22BedSingle", + "spirit" : "ap22_carpenter", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 20, + "ctyp" : "season_candle", + "dep" : 1277949555, + "evn" : "season_22", + "id" : 3186253067, + "nm" : "CharSkyKid_Prop_AP22Chair", + "spirit" : "ap22_carpenter", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3186253067, + "evn" : "season_22", + "id" : 1294727174, + "nm" : "lootbox_epic_ap22_carpenter_02", + "spirit" : "ap22_carpenter", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 28, + "ctyp" : "season_candle", + "dep" : 3186253067, + "evn" : "season_22", + "id" : 1311504793, + "nm" : "lootbox_epic_ap22_carpenter_03", + "spirit" : "ap22_carpenter", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1311504793, + "evn" : "season_22", + "id" : 985424833, + "nm" : "CharSkyKid_Wing_AP22Designer", + "spirit" : "ap22_carpenter", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 36, + "ctyp" : "season_candle", + "dep" : 1311504793, + "evn" : "season_22", + "id" : 2224069802, + "nm" : "CharSkyKid_Prop_AP22WallPaintingSet", + "spirit" : "ap22_carpenter", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2224069802, + "evn" : "season_22", + "id" : 1328282412, + "nm" : "lootbox_epic_ap22_carpenter_04", + "spirit" : "ap22_carpenter", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 2224069802, + "evn" : "season_22", + "id" : 4269697998, + "nm" : "heart_ap22_carpenter", + "spirit" : "ap22_carpenter", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 16, + "ctyp" : "season_candle", + "dep" : 0, + "evn" : "season_22", + "id" : 2781485867, + "nm" : "CharSkyKid_Prop_AP22StepStool", + "spirit" : "ap22_upholsterer", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2781485867, + "evn" : "season_22", + "id" : 581944890, + "nm" : "lootbox_epic_ap22_upholsterer_01", + "spirit" : "ap22_upholsterer", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 20, + "ctyp" : "season_candle", + "dep" : 2781485867, + "evn" : "season_22", + "id" : 565167271, + "nm" : "lootbox_epic_ap22_upholsterer_02", + "spirit" : "ap22_upholsterer", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 565167271, + "evn" : "season_22", + "id" : 3050534175, + "nm" : "CharSkyKid_Prop_AP22Loveseat", + "spirit" : "ap22_upholsterer", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 26, + "ctyp" : "season_candle", + "dep" : 565167271, + "evn" : "season_22", + "id" : 1614627079, + "nm" : "CharSkyKid_Prop_AP22WallSpiceRack", + "spirit" : "ap22_upholsterer", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1614627079, + "evn" : "season_22", + "id" : 548389652, + "nm" : "lootbox_epic_ap22_upholsterer_03", + "spirit" : "ap22_upholsterer", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 30, + "ctyp" : "season_candle", + "dep" : 1614627079, + "evn" : "season_22", + "id" : 531612033, + "nm" : "lootbox_epic_ap22_upholsterer_04", + "spirit" : "ap22_upholsterer", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 531612033, + "evn" : "season_22", + "id" : 2681575195, + "nm" : "CharSkyKid_Horn_AP22Pencil", + "spirit" : "ap22_upholsterer", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 531612033, + "evn" : "season_22", + "id" : 389462681, + "nm" : "heart_ap22_upholsterer", + "spirit" : "ap22_upholsterer", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 14, + "ctyp" : "season_candle", + "dep" : 0, + "evn" : "season_22", + "id" : 86909521, + "nm" : "lootbox_epic_ap22_weaver_01", + "spirit" : "ap22_weaver", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 86909521, + "evn" : "season_22", + "id" : 3879001162, + "nm" : "CharSkyKid_Prop_AP22WallPainting", + "spirit" : "ap22_weaver", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 22, + "ctyp" : "season_candle", + "dep" : 86909521, + "evn" : "season_22", + "id" : 2506079720, + "nm" : "CharSkyKid_Prop_AP22HangingPlanter", + "spirit" : "ap22_weaver", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2506079720, + "evn" : "season_22", + "id" : 36576664, + "nm" : "lootbox_epic_ap22_weaver_02", + "spirit" : "ap22_weaver", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 30, + "ctyp" : "season_candle", + "dep" : 2506079720, + "evn" : "season_22", + "id" : 53354283, + "nm" : "lootbox_epic_ap22_weaver_03", + "spirit" : "ap22_weaver", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 53354283, + "evn" : "season_22", + "id" : 2262109314, + "nm" : "CharSkyKid_Prop_AP22BathTub", + "spirit" : "ap22_weaver", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 34, + "ctyp" : "season_candle", + "dep" : 53354283, + "evn" : "season_22", + "id" : 135173365, + "nm" : "CharSkyKid_Prop_AP22DiningTable", + "spirit" : "ap22_weaver", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 135173365, + "evn" : "season_22", + "id" : 137242378, + "nm" : "lootbox_epic_ap22_weaver_04", + "spirit" : "ap22_weaver", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 135173365, + "evn" : "season_22", + "id" : 1534582158, + "nm" : "heart_ap22_weaver", + "spirit" : "ap22_weaver", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 16, + "ctyp" : "season_candle", + "dep" : 0, + "evn" : "season_22", + "id" : 3647861724, + "nm" : "CharSkyKid_Prop_AP22Lamp", + "spirit" : "ap22_mason", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3647861724, + "evn" : "season_22", + "id" : 2846521573, + "nm" : "lootbox_epic_ap22_mason_01", + "spirit" : "ap22_mason", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 20, + "ctyp" : "season_candle", + "dep" : 3647861724, + "evn" : "season_22", + "id" : 2796188716, + "nm" : "lootbox_epic_ap22_mason_02", + "spirit" : "ap22_mason", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2796188716, + "evn" : "season_22", + "id" : 515565800, + "nm" : "CharSkyKid_Prop_AP22PendantLight", + "spirit" : "ap22_mason", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 24, + "ctyp" : "season_candle", + "dep" : 2796188716, + "evn" : "season_22", + "id" : 1809713977, + "nm" : "CharSkyKid_Hair_AP22Pigtail", + "spirit" : "ap22_mason", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1809713977, + "evn" : "season_22", + "id" : 2812966335, + "nm" : "lootbox_epic_ap22_mason_03", + "spirit" : "ap22_mason", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 28, + "ctyp" : "season_candle", + "dep" : 1809713977, + "evn" : "season_22", + "id" : 2762633478, + "nm" : "lootbox_epic_ap22_mason_04", + "spirit" : "ap22_mason", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2762633478, + "evn" : "season_22", + "id" : 119790202, + "nm" : "CharSkyKid_Prop_AP22HangingLight", + "spirit" : "ap22_mason", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 2762633478, + "evn" : "season_22", + "id" : 1268346452, + "nm" : "heart_ap22_mason", + "spirit" : "ap22_mason", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 2010318934, + "nm" : "teleport_to_questap22", + "spirit" : "questap22", + "typ" : "teleport_to" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2010318934, + "id" : 694577389, + "nm" : "ap06unlock_ap22_fetch_01", + "spirit" : "questap22", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 694577389, + "id" : 787543996, + "nm" : "heart_ap06unlock_ap22_fetch_01", + "spirit" : "questap22", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 694577389, + "id" : 644244532, + "nm" : "ap06unlock_ap22_fetch_02", + "spirit" : "questap22", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 644244532, + "id" : 837876853, + "nm" : "heart_ap06unlock_ap22_fetch_02", + "spirit" : "questap22", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 644244532, + "id" : 661022151, + "nm" : "ap06unlock_ap22_fetch_03", + "spirit" : "questap22", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 661022151, + "id" : 821099234, + "nm" : "heart_ap06unlock_ap22_fetch_03", + "spirit" : "questap22", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 661022151, + "id" : 610689294, + "nm" : "ap06unlock_ap22_fetch_04", + "spirit" : "questap22", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 610689294, + "id" : 737211139, + "nm" : "heart_ap06unlock_ap22_fetch_04", + "spirit" : "questap22", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 610689294, + "id" : 627466913, + "nm" : "ap06unlock_ap22_fetch_05", + "spirit" : "questap22", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 627466913, + "id" : 720433520, + "nm" : "heart_ap06unlock_ap22_fetch_05", + "spirit" : "questap22", + "typ" : "heart" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 694577389, + "evn" : "season_22", + "id" : 637137758, + "nm" : "CharSkyKid_Neck_AP22Pendant", + "spirit" : "questap22", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 2, + "ctyp" : "season_heart", + "dep" : 637137758, + "evn" : "season_22", + "id" : 1340942800, + "nm" : "CharSkyKid_Body_AP22Designer", + "spirit" : "questap22", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 2, + "ctyp" : "season_heart", + "dep" : 1340942800, + "evn" : "season_22", + "id" : 2078878708, + "nm" : "CharSkyKid_Prop_MannequinFigurine", + "spirit" : "questap22", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 644120550, + "nm" : "ap06unlock_ap22_miniShop_01", + "spirit" : "ap22_miniquest_shop", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 644120550, + "id" : 447218386, + "nm" : "heart_ap06unlock_miniShop_fetch_01", + "spirit" : "ap22_miniquest_shop", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 644120550, + "id" : 627342931, + "nm" : "ap06unlock_ap22_miniShop_02", + "spirit" : "ap22_miniquest_shop", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 644120550, + "id" : 3635519733, + "nm" : "lootbox_shared_ap22_miniquest_shop_01", + "spirit" : "ap22_miniquest_shop", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 627342931, + "id" : 1247278168, + "nm" : "heart_ap06unlock_ap22_miniShop_02", + "spirit" : "ap22_miniquest_shop", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 627342931, + "id" : 610565312, + "nm" : "ap06unlock_ap22_miniShop_03", + "spirit" : "ap22_miniquest_shop", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 627342931, + "id" : 3585186876, + "nm" : "lootbox_shared_ap22_miniquest_shop_02", + "spirit" : "ap22_miniquest_shop", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 610565312, + "id" : 1264055787, + "nm" : "heart_ap06unlock_ap22_miniShop_03", + "spirit" : "ap22_miniquest_shop", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 66, + "ctyp" : "prestige", + "dep" : 610565312, + "id" : 1216836155, + "nm" : "CharSkyKid_Prop_ShellMusicBox", + "spirit" : "ap22_miniquest_shop", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 610565312, + "id" : 3601964495, + "nm" : "lootbox_shared_ap22_miniquest_shop_03", + "spirit" : "ap22_miniquest_shop", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 2315804494, + "nm" : "ap06unlock_ap22_miniHouse_01", + "spirit" : "ap22_miniquest_house", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2315804494, + "id" : 2373300844, + "nm" : "heart_ap06unlock_miniHouse_fetch_01", + "spirit" : "ap22_miniquest_house", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2315804494, + "id" : 2299026875, + "nm" : "ap06unlock_ap22_miniHouse_02", + "spirit" : "ap22_miniquest_house", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2299026875, + "id" : 1657234742, + "nm" : "heart_ap06unlock_ap22_miniHouse_02", + "spirit" : "ap22_miniquest_house", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2299026875, + "id" : 2282249256, + "nm" : "ap06unlock_ap22_miniHouse_03", + "spirit" : "ap22_miniquest_house", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2282249256, + "id" : 1674012361, + "nm" : "heart_ap06unlock_ap22_miniHouse_03", + "spirit" : "ap22_miniquest_house", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 99, + "ctyp" : "prestige", + "dep" : 2282249256, + "id" : 3126396576, + "nm" : "CharSkyKid_Prop_StoneMannequin", + "spirit" : "ap22_miniquest_house", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2282249256, + "id" : 1424941856, + "nm" : "lootbox_rainbow4_ap22_miniquest_house_01", + "spirit" : "ap22_miniquest_house", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 1527876111, + "nm" : "ap06unlock_ap22_miniSocial_01", + "spirit" : "ap22_miniquest_social", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1527876111, + "id" : 2956011907, + "nm" : "heart_ap06unlock_miniSocial_fetch_01", + "spirit" : "ap22_miniquest_social", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1527876111, + "id" : 1544653730, + "nm" : "ap06unlock_ap22_miniSocial_02", + "spirit" : "ap22_miniquest_social", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1544653730, + "id" : 3786212937, + "nm" : "heart_ap06unlock_ap22_miniSocial_02", + "spirit" : "ap22_miniquest_social", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1544653730, + "id" : 1561431349, + "nm" : "ap06unlock_ap22_miniSocial_03", + "spirit" : "ap22_miniquest_social", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1561431349, + "id" : 3769435318, + "nm" : "heart_ap06unlock_ap22_miniSocial_03", + "spirit" : "ap22_miniquest_social", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 33, + "ctyp" : "prestige", + "dep" : 1561431349, + "id" : 3622569633, + "nm" : "CharSkyKid_Prop_InstrumentRack", + "spirit" : "ap22_miniquest_social", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1561431349, + "id" : 3946088985, + "nm" : "lootbox_rainbow4_ap22_miniquest_social_01", + "spirit" : "ap22_miniquest_social", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 0, + "id" : 2027096553, + "nm" : "teleport_to_questap23", + "spirit" : "questap23", + "typ" : "teleport_to" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2027096553, + "id" : 3603917356, + "nm" : "ap06unlock_ap23_fetch_01", + "spirit" : "questap23", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 65, + "ctyp" : "candles", + "dep" : 3603917356, + "id" : 1637433722, + "nm" : "CharSkyKid_Mask_AP23Seahorse", + "spirit" : "questap23", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3603917356, + "id" : 3654250213, + "nm" : "ap06unlock_ap23_fetch_02", + "spirit" : "questap23", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3654250213, + "id" : 1733843012, + "nm" : "heart_ap06unlock_ap23_fetch_02", + "spirit" : "questap23", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3654250213, + "id" : 3637472594, + "nm" : "ap06unlock_ap23_fetch_03", + "spirit" : "questap23", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3637472594, + "id" : 161226981, + "nm" : "emote_upgrade_duetbow_01", + "spirit" : "questap23", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3637472594, + "id" : 3553584499, + "nm" : "ap06unlock_ap23_fetch_04", + "spirit" : "questap23", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 8, + "ctyp" : "heart", + "dep" : 3553584499, + "id" : 110894124, + "nm" : "emote_upgrade_duetbow_02", + "spirit" : "questap23", + "typ" : "spirit_upgrade" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3553584499, + "id" : 3536806880, + "nm" : "ap06unlock_ap23_fetch_05", + "spirit" : "questap23", + "typ" : "ap06unlock" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3536806880, + "id" : 1717065393, + "nm" : "heart_ap06unlock_ap23_fetch_05", + "spirit" : "questap23", + "typ" : "heart" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3603917356, + "evn" : "season_23", + "id" : 2513756879, + "nm" : "CharSkyKid_Neck_AP23Pendant", + "spirit" : "questap23", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 1, + "ctyp" : "season_heart", + "dep" : 2513756879, + "evn" : "season_23", + "id" : 4065041958, + "nm" : "CharSkyKid_Prop_AP23WallPosterDuet", + "spirit" : "questap23", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 2, + "ctyp" : "season_heart", + "dep" : 4065041958, + "evn" : "season_23", + "id" : 276925723, + "nm" : "CharSkyKid_Wing_AP23PianistCloak", + "spirit" : "questap23", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 2, + "ctyp" : "season_heart", + "dep" : 276925723, + "evn" : "season_23", + "id" : 4070704730, + "nm" : "CharSkyKid_Prop_AP23PlaceablePianoFancy", + "spirit" : "questap23", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 0, + "evn" : "spiritshopitem_ap06unlock_ap23_fetch_04", + "id" : 2203505693, + "nm" : "lootbox_memory_ap23_questap23_duo_01", + "spirit" : "questap23_duo", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 85, + "ctyp" : "candles", + "dep" : 2203505693, + "evn" : "spiritshopitem_ap06unlock_ap23_fetch_04", + "id" : 3415277744, + "nm" : "CharSkyKid_Face_AP23Filigree", + "spirit" : "questap23_duo", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 200, + "ctyp" : "candles", + "dep" : 2203505693, + "evn" : "spiritshopitem_ap06unlock_ap23_fetch_04", + "id" : 3515083879, + "nm" : "CharSkyKid_Prop_AP23CelloFancy", + "spirit" : "questap23_duo", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 0, + "ctyp" : "candles", + "dep" : 2203505693, + "evn" : "spiritshopitem_ap06unlock_ap23_fetch_04", + "id" : 4270624639, + "nm" : "heart_questap23_duo_01", + "spirit" : "questap23_duo", + "typ" : "heart" + }, + { + "ap" : false, + "cst" : 14, + "ctyp" : "season_candle", + "dep" : 0, + "evn" : "season_23", + "id" : 128487326, + "nm" : "lootbox_epic_ap23_pianist_stage1_01", + "spirit" : "ap23_pianist_stage01", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 128487326, + "evn" : "season_23", + "id" : 2720507649, + "nm" : "CharSkyKid_Prop_AP23WallPosterPianoKeys", + "spirit" : "ap23_pianist_stage01", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 20, + "ctyp" : "season_candle", + "dep" : 128487326, + "evn" : "season_23", + "id" : 3530481152, + "nm" : "CharSkyKid_Hair_AP23PianistKnot", + "spirit" : "ap23_pianist_stage01", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3530481152, + "evn" : "season_23", + "id" : 111709707, + "nm" : "lootbox_epic_ap23_pianist_stage1_02", + "spirit" : "ap23_pianist_stage01", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 24, + "ctyp" : "season_candle", + "dep" : 3530481152, + "evn" : "season_23", + "id" : 94932088, + "nm" : "lootbox_epic_ap23_pianist_stage1_03", + "spirit" : "ap23_pianist_stage01", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 94932088, + "evn" : "season_23", + "id" : 689212828, + "nm" : "CharSkyKid_Body_AP23PianistBasic", + "spirit" : "ap23_pianist_stage01", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 30, + "ctyp" : "season_candle", + "dep" : 94932088, + "evn" : "season_23", + "id" : 2495179760, + "nm" : "CharSkyKid_Prop_RugSmallSolid_AP23Pianist", + "spirit" : "ap23_pianist_stage01", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2495179760, + "evn" : "season_23", + "id" : 212375421, + "nm" : "lootbox_epic_ap23_pianist_stage1_04", + "spirit" : "ap23_pianist_stage01", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 2495179760, + "evn" : "season_23", + "id" : 596722815, + "nm" : "heart_ap23_pianist_stage1", + "spirit" : "ap23_pianist_stage01", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 20, + "ctyp" : "season_candle", + "dep" : 0, + "evn" : "season_23", + "id" : 2206820531, + "nm" : "CharSkyKid_Hair_AP23CellistBun", + "spirit" : "ap23_cello_stage01", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2206820531, + "evn" : "season_23", + "id" : 2686070975, + "nm" : "lootbox_epic_ap23_cello_stage1_01", + "spirit" : "ap23_cello_stage01", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 26, + "ctyp" : "season_candle", + "dep" : 2206820531, + "evn" : "season_23", + "id" : 2702848594, + "nm" : "lootbox_epic_ap23_cello_stage1_02", + "spirit" : "ap23_cello_stage01", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2702848594, + "evn" : "season_23", + "id" : 532493211, + "nm" : "CharSkyKid_Prop_AP23WallPosterConch", + "spirit" : "ap23_cello_stage01", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 32, + "ctyp" : "season_candle", + "dep" : 2702848594, + "evn" : "season_23", + "id" : 3365769672, + "nm" : "CharSkyKid_Body_AP23CellistBasic", + "spirit" : "ap23_cello_stage01", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3365769672, + "evn" : "season_23", + "id" : 2719626213, + "nm" : "lootbox_epic_ap23_cello_stage1_03", + "spirit" : "ap23_cello_stage01", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 3365769672, + "evn" : "season_23", + "id" : 3812552696, + "nm" : "heart_ap23_cello_stage1", + "spirit" : "ap23_cello_stage01", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 12, + "ctyp" : "season_candle", + "dep" : 0, + "evn" : "season_23", + "id" : 2653183697, + "nm" : "lootbox_epic_ap23_pianist_stage2_01", + "spirit" : "ap23_pianist_stage02", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2653183697, + "evn" : "season_23", + "id" : 2142899329, + "nm" : "CharSkyKid_Prop_AP23WallPosterPiano", + "spirit" : "ap23_pianist_stage02", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 22, + "ctyp" : "season_candle", + "dep" : 2653183697, + "evn" : "season_23", + "id" : 884373594, + "nm" : "CharSkyKid_Feet_AP23WrapSandals", + "spirit" : "ap23_pianist_stage02", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 884373594, + "evn" : "season_23", + "id" : 2602850840, + "nm" : "lootbox_epic_ap23_pianist_stage2_02", + "spirit" : "ap23_pianist_stage02", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 26, + "ctyp" : "season_candle", + "dep" : 884373594, + "evn" : "season_23", + "id" : 2619628459, + "nm" : "lootbox_epic_ap23_pianist_stage2_03", + "spirit" : "ap23_pianist_stage02", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2619628459, + "evn" : "season_23", + "id" : 717260699, + "nm" : "CharSkyKid_Body_AP23PianistSuit", + "spirit" : "ap23_pianist_stage02", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 2619628459, + "evn" : "season_23", + "id" : 613500434, + "nm" : "heart_ap23_pianist_stage2", + "spirit" : "ap23_pianist_stage02", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 16, + "ctyp" : "season_candle", + "dep" : 0, + "evn" : "season_23", + "id" : 4167329804, + "nm" : "CharSkyKid_Prop_RugSmallSolid_AP23Cellist", + "spirit" : "ap23_cello_stage02", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 4167329804, + "evn" : "season_23", + "id" : 1705841768, + "nm" : "lootbox_epic_ap23_cello_stage2_01", + "spirit" : "ap23_cello_stage02", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 18, + "ctyp" : "season_candle", + "dep" : 4167329804, + "evn" : "season_23", + "id" : 1756174625, + "nm" : "lootbox_epic_ap23_cello_stage2_02", + "spirit" : "ap23_cello_stage02", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1756174625, + "evn" : "season_23", + "id" : 3560476573, + "nm" : "CharSkyKid_Prop_AP23WallPosterCello", + "spirit" : "ap23_cello_stage02", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 22, + "ctyp" : "season_candle", + "dep" : 1756174625, + "evn" : "season_23", + "id" : 2338894131, + "nm" : "CharSkyKid_Wing_AP23CellistCloak", + "spirit" : "ap23_cello_stage02", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 2338894131, + "evn" : "season_23", + "id" : 1739397006, + "nm" : "lootbox_epic_ap23_cello_stage2_03", + "spirit" : "ap23_cello_stage02", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 24, + "ctyp" : "season_candle", + "dep" : 2338894131, + "evn" : "season_23", + "id" : 1789729863, + "nm" : "lootbox_epic_ap23_cello_stage2_04", + "spirit" : "ap23_cello_stage02", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1789729863, + "evn" : "season_23", + "id" : 3524022789, + "nm" : "CharSkyKid_Body_AP23CellistDress", + "spirit" : "ap23_cello_stage02", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 1789729863, + "evn" : "season_23", + "id" : 3862885553, + "nm" : "heart_ap23_cello_stage2", + "spirit" : "ap23_cello_stage02", + "typ" : "season_heart" + }, + { + "ap" : false, + "cst" : 14, + "ctyp" : "season_candle", + "dep" : 0, + "evn" : "season_23", + "id" : 1342270693, + "nm" : "sheet43", + "spirit" : "ap23_instrument_shop", + "typ" : "music" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 1342270693, + "evn" : "season_23", + "id" : 3817734996, + "nm" : "lootbox_epic_ap23_instrument_shop_01", + "spirit" : "ap23_instrument_shop", + "typ" : "lootbox" + }, + { + "ap" : false, + "cst" : 24, + "ctyp" : "season_candle", + "dep" : 1342270693, + "evn" : "season_23", + "id" : 3868067853, + "nm" : "lootbox_epic_ap23_instrument_shop_02", + "spirit" : "ap23_instrument_shop", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3868067853, + "evn" : "season_23", + "id" : 31683673, + "nm" : "CharSkyKid_Prop_AP23PlaceablePianoBasic", + "spirit" : "ap23_instrument_shop", + "typ" : "outfit" + }, + { + "ap" : false, + "cst" : 34, + "ctyp" : "season_candle", + "dep" : 3868067853, + "evn" : "season_23", + "id" : 3276984188, + "nm" : "CharSkyKid_Prop_AP23CelloBasic", + "spirit" : "ap23_instrument_shop", + "typ" : "outfit" + }, + { + "ap" : true, + "cst" : 0, + "ctyp" : "season_candle", + "dep" : 3276984188, + "evn" : "season_23", + "id" : 3851290234, + "nm" : "lootbox_epic_ap23_instrument_shop_03", + "spirit" : "ap23_instrument_shop", + "typ" : "lootbox" + }, + { + "ap" : true, + "cst" : 3, + "ctyp" : "season_candle", + "dep" : 3276984188, + "evn" : "season_23", + "id" : 500382235, + "nm" : "heart_ap23_instrument_shop", + "spirit" : "ap23_instrument_shop", + "typ" : "season_heart" + } + ], + "spirit_shops_total_count" : 1909, + "spirit_shops_version" : 274217 + } + + diff --git a/account/account_get_surveys.json b/account/account_get_surveys.json new file mode 100644 index 0000000..3c3982e --- /dev/null +++ b/account/account_get_surveys.json @@ -0,0 +1,37 @@ +/* +POST /account/get_surveys HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: jXbF0HD +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:13 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 14 + + +*/ +//Response +{ + "surveys" : [] + } + diff --git a/account/account_get_unlocks.json b/account/account_get_unlocks.json new file mode 100644 index 0000000..0c58523 --- /dev/null +++ b/account/account_get_unlocks.json @@ -0,0 +1,68 @@ +/* +POST /account/get_unlocks HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: J1RBNmv +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:16 GMT +Content-Type: application/json; charset=utf-8 +Connection: keep-alive +Content-Length: 469 + + +*/ +//Response +{ + "unlocks" : [ + { + "ack" : false, + "created_at" : 1717265536, + "name" : "ap06unlock_ap20_fetch_01", + "type" : "spiritshop" + }, + { + "ack" : false, + "created_at" : 1717265799, + "name" : "ap06unlock_ap20_fetch_03", + "type" : "spiritshop" + }, + { + "ack" : false, + "created_at" : 1717266303, + "name" : "teleport_to_questap22", + "type" : "spiritshop" + }, + { + "ack" : false, + "created_at" : 1717267930, + "name" : "emote_upgrade_point_01", + "type" : "spiritshop" + }, + { + "ack" : false, + "created_at" : 1717267947, + "name" : "CharSkyKid_Hair_TopSharp", + "type" : "spiritshop" + } + ] + } + diff --git a/account/account_get_vars.json b/account/account_get_vars.json new file mode 100644 index 0000000..acb51f8 --- /dev/null +++ b/account/account_get_vars.json @@ -0,0 +1,111 @@ +/* +POST /account/get_vars HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: wXtcauG +x-sky-level-id: 3526133726 +Content-Length: 2 + + +*/ +//Request +{} + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:14:38 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 2207 + + +*/ +//Response +{ + "vars" : { + "ab_mainstreet_balance" : 0, + "ab_mainstreet_enabled" : 1, + "afk_time" : 120, + "analytics_charge_interval" : 2, + "analytics_ping_distance" : 10, + "analytics_ping_interval" : 30, + "app_review_orbit" : 1, + "app_review_rain" : 1, + "aurora_apple_music_url" : "https://apple.co/Sky-Concert-In-The-Light", + "beta_mode" : 0, + "c_max_friend_pages" : 6, + "candle_forge_cost" : 150, + "carl" : "06609880-a195-44c1-81f9-7958e0199efa", + "chat_server_enabled" : 1, + "collectible_dup_interval_sec" : 7200, + "collectible_dup_wax_reward" : 0, + "dailyquestgiver" : "472f7381-4a46-4c05-84d8-66a777556066", + "diving_time" : 60, + "enable_afk_wax_pickups" : 0, + "enable_buddy_requests" : 1, + "enable_constellation_revisions" : 1, + "enable_diminishing_returns" : 1, + "enable_facebook_shrine" : 1, + "enable_feed_comments" : 1, + "enable_feed_comments_toggle" : 1, + "enable_feed_curated_refresh" : 1, + "enable_feed_follow" : 1, + "enable_feed_new_ui" : 1, + "enable_feed_peek_over_shoulder" : 1, + "enable_feed_superlike" : 1, + "enable_inbox" : 1, + "enable_instagram_shrine" : 1, + "enable_joint_damage_system" : 1, + "enable_map_menu" : 1, + "enable_map_shrines" : 1, + "enable_placeables_in_memory" : 1, + "enable_recording_candle" : 1, + "enable_resource_sync" : 1, + "enable_stage" : 1, + "enable_stage_placement_count" : 1, + "enable_stage_prairie_hub" : 1, + "enable_stage_tgc_office" : 1, + "enable_stage_volume_mode" : 1, + "enable_star_nfc" : 1, + "enable_storm_end_death_march" : 1, + "enable_superlike_multi_reward" : 1, + "enable_tgui_chatlog" : 1, + "enable_tgui_statecounter" : 1, + "enable_twitter_shrine" : 1, + "enable_web_remote" : 1, + "enable_web_remote_other" : 1, + "enable_web_remote_ps4" : 1, + "enable_web_remote_switch" : 1, + "feed_translation_enabled" : 1, + "flightmode_revisions_controls" : 1, + "flightmode_revisions_ui" : 1, + "full_afk_time" : 600, + "gift_heart_wax_count" : 5, + "gift_min_level_required" : "RainEnd", + "gift_wax_count" : 5, + "heart_forge_cost" : 300, + "level_storm" : 1, + "metaloop" : 1, + "minimum_gpu_rating" : 540, + "onboarding_mainstreet_00" : 1, + "past_collectibles_enabled" : 1, + "pickup_interval_sec" : 79200, + "prestige_forge_cost" : 4, + "push_notifications_enabled" : 1, + "season_candle_forge_cost" : 12, + "serendipity_match" : 1, + "shared_space_grid_resolution" : 6, + "shop_enabled" : 1, + "snorkel_diving_time_add" : 15, + "stage_claim_time" : 300, + "system_achievements" : 1, + "test_dawn_revamp_01" : 1, + "translation_enabled" : 1, + "websocket_enabled" : 1, + "welcome" : "8d1a1882-cfb8-4c00-a134-daa449388799" + } + } + diff --git a/account/account_get_video_defs.json b/account/account_get_video_defs.json new file mode 100644 index 0000000..4c4fcf1 --- /dev/null +++ b/account/account_get_video_defs.json @@ -0,0 +1,242 @@ +/* +POST /account/get_video_defs HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: nTwM42Q +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:25 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 6819 + + +*/ +//Response +{ + "video_defs" : [ + { + "duration" : 672, + "has_translations" : false, + "location" : "https://video.cdn.thatgamecompany.com/encoded/skyfest24/gallery2/DOS5_ArtGalleryInGame_K_240424/DOS5_ArtGalleryInGame_K_240424_tgc.m3u8", + "name" : "art_of_sky_gallery", + "subtitle_base" : "" + }, + { + "duration" : 47, + "has_translations" : false, + "location" : "https://video.cdn.thatgamecompany.com/encoded/skyfest24/ArtBookSigning_VLS_47s_EN_2406/ArtBookSigning_VLS_47s_EN_2406_tgc.m3u8", + "name" : "artbook_signing", + "subtitle_base" : "" + }, + { + "duration" : 47, + "has_translations" : false, + "location" : "https://video.cdn.thatgamecompany.com/encoded/skyfest24/SKYF_CinemaTrailer-Socials_VLS_47s_EN_2406/SKYF_CinemaTrailer-Socials_VLS_47s_EN_2406_tgc.m3u8", + "name" : "cinema_trailer", + "subtitle_base" : "" + }, + { + "duration" : 210, + "has_translations" : false, + "location" : "https://video.cdn.thatgamecompany.com/encoded/skyfest24/Cocowoll_SkyFest_Animation/Cocowoll_SkyFest_Animation_tgc.m3u8", + "name" : "cocowoll_skyfest_animation", + "subtitle_base" : "" + }, + { + "duration" : 61, + "has_translations" : false, + "location" : "https://video.cdn.thatgamecompany.com/encoded/skyfest24/DOS5_Trailer_Socials_VLS_60s_EN_2406/DOS5_Trailer_Socials_VLS_60s_EN_2406_tgc.m3u8", + "name" : "fifth_anniversary_trailer", + "subtitle_base" : "" + }, + { + "duration" : 492, + "has_translations" : false, + "location" : "https://video.cdn.thatgamecompany.com/encoded/skyfest24/gallery2/DOS5_HistoryOfSkyInGame_K_240502/DOS5_HistoryOfSkyInGame_K_240502_tgc.m3u8", + "name" : "history_of_sky_gallery", + "subtitle_base" : "" + }, + { + "duration" : 3460, + "has_translations" : true, + "location" : "https://video.cdn.thatgamecompany.com/encoded/skyfest24/DOS5_GDC-Jenova_VLS_58m_EN_240618/DOS5_GDC-Jenova_VLS_58m_EN_240618.m3u8", + "name" : "jenova_dev_talk", + "subtitle_base" : "https://video.cdn.thatgamecompany.com/vtt-sf24/Jenova_Dev_Talk/DOS5_GDC-Jenova_VLS_58m_EN_240516.mp4.vtt" + }, + { + "duration" : 2347, + "has_translations" : true, + "location" : "https://video.cdn.thatgamecompany.com/encoded/skyfest24/DOS5_InGame-Jenova-KeyN_VLS_39m7s_EN_240708c/DOS5_InGame-Jenova-KeyN_VLS_39m7s_EN_240708c_tgc.m3u8", + "name" : "jenova_keynote", + "subtitle_base" : "https://video.cdn.thatgamecompany.com/vtt-sf24/Jenova_Keynote_Global/Jenova_Keynote_Global.mp4.vtt" + }, + { + "duration" : 3235, + "has_translations" : true, + "location" : "https://video.cdn.thatgamecompany.com/encoded/skyfest24/DOS5_GDC-Nic_VLS_54m_EN_240521/DOS5_GDC-Nic_VLS_54m_EN_240521_tgc.m3u8", + "name" : "nic_dev_talk", + "subtitle_base" : "https://video.cdn.thatgamecompany.com/vtt-sf24/Nic_Dev_Talk/DOS5_GDC-Nic_VLS_54m_EN_240521.mp4.vtt" + }, + { + "duration" : 105, + "has_translations" : true, + "location" : "https://video.cdn.thatgamecompany.com/encoded/skyfest24/Recrui_Amelia/Recrui_Amelia_tgc.m3u8", + "name" : "recruitment_amelia", + "subtitle_base" : "https://video.cdn.thatgamecompany.com/vtt-sf24/Recruitment_Videos/Amelia_Razinha/Recrui_Amelia_Razinha.mp4.vtt" + }, + { + "duration" : 83, + "has_translations" : true, + "location" : "https://video.cdn.thatgamecompany.com/encoded/skyfest24/Recrui_Dylan/Recrui_Dylan_tgc.m3u8", + "name" : "recruitment_dylan", + "subtitle_base" : "https://video.cdn.thatgamecompany.com/vtt-sf24/Recruitment_Videos/Dylan_Faust/Recrui_Dylan.mp4.vtt" + }, + { + "duration" : 113, + "has_translations" : true, + "location" : "https://video.cdn.thatgamecompany.com/encoded/skyfest24/Recrui_Jeremy/Recrui_Jeremy_tgc.m3u8", + "name" : "recruitment_jeremy", + "subtitle_base" : "https://video.cdn.thatgamecompany.com/vtt-sf24/Recruitment_Videos/Jeremy_Simpson/Recrui_Jeremy.mp4.vtt" + }, + { + "duration" : 95, + "has_translations" : true, + "location" : "https://video.cdn.thatgamecompany.com/encoded/skyfest24/Recrui_Kyle_0202/Recrui_Kyle_0202_tgc.m3u8", + "name" : "recruitment_kyle", + "subtitle_base" : "https://video.cdn.thatgamecompany.com/vtt-sf24/Recruitment_Videos/Kyle_Holdwick/Recrui_Kyle_0202.mp4.vtt" + }, + { + "duration" : 93, + "has_translations" : true, + "location" : "https://video.cdn.thatgamecompany.com/encoded/skyfest24/Recrui_Nic_0926/Recrui_Nic_0926_tgc.m3u8", + "name" : "recruitment_nick", + "subtitle_base" : "https://video.cdn.thatgamecompany.com/vtt-sf24/Recruitment_Videos/Nic_Oueijan/Recrui_Nic_0926.mp4.vtt" + }, + { + "duration" : 93, + "has_translations" : true, + "location" : "https://video.cdn.thatgamecompany.com/encoded/skyfest24/Recrui_Reika_0214/Recrui_Reika_0214_tgc.m3u8", + "name" : "recruitment_reika", + "subtitle_base" : "https://video.cdn.thatgamecompany.com/vtt-sf24/Recruitment_Videos/Reika_Yoshino/Recrui_Reika_0214.mp4.vtt" + }, + { + "duration" : 115, + "has_translations" : true, + "location" : "https://video.cdn.thatgamecompany.com/encoded/skyfest24/Recrui_Sam_0609/Recrui_Sam_0609_tgc.m3u8", + "name" : "recruitment_sam", + "subtitle_base" : "https://video.cdn.thatgamecompany.com/vtt-sf24/Recruitment_Videos/Sam_McGrath/Recrui_Sam_0609.mp4.vtt" + }, + { + "duration" : 96, + "has_translations" : true, + "location" : "https://video.cdn.thatgamecompany.com/encoded/skyfest24/Recrui_Samantha_0216/Recrui_Samantha_0216_tgc.m3u8", + "name" : "recruitment_samantha", + "subtitle_base" : "https://video.cdn.thatgamecompany.com/vtt-sf24/Recruitment_Videos/Samantha_Cruse/Recrui_Samantha_0216.mp4.vtt" + }, + { + "duration" : 3027, + "has_translations" : true, + "location" : "https://video.cdn.thatgamecompany.com/encoded/skyfest24/DOS5_GDC-Sam_VLS_50m_EN_240516/DOS5_GDC-Sam_VLS_50m_EN_240516_tgc.m3u8", + "name" : "sam_dev_talk", + "subtitle_base" : "https://video.cdn.thatgamecompany.com/vtt-sf24/Sam_Dev_Talk/Sam_GDC_Talk.vtt" + }, + { + "duration" : 1870, + "has_translations" : true, + "location" : "https://video.cdn.thatgamecompany.com/encoded/skyfest24/DOS5_InGame-YuiKeyN_VLS_31m12s_240524/DOS5_InGame-YuiKeyN_VLS_31m12s_240524_tgc.m3u8", + "name" : "yui_dev_talk", + "subtitle_base" : "https://video.cdn.thatgamecompany.com/vtt-sf24/Yui_Art_Talk/DOS5_InGame-YuiKeyN_VLS_31m12s_240524.mp4.vtt" + } + ], + "video_schedule" : [ + { + "channel" : "cinema", + "event" : "skyfest_developer_jenova", + "gap_seconds" : 30, + "loop" : false, + "playlist" : [ "jenova_dev_talk" ], + "postshow_seconds" : 10, + "preshow_seconds" : 120, + "silence_please" : true + }, + { + "channel" : "cinema", + "event" : "skyfest_developer_nicolas", + "gap_seconds" : 30, + "loop" : false, + "playlist" : [ "fifth_anniversary_trailer", "nic_dev_talk" ], + "postshow_seconds" : 10, + "preshow_seconds" : 120, + "silence_please" : true + }, + { + "channel" : "cinema", + "event" : "skyfest_developer_sam", + "gap_seconds" : 30, + "loop" : false, + "playlist" : [ "cinema_trailer", "sam_dev_talk" ], + "postshow_seconds" : 10, + "preshow_seconds" : 120, + "silence_please" : true + }, + { + "channel" : "cinema", + "event" : "skyfest_developer_yui", + "gap_seconds" : 30, + "loop" : false, + "playlist" : [ "artbook_signing", "yui_dev_talk" ], + "postshow_seconds" : 10, + "preshow_seconds" : 120, + "silence_please" : true + }, + { + "channel" : "cinema", + "event" : "skyfest_keynote", + "gap_seconds" : 30, + "loop" : false, + "playlist" : [ "cocowoll_skyfest_animation", "jenova_keynote" ], + "postshow_seconds" : 10, + "preshow_seconds" : 120, + "silence_please" : true + }, + { + "channel" : "tgc_office", + "event" : "global_skyfest", + "gap_seconds" : 15, + "loop" : true, + "playlist" : [ + "recruitment_kyle", + "recruitment_reika", + "recruitment_nick", + "recruitment_sam", + "recruitment_amelia", + "recruitment_jeremy", + "recruitment_samantha", + "recruitment_dylan" + ], + "postshow_seconds" : 10, + "preshow_seconds" : 10, + "silence_please" : false + } + ] + } + diff --git a/account/account_iaplist.json b/account/account_iaplist.json new file mode 100644 index 0000000..8907d7d --- /dev/null +++ b/account/account_iaplist.json @@ -0,0 +1,2032 @@ +/* +POST /account/iaplist HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: Pm8GgKP +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 175 + + +*/ +//Request +{ + "country" : "US", + "platform" : "steam", + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:14 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 44882 + + +*/ +//Response +{ + "commerce_gift_count" : 0, + "iap_list" : [ + { + "currencyCount" : 30, + "currencyCount2" : 0, + "currencyType" : "season_candle", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_season_pass", + "icon" : "{{Seasons::iap_icon_SPASSR}}", + "id" : "SPASSR", + "name" : "commerce_item_name_season_pass", + "soundId" : 8, + "tier" : 10, + "type" : "Consumable", + "unlocks" : [ "{{Seasons::iap_unlocks_SPASSR}}" ] + }, + { + "currencyCount" : 30, + "currencyCount2" : 2, + "currencyType" : "season_candle", + "currencyType2" : "season_pass_token", + "desc" : "commerce_item_desc_season_pass_pack3", + "icon" : "{{Seasons::iap_icon_SPASSP3}}", + "id" : "SPASSP3", + "name" : "commerce_item_name_season_pass_pack3", + "soundId" : 8, + "tier" : 20, + "type" : "Consumable", + "unlocks" : [ "{{Seasons::iap_unlocks_SPASSP3}}" ] + }, + { + "currencyCount" : 1, + "currencyCount2" : 0, + "currencyType" : "season_pass_token", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_season_pass_gift", + "icon" : "{{Seasons::iap_icon_SPASSG}}", + "id" : "SPASSG", + "name" : "commerce_item_name_season_pass_gift", + "soundId" : 8, + "tier" : 10, + "type" : "Consumable", + "unlocks" : [] + }, + { + "currencyCount" : 15, + "currencyCount2" : 0, + "currencyType" : "season_candle", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_season_candles", + "icon" : "{{Seasons::iap_icon_SCDL5}}", + "id" : "SCDL5", + "name" : "commerce_item_name_season_bundle", + "soundId" : 7, + "tier" : 5, + "type" : "Consumable", + "unlocks" : [] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_ap02_cape", + "event_name" : "season_05", + "icon" : "UiOutfitCapeAP02Fur", + "id" : "SNC07", + "name" : "commerce_item_name_ap02_cape", + "old_id" : "NC07", + "soundId" : 5, + "tier" : 20, + "type" : "Non-Consumable", + "unlocks" : [ + "CharSkyKid_Mask_AP02Bird_01", + "CharSkyKid_Wing_AP02Fur_01", + "sheet07", + "sheet08" + ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_mischief_draculamask", + "event_name" : "global_halloween", + "icon" : "UiOutfitMaskCrabula", + "id" : "SNC97", + "name" : "commerce_item_name_mischief_draculamask", + "soundId" : 5, + "tier" : 3, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Mask_Crabula" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_mischief_draculacape", + "event_name" : "global_halloween", + "icon" : "UiOutfitCapeCrabula", + "id" : "SNC98", + "name" : "commerce_item_name_mischief_draculacape", + "soundId" : 5, + "tier" : 15, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Wing_Crabula" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_mischief_cobwebcape", + "event_name" : "global_halloween", + "icon" : "UiOutfitCapeCobweb", + "id" : "SNC96", + "name" : "commerce_item_name_mischief_cobwebcape", + "soundId" : 6, + "tier" : 15, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Wing_Cobweb" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_mischief_withered_horn", + "event_name" : "mischief_shop_return", + "icon" : "UiOutfitHornWithered", + "id" : "SNC36", + "name" : "commerce_item_name_mischief_withered_horn", + "npc_names" : [ "tgc_samantha_halloween" ], + "old_id" : "NC36", + "soundId" : 5, + "tier" : 10, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Horn_Withered_01" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_mischief_witch_body", + "event_name" : "mischief_shop_return", + "icon" : "UiOutfitBodyWitch", + "id" : "SNC37", + "name" : "commerce_item_name_mischief_witch_body", + "npc_names" : [ "tgc_samantha_halloween" ], + "old_id" : "NC37", + "soundId" : 5, + "tier" : 10, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Feet_Witch", "CharSkyKid_Body_Witch" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_mischief_spider_hair", + "event_name" : "mischief_shop_return", + "icon" : "UiOutfitHairSpider", + "id" : "SNC38", + "name" : "commerce_item_name_mischief_spider_hair", + "npc_names" : [ "tgc_samantha_halloween" ], + "old_id" : "NC38", + "soundId" : 5, + "tier" : 5, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Hair_Spider_01" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_mischief_pumpkin_prop", + "event_name" : "mischief_shop_return", + "icon" : "UiOutfitPropMischiefPumpkin", + "id" : "SNC39", + "name" : "commerce_item_name_mischief_pumpkin_prop", + "npc_names" : [ "tgc_samantha_halloween" ], + "old_id" : "NC39", + "soundId" : 4, + "tier" : 2, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Prop_MischiefPumpkin" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_mischief_witch_hat", + "event_name" : "mischief_shop_return", + "icon" : "UiOutfitHairWitchHat", + "id" : "SNC14", + "name" : "commerce_item_name_mischief_witch_hat", + "npc_names" : [ "tgc_yoshi_halloween" ], + "old_id" : "NC14", + "soundId" : 5, + "tier" : 10, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Hair_WitchHat_01" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_mischief_web_cape", + "event_name" : "mischief_shop_return", + "icon" : "UiOutfitCapeSpiderWeb", + "id" : "SNC15", + "name" : "commerce_item_name_mischief_web_cape", + "npc_names" : [ "tgc_yoshi_halloween" ], + "old_id" : "NC15", + "soundId" : 5, + "tier" : 15, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Wing_SpiderWeb_01" ] + }, + { + "currencyCount" : 8, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_ap_pumpkin_head", + "event_name" : "mischief_shop_return", + "icon" : "UiOutfitHairAP04Pumpkin", + "id" : "SNC06", + "name" : "commerce_item_name_ap_pumpkin_head", + "npc_names" : [ "tgc_yoshi_halloween" ], + "old_id" : "NC06", + "soundId" : 5, + "tier" : 12, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Hair_AP04Pumpkin_01" ] + }, + { + "currencyCount" : 12, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_ap_cape_bat", + "event_name" : "mischief_shop_return", + "icon" : "UiOutfitCapeBat", + "id" : "SNC05", + "name" : "commerce_item_name_ap_cape_bat", + "npc_names" : [ "tgc_yoshi_halloween" ], + "old_id" : "NC05", + "soundId" : 5, + "tier" : 18, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Wing_Bat" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_mainstreet_moth", + "event_name" : "global_mainstreet", + "icon" : "UiOutfitCapeMoth", + "id" : "SNC99", + "name" : "commerce_item_name_mainstreet_moth", + "npc_names" : [ "shopmoth" ], + "soundId" : 6, + "tier" : 10, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Horn_MothAntenna", "CharSkyKid_Wing_Moth" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_mainstreet_sparrow", + "event_name" : "global_mainstreet", + "icon" : "UiOutfitCapeSparrow", + "id" : "SNC100", + "name" : "commerce_item_name_mainstreet_sparrow", + "npc_names" : [ "shopsparrow" ], + "soundId" : 6, + "tier" : 10, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Mask_SparrowCheeks", "CharSkyKid_Wing_Sparrow" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_feast_yetiboots", + "event_name" : "global_feast", + "icon" : "UiOutfitFeetYetiBoots", + "id" : "SNC101", + "name" : "commerce_item_name_feast_yetiboots", + "soundId" : 4, + "tier" : 7, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Feet_YetiBoots" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_feast_puffercape", + "event_name" : "global_feast", + "icon" : "UiOutfitCapeWinterPuffer", + "id" : "SNC102", + "name" : "commerce_item_name_feast_puffercape", + "soundId" : 5, + "tier" : 15, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Wing_WinterPuffer" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_xmas_horn", + "event_name" : "global_feast", + "icon" : "UiOutfitHornElk", + "id" : "SNC17", + "name" : "commerce_item_name_xmas_horn", + "npc_names" : [ "tgc_nat_xmas" ], + "old_id" : "NC17", + "soundId" : 5, + "tier" : 15, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Horn_Elk" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_snowflake_cape", + "event_name" : "global_feast", + "icon" : "UiOutfitCapeSnowflake", + "id" : "SNC18", + "name" : "commerce_item_name_snowflake_cape", + "npc_names" : [ "tgc_nat_xmas" ], + "old_id" : "NC18", + "soundId" : 5, + "tier" : 15, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Wing_Snowflake" ] + }, + { + "currencyCount" : 25, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_xmas_pack", + "event_name" : "global_feast", + "icon" : "UiMenuHeartCandle", + "id" : "SNC03", + "name" : "commerce_item_name_xmas_pack", + "npc_names" : [ "tgc_nat_xmas" ], + "old_id" : "NC03", + "soundId" : 5, + "tier" : 7, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Hair_Xmas" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_feast_snowglobe", + "event_name" : "global_feast", + "icon" : "UiOutfitPropSnowGlobe", + "id" : "SNC40", + "name" : "commerce_item_name_feast_snowglobe", + "npc_names" : [ "feast_snowglobe" ], + "soundId" : 5, + "tier" : 10, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Prop_SnowGlobe" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_feast_wintereldercape", + "event_name" : "global_feast", + "icon" : "UiOutfitCapeWinterElder", + "id" : "SNC41", + "name" : "commerce_item_name_feast_wintereldercape", + "npc_names" : [ "feast_snowglobe" ], + "soundId" : 5, + "tier" : 10, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Wing_WinterElder_01" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_feast_snowflakepin", + "event_name" : "global_feast", + "icon" : "UiOutfitHornSnowflake", + "id" : "SNC42", + "name" : "commerce_item_name_feast_snowflakepin", + "npc_names" : [ "feast_snowglobe" ], + "soundId" : 4, + "tier" : 2, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Horn_Snowflake_01" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_feast_ballgame", + "event_name" : "global_feast", + "icon" : "UiOutfitPropDOW22SkyBallGoals", + "id" : "SNC73", + "name" : "commerce_item_name_feast_ballgame", + "npc_names" : [ "feast_iap_2022" ], + "soundId" : 5, + "tier" : 15, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Prop_SkyBallGoals" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_feast_furcape", + "event_name" : "global_feast", + "icon" : "UiOutfitCapeDOW22YetiFur", + "id" : "SNC76", + "name" : "commerce_item_name_feast_furcape", + "npc_names" : [ "feast_iap_2022" ], + "soundId" : 4, + "tier" : 15, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Wing_YetiFur" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_fortune_dragonrobe", + "event_name" : "global_daysoffortune", + "icon" : "UiOutfitBodyFortuneDragonRobe", + "id" : "SNC103", + "name" : "commerce_item_name_fortune_dragonrobe", + "soundId" : 4, + "tier" : 10, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Body_FortuneDragonRobe" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_fortune_dragoncape", + "event_name" : "global_daysoffortune", + "icon" : "UiOutfitCapeFortuneDragon", + "id" : "SNC104", + "name" : "commerce_item_name_fortune_dragoncape", + "soundId" : 5, + "tier" : 15, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Wing_FortuneDragon" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_fortune_dragonearring", + "event_name" : "global_daysoffortune", + "icon" : "UiOutfitHornDragonEarring", + "id" : "SNC105", + "name" : "commerce_item_name_fortune_dragonearring", + "soundId" : 4, + "tier" : 2, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Horn_DragonEarring" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_fortune_orange", + "event_name" : "global_daysoffortune", + "icon" : "UiOutfitHornOrange", + "id" : "SNC19", + "name" : "commerce_item_name_fortune_orange", + "npc_names" : [ "tgc_stephaniem_fortune" ], + "old_id" : "NC19", + "soundId" : 4, + "tier" : 1, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Horn_Orange" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_fortune_pack", + "event_name" : "global_daysoffortune", + "icon" : "UiOutfitCapeFortune", + "id" : "SNC21", + "name" : "commerce_item_name_fortune_pack", + "npc_names" : [ "tgc_stephaniem_fortune" ], + "old_id" : "NC21", + "soundId" : 7, + "tier" : 25, + "type" : "Non-Consumable", + "unlocks" : [ + "CharSkyKid_Mask_RedFace", + "CharSkyKid_Wing_Fortune", + "CharSkyKid_Hair_DoubleBun" + ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_wool_hat", + "event_name" : "global_daysoffortune", + "icon" : "UiOutfitHairWoolHat", + "id" : "SNC20", + "name" : "commerce_item_name_wool_hat", + "npc_names" : [ "tgc_stephaniem_fortune" ], + "old_id" : "NC20", + "soundId" : 5, + "tier" : 10, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Hair_WoolHat" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_fortune_carp", + "event_name" : "global_daysoffortune", + "icon" : "UiOutfitHornFish", + "id" : "SNC43", + "name" : "commerce_item_name_fortune_carp", + "npc_names" : [ "tgc_fortune" ], + "soundId" : 4, + "tier" : 2, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Horn_Fish_01" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_fortune_carppack", + "event_name" : "global_daysoffortune", + "icon" : "UiOutfitCapeFish", + "id" : "SNC44", + "name" : "commerce_item_name_fortune_carppack", + "npc_names" : [ "tgc_fortune" ], + "soundId" : 6, + "tier" : 20, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Hair_Fish_01", "CharSkyKid_Wing_Fish_01" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "season_candle", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_fortune_umbrella", + "event_name" : "global_daysoffortune", + "icon" : "UiOutfitPropDOF23Umbrella", + "id" : "SNC74", + "name" : "commerce_item_name_fortune_umbrella", + "npc_names" : [ "tgc_fortune" ], + "soundId" : 6, + "tier" : 15, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Prop_FortuneUmbrella" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_fortune_muralist", + "event_name" : "global_daysoffortune", + "icon" : "UiOutfitBodyDOF23Muralist", + "id" : "SNC75", + "name" : "commerce_item_name_fortune_muralist", + "npc_names" : [ "tgc_fortune" ], + "soundId" : 5, + "tier" : 10, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Body_FortuneMuralist" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_love_meteorwing", + "event_name" : "global_daysoflove", + "icon" : "UiOutfitCapeMeteor", + "id" : "SNC106", + "name" : "commerce_item_name_love_meteorwing", + "soundId" : 7, + "tier" : 18, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Wing_Meteor" ] + }, + { + "currencyCount" : 35, + "currencyCount2" : 0, + "currencyType" : "season_candle", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_love_seesaw", + "event_name" : "global_daysoflove", + "icon" : "UiOutfitPropSeesaw", + "id" : "SNC22", + "name" : "commerce_item_name_love_seesaw", + "npc_names" : [ "tgc_fortune" ], + "old_id" : "NC22", + "soundId" : 6, + "tier" : 20, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Prop_Seesaw" ] + }, + { + "currencyCount" : 35, + "currencyCount2" : 0, + "currencyType" : "season_candle", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_love_swing", + "event_name" : "global_daysoflove", + "icon" : "UiOutfitPropSwing", + "id" : "SNC08", + "name" : "commerce_item_name_love_swing", + "npc_names" : [ "tgc_fortune" ], + "old_id" : "NC08", + "soundId" : 6, + "tier" : 20, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Prop_Swing" ] + }, + { + "currencyCount" : 35, + "currencyCount2" : 0, + "currencyType" : "season_candle", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_love_gondola", + "event_name" : "global_daysoflove", + "icon" : "UiOutfitPropGondola", + "id" : "SNC45", + "name" : "commerce_item_name_love_gondola", + "npc_names" : [ "tgc_fortune" ], + "soundId" : 6, + "tier" : 20, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Prop_LoveBoat" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "season_candle", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_love_heartstaff", + "event_name" : "global_daysoflove", + "icon" : "UiOutfitPropDOL23HeartFireworks", + "id" : "SNC77", + "name" : "commerce_item_name_love_heartstaff", + "npc_names" : [ "tgc_stephaniem_fortune" ], + "soundId" : 5, + "tier" : 15, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Prop_HeartFirework" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "season_candle", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_love_bow", + "event_name" : "global_daysoflove", + "icon" : "UiOutfitNeckDOL23Bow", + "id" : "SNC79", + "name" : "commerce_item_name_love_bow", + "npc_names" : [ "tgc_stephaniem_fortune" ], + "soundId" : 4, + "tier" : 5, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Neck_Bow" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_kizuna_pack_red", + "event_name" : "global_kizuna_global", + "icon" : "UiOutfitHairKizunaAiPink", + "id" : "SNC12", + "name" : "commerce_item_name_kizuna_pack_red", + "npc_names" : [ "questkizuna" ], + "old_id" : "NC12", + "soundId" : 8, + "tier" : 20, + "type" : "Non-Consumable", + "unlocks" : [ + "CharSkyKid_Horn_KizunaAi", + "CharSkyKid_Wing_KizunaAi_Pink", + "CharSkyKid_Hair_KizunaAi_Pink" + ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_bloom_leafumbrella", + "event_name" : "bloom_lilypad_return", + "icon" : "UiOutfitPropLilyUmbrella", + "id" : "SNC109", + "name" : "commerce_item_name_bloom_leafumbrella", + "soundId" : 6, + "tier" : 15, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Prop_LilyUmbrella" ] + }, + { + "currencyCount" : 35, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_bloom_teatable", + "event_name" : "global_bloom", + "icon" : "UiOutfitPropTeaTable", + "id" : "SNC23", + "name" : "commerce_item_name_bloom_teatable", + "npc_names" : [ "questbloomiap" ], + "old_id" : "NC23", + "soundId" : 8, + "tier" : 20, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Prop_TeaTable" ] + }, + { + "currencyCount" : 35, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_bloom_wisteriatable", + "event_name" : "global_bloom", + "icon" : "UiOutfitPropWisteriaTea", + "id" : "SNC46", + "name" : "commerce_item_name_bloom_wisteriatable", + "npc_names" : [ "questbloomiap" ], + "soundId" : 8, + "tier" : 20, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Prop_WisteriaTeaTable" ] + }, + { + "currencyCount" : 1, + "currencyCount2" : 0, + "currencyType" : "season_pass_token", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_bloom_picnicblanket", + "event_name" : "global_bloom", + "icon" : "UiOutfitPropPicnicBlanket", + "id" : "SNC80", + "name" : "commerce_item_name_bloom_picnicblanket", + "npc_names" : [ "questbloomiap" ], + "soundId" : 8, + "tier" : 20, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Prop_PicnicBlanket" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_bloom_gardenerbody", + "event_name" : "global_bloom", + "icon" : "UiOutfitBodyGardener", + "id" : "SNC81", + "name" : "commerce_item_name_bloom_gardenerbody", + "npc_names" : [ "questbloomiap" ], + "soundId" : 5, + "tier" : 10, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Body_Gardener" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_cafe_pastryhair", + "event_name" : "global_cafe", + "icon" : "UiOutfitHornPastryEars", + "id" : "SNC112", + "name" : "commerce_item_name_cafe_pastryhair", + "soundId" : 6, + "tier" : 15, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Hair_PastryShort", "CharSkyKid_Horn_PastryEars" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_cafe_pastryplush", + "event_name" : "global_cafe", + "icon" : "UiOutfitPropPastryPlush", + "id" : "SNC113", + "name" : "commerce_item_name_cafe_pastryplush", + "soundId" : 6, + "tier" : 15, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Prop_PastryPlush" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_cafe_pastrymini", + "event_name" : "global_cafe", + "icon" : "UiOutfitHornPastryMini", + "id" : "SNC114", + "name" : "commerce_item_name_cafe_pastrymini", + "soundId" : 5, + "tier" : 7, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Horn_PastryMini" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_cafe_pastrywing", + "event_name" : "global_cafe", + "icon" : "UiOutfitCapePastryCloud", + "id" : "SNC115", + "name" : "commerce_item_name_cafe_pastrywing", + "soundId" : 6, + "tier" : 15, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Neck_PastryBow", "CharSkyKid_Wing_PastryCloud" ] + }, + { + "currencyCount" : 75, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_nature_waterwavewing", + "event_name" : "global_nature_2024", + "icon" : "UiMenuHeartCandle", + "id" : "SNC110", + "name" : "commerce_item_name_nature_waterwavewing", + "soundId" : 8, + "tier" : 20, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Wing_WaterWave" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_nature_waterhair", + "event_name" : "global_nature_2024", + "icon" : "UiOutfitHairNatureWater", + "id" : "SNC111", + "name" : "commerce_item_name_nature_waterhair", + "soundId" : 5, + "tier" : 7, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Hair_NatureWater" ] + }, + { + "currencyCount" : 75, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_nature_bluesunglasses", + "event_name" : "global_nature_2024", + "icon" : "UiMenuHeartCandle", + "id" : "SNC82", + "name" : "commerce_item_name_nature_bluesunglasses", + "npc_names" : [ "bellyscratch_nature" ], + "soundId" : 6, + "tier" : 20, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Mask_BlueSunglasses" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_nature_musicshell", + "event_name" : "global_nature_2024", + "icon" : "UiOutfitPropMusicShell", + "id" : "SNC83", + "name" : "commerce_item_name_nature_musicshell", + "npc_names" : [ "bellyscratch_nature" ], + "soundId" : 5, + "tier" : 5, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Prop_MusicShell" ] + }, + { + "currencyCount" : 75, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_nature_turtlepack", + "event_name" : "global_nature_2024", + "icon" : "UiMenuHeartCandle", + "id" : "SNC47", + "name" : "commerce_item_name_nature_turtlepack", + "npc_names" : [ "bellyscratch_nature" ], + "soundId" : 6, + "tier" : 20, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Neck_SeaTurtle_01" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_nature_turtlewing", + "event_name" : "global_nature_2024", + "icon" : "UiOutfitCapeSeaTurtle", + "id" : "SNC48", + "name" : "commerce_item_name_nature_turtlewing", + "npc_names" : [ "bellyscratch_nature" ], + "soundId" : 5, + "tier" : 15, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Wing_SeaTurtle_01" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_nature_oceannecklace", + "event_name" : "global_nature_2024", + "icon" : "UiOutfitNeckOcean", + "id" : "SNC24", + "name" : "commerce_item_name_nature_oceannecklace", + "npc_names" : [ "bellyscratch_nature" ], + "old_id" : "NC24", + "soundId" : 4, + "tier" : 2, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Neck_Ocean_01" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_nature_oceancape", + "event_name" : "global_nature_2024", + "icon" : "UiOutfitCapeOcean", + "id" : "SNC25", + "name" : "commerce_item_name_nature_oceancape", + "npc_names" : [ "bellyscratch_nature" ], + "old_id" : "NC25", + "soundId" : 5, + "tier" : 15, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Wing_Ocean_01" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_daysofnature_pack", + "event_name" : "global_nature_2024", + "icon" : "UiOutfitCapeSprout", + "id" : "SNC09", + "name" : "commerce_item_name_daysofnature_pack", + "npc_names" : [ "bellyscratch_nature" ], + "old_id" : "NC09", + "soundId" : 5, + "tier" : 5, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Wing_ClassicOne_EarthDay" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_musicshop_violin", + "icon" : "UiOutfitPropViolin", + "id" : "SNC86", + "name" : "commerce_item_name_musicshop_violin", + "npc_names" : [ "questmusic_shop" ], + "soundId" : 5, + "tier" : 20, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Prop_Violin" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_musicshop_harp", + "icon" : "UiOutfitPropReskinHarp", + "id" : "SNC57", + "name" : "commerce_item_name_musicshop_harp", + "npc_names" : [ "questmusic_shop" ], + "soundId" : 4, + "tier" : 5, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Prop_Harp_02" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_musicshop_guitar", + "icon" : "UiOutfitPropReskinGuitar", + "id" : "SNC56", + "name" : "commerce_item_name_musicshop_guitar", + "npc_names" : [ "questmusic_shop" ], + "soundId" : 5, + "tier" : 15, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Prop_AP04Guitar_02" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_musicshop_handpan", + "icon" : "UiOutfitPropReskinHandPan", + "id" : "SNC51", + "name" : "commerce_item_name_musicshop_handpan", + "npc_names" : [ "questmusic_shop" ], + "soundId" : 5, + "tier" : 20, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Prop_AP07HandPan_02" ] + }, + { + "currencyCount" : 75, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_rainbow_darkloafers", + "event_name" : "global_rainbow", + "icon" : "UiMenuHeartCandle", + "id" : "SNC116", + "name" : "commerce_item_name_rainbow_darkloafers", + "soundId" : 8, + "tier" : 20, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Feet_RainbowDarkLoafers" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_rainbow_bubblemachine", + "event_name" : "global_rainbow", + "icon" : "UiOutfitPropJarBubbleMachine", + "id" : "SNC117", + "name" : "commerce_item_name_rainbow_bubblemachine", + "soundId" : 6, + "tier" : 15, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Prop_JarBubbleMachine" ] + }, + { + "currencyCount" : 75, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_rainbow_pack", + "event_name" : "global_rainbow", + "icon" : "UiMenuHeartCandle", + "id" : "SNC27", + "name" : "commerce_item_name_rainbow_pack", + "npc_names" : [ "questrainbow_return" ], + "old_id" : "NC27", + "soundId" : 8, + "tier" : 20, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Horn_RainbowPoppy_01" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_rainbow_rainbowhair", + "event_name" : "global_rainbow", + "icon" : "UiOutfitHairRainbowHat", + "id" : "SNC28", + "name" : "commerce_item_name_rainbow_rainbowhair", + "npc_names" : [ "questrainbow_return" ], + "old_id" : "NC28", + "soundId" : 5, + "tier" : 10, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Hair_RainbowHat_01" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_rainbow_earring", + "event_name" : "global_rainbow", + "icon" : "UiOutfitHornRainbowEarring", + "id" : "SNC49", + "name" : "commerce_item_name_rainbow_earring", + "npc_names" : [ "questrainbow_return" ], + "soundId" : 4, + "tier" : 3, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Horn_RainbowEarring_01" ] + }, + { + "currencyCount" : 40, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_rainbow_pack2", + "event_name" : "global_rainbow", + "icon" : "UiMenuHeartCandle", + "id" : "SNC55", + "name" : "commerce_item_name_rainbow_pack2", + "npc_names" : [ "questrainbow_return" ], + "soundId" : 5, + "tier" : 10, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Horn_RainbowPoppy_02" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_rainbow_headphones", + "event_name" : "global_rainbow", + "icon" : "UiOutfitHornRainbowHeadphones", + "id" : "SNC58", + "name" : "commerce_item_name_rainbow_headphones", + "npc_names" : [ "questrainbow_return" ], + "soundId" : 5, + "tier" : 10, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Horn_RainbowHeadphones_01" ] + }, + { + "currencyCount" : 40, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_rainbow_pack3", + "event_name" : "global_rainbow", + "icon" : "UiMenuHeartCandle", + "id" : "SNC84", + "name" : "commerce_item_name_rainbow_pack3", + "npc_names" : [ "questrainbow_return" ], + "soundId" : 5, + "tier" : 10, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Horn_DarkRainbowEarring" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_rainbow_darktunic", + "event_name" : "global_rainbow", + "icon" : "UiOutfitBodyDarkRainbow", + "id" : "SNC85", + "name" : "commerce_item_name_rainbow_darktunic", + "npc_names" : [ "questrainbow_return" ], + "soundId" : 5, + "tier" : 15, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Body_DarkRainbow" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_tgcwireframe", + "event_name" : "global_skyfest", + "icon" : "UiOutfitCapeTGCWireframe", + "id" : "SNC119", + "name" : "commerce_item_name_tgcwireframe", + "soundId" : 5, + "tier" : 20, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Wing_TGCWireframe" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_oreoheadband", + "event_name" : "global_skyfest", + "icon" : "UiOutfitHornOreoHat", + "id" : "SNC118", + "name" : "commerce_item_name_oreoheadband", + "soundId" : 5, + "tier" : 5, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Horn_OreoHeadband" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_birthday_oreo", + "event_name" : "global_skyfest", + "icon" : "UiOutfitPropBirthdayOreo", + "id" : "SNC87", + "name" : "commerce_item_name_birthday_oreo", + "npc_names" : [ "questanniversary_retiap" ], + "soundId" : 5, + "tier" : 10, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Prop_BirthdayOreo" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "season_candle", + "currencyType2" : "season_candle", + "desc" : "commerce_item_desc_competition_greekrobe", + "event_name" : "global_competition", + "icon" : "UiOutfitBodyGreekRobe", + "id" : "SNC120", + "name" : "commerce_item_name_competition_greekrobe", + "soundId" : 6, + "tier" : 10, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Body_GreekRobe" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "season_candle", + "currencyType2" : "season_candle", + "desc" : "commerce_item_desc_competition_laurel", + "event_name" : "global_competition", + "icon" : "UiOutfitHornLaurel", + "id" : "SNC121", + "name" : "commerce_item_name_competition_laurel", + "soundId" : 6, + "tier" : 5, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Horn_Laurel" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "season_candle", + "currencyType2" : "season_candle", + "desc" : "commerce_item_desc_sunlight_surfboard", + "event_name" : "global_summer", + "icon" : "UiOutfitPropSurfboard", + "id" : "SNC89", + "name" : "commerce_item_name_sunlight_surfboard", + "soundId" : 6, + "tier" : 15, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Prop_Surfboard" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "season_candle", + "currencyType2" : "season_candle", + "desc" : "commerce_item_desc_sunlight_sandals", + "event_name" : "global_summer", + "icon" : "UiOutfitFeetSunlightSandals", + "id" : "SNC90", + "name" : "commerce_item_name_sunlight_sandals", + "soundId" : 5, + "tier" : 10, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Feet_SunlightSandals" ] + }, + { + "currencyCount" : 35, + "currencyCount2" : 0, + "currencyType" : "season_candle", + "currencyType2" : "season_candle", + "desc" : "commerce_item_desc_summer_marshmallow", + "event_name" : "global_summer", + "icon" : "UiOutfitPropDOS22MarshmallowSet", + "id" : "SNC59", + "name" : "commerce_item_name_summer_marshmallow", + "npc_names" : [ "questsummerlazy" ], + "soundId" : 6, + "tier" : 20, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Prop_MarshmallowSet" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "season_candle", + "currencyType2" : "season_candle", + "desc" : "commerce_item_desc_summer_jelly", + "event_name" : "global_summer", + "icon" : "UiOutfitNeckDOSJellyfish", + "id" : "SNC60", + "name" : "commerce_item_name_summer_jelly", + "npc_names" : [ "questsummerlazy" ], + "soundId" : 4, + "tier" : 3, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Neck_Jellyfish_01" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_summer_hairpin", + "event_name" : "global_summer", + "icon" : "UiOutfitHornShell", + "id" : "SNC34", + "name" : "commerce_item_name_summer_hairpin", + "npc_names" : [ "questsummerlazy" ], + "old_id" : "NC34", + "soundId" : 4, + "tier" : 1, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Horn_Shell_01" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_summerlights_bunny", + "event_name" : "global_summer", + "icon" : "UiOutfitHornBunny", + "id" : "SNC35", + "name" : "commerce_item_name_summerlights_bunny", + "npc_names" : [ "questsummerlazy" ], + "old_id" : "NC35", + "soundId" : 4, + "tier" : 3, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Horn_Bunny_01" ] + }, + { + "currencyCount" : 35, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_summer_pack", + "event_name" : "global_summer", + "icon" : "UiOutfitPropLantern", + "id" : "SNC13", + "name" : "commerce_item_name_summer_pack", + "npc_names" : [ "questsummerlazy" ], + "old_id" : "NC13", + "soundId" : 6, + "tier" : 20, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Prop_Lantern" ] + }, + { + "currencyCount" : 35, + "currencyCount2" : 0, + "currencyType" : "season_candle", + "currencyType2" : "season_candle", + "desc" : "commerce_item_desc_summer_umbrella_pack", + "event_name" : "global_summer", + "icon" : "UiOutfitPropSummerUmbrella", + "id" : "SNC33", + "name" : "commerce_item_name_summer_umbrella_pack", + "npc_names" : [ "questsummerlazy" ], + "old_id" : "NC33", + "soundId" : 6, + "tier" : 20, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Prop_SummerUmbrella_01" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "season_candle", + "currencyType2" : "season_candle", + "desc" : "commerce_item_desc_fashion_jeans", + "event_name" : "global_fashion", + "icon" : "UiOutfitBodyFashionJeans", + "id" : "SNC91", + "name" : "commerce_item_name_fashion_jeans", + "soundId" : 6, + "tier" : 10, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Body_FashionJeans" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "season_candle", + "currencyType2" : "season_candle", + "desc" : "commerce_item_desc_fashion_flameglasses", + "event_name" : "global_fashion", + "icon" : "UiOutfitHornFlameSunglasses", + "id" : "SNC92", + "name" : "commerce_item_name_fashion_flameglasses", + "soundId" : 4, + "tier" : 3, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Horn_FlameSunglasses" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "season_candle", + "currencyType2" : "season_candle", + "desc" : "commerce_item_desc_fashion_heartglasses", + "event_name" : "global_fashion", + "icon" : "UiOutfitHornHeartSunglasses", + "id" : "SNC93", + "name" : "commerce_item_name_fashion_heartglasses", + "soundId" : 4, + "tier" : 5, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Horn_HeartSunglasses" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "season_candle", + "currencyType2" : "season_candle", + "desc" : "commerce_item_desc_fashion_bunnyslippers", + "event_name" : "global_fashion", + "icon" : "UiOutfitFeetBunnySlippers", + "id" : "SNC95", + "name" : "commerce_item_name_fashion_bunnyslippers", + "soundId" : 5, + "tier" : 7, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Feet_BunnySlippers" ] + }, + { + "currencyCount" : 75, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_nintendo_pack", + "icon" : "UiOutfitCapeSwitchBlue", + "id" : "SNC26", + "name" : "commerce_item_name_nintendo_pack", + "old_id" : "NC26", + "soundId" : 7, + "tier" : 30, + "type" : "Non-Consumable", + "unlocks" : [ + "CharSkyKid_Wing_SwitchRed_01", + "CharSkyKid_Wing_SwitchBlue_01", + "CharSkyKid_Prop_Ocarina_01", + "CharSkyKid_Hair_Elf_01" + ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_sony_redtraveler_pack", + "event_name" : "global_pc_launch", + "icon" : "UiOutfitCapePSTravelerRed", + "id" : "SNC70", + "name" : "commerce_item_name_sony_redtraveler_pack", + "npc_names" : [ "questtraveler" ], + "soundId" : 7, + "tier" : 25, + "type" : "Non-Consumable", + "unlocks" : [ + "CharSkyKid_Hair_Traveler_01", + "CharSkyKid_Wing_Traveler_01", + "CharSkyKid_Mask_Traveler_01" + ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_littleprince_scarf", + "event_name" : "season_11_body", + "icon" : "UiOutfitCapeAP11Scarf", + "id" : "SNC29", + "name" : "commerce_item_name_littleprince_scarf", + "old_id" : "NC29", + "soundId" : 5, + "tier" : 15, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Wing_AP11Scarf_01" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_littleprince_fox", + "event_name" : "season_11_body", + "icon" : "UiOutfitPropAP11Fox", + "id" : "SNC30", + "name" : "commerce_item_name_littleprince_fox", + "old_id" : "NC30", + "soundId" : 5, + "tier" : 10, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Prop_AP11Fox_01" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_littleprince_coat", + "event_name" : "season_11_tail", + "icon" : "UiOutfitCapeAP11GreenCoat", + "id" : "SNC32", + "name" : "commerce_item_name_littleprince_coat", + "old_id" : "NC32", + "soundId" : 7, + "tier" : 25, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Wing_AP11GreenCoat_01" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_aurora_sneakers", + "event_name" : "global_aurora", + "icon" : "UiOutfitFeetAuroraSneakers", + "id" : "SNC88", + "name" : "commerce_item_name_aurora_sneakers", + "soundId" : 5, + "tier" : 7, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Feet_AuroraSneakers" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_aurora_hair_accessory", + "event_name" : "global_aurora", + "icon" : "UiOutfitHornAP16MoonStar", + "id" : "SNC63", + "name" : "commerce_item_name_aurora_hair_accessory", + "soundId" : 4, + "tier" : 5, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Horn_AP16MoonStar" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_aurora_runaway_hair", + "event_name" : "global_aurora", + "icon" : "UiOutfitHairAP16RunawayBob", + "id" : "SNC64", + "name" : "commerce_item_name_aurora_runaway_hair", + "npc_names" : [ "aurora_runaway_shop" ], + "soundId" : 4, + "tier" : 3, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Hair_AP16RunawayBob" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_aurora_instrument", + "event_name" : "global_aurora", + "icon" : "UiOutfitPropAP16Microphone", + "id" : "SNC65", + "name" : "commerce_item_name_aurora_instrument", + "soundId" : 5, + "tier" : 15, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Prop_AP16Microphone" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_aurora_runaway_body", + "event_name" : "global_aurora", + "icon" : "UiOutfitBodyAP16SlateRunaway", + "id" : "SNC69", + "name" : "commerce_item_name_aurora_runaway_body", + "npc_names" : [ "aurora_runaway_shop" ], + "soundId" : 6, + "tier" : 10, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Body_AP16SlateRunaway" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_aurora_orangedress", + "event_name" : "global_aurora", + "icon" : "UiOutfitBodyAP16OrangeLove", + "id" : "SNC66", + "name" : "commerce_item_name_aurora_orangedress", + "npc_names" : [ "aurora_orange_love_shop" ], + "soundId" : 5, + "tier" : 10, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Body_AP16OrangeLove" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_aurora_orangecape", + "event_name" : "global_aurora", + "icon" : "UiOutfitCapeAP16OrangeLove", + "id" : "SNC67", + "name" : "commerce_item_name_aurora_orangecape", + "npc_names" : [ "aurora_orange_love_shop" ], + "soundId" : 6, + "tier" : 15, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Wing_AP16OrangeLove" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_aurora_cape", + "event_name" : "global_aurora", + "icon" : "UiOutfitCapeAP16ButterflyYellow", + "id" : "SNC68", + "name" : "commerce_item_name_aurora_cape", + "npc_names" : [ "aurora_cape_shop" ], + "soundId" : 7, + "tier" : 25, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Wing_AP16ButterflyYellow" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_deer_horn", + "event_name" : "season_21", + "icon" : "UiOutfitHornAP21Deer", + "id" : "SNC107", + "name" : "commerce_item_name_deer_horn", + "soundId" : 6, + "tier" : 15, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Mask_AP21Crescent", "CharSkyKid_Horn_AP21Deer" ] + }, + { + "currencyCount" : 0, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_deer_lotuscape", + "event_name" : "season_21", + "icon" : "UiOutfitCapeAP21Deer", + "id" : "SNC108", + "name" : "commerce_item_name_deer_lotuscape", + "soundId" : 7, + "tier" : 20, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Wing_AP21Deer" ] + }, + { + "currencyCount" : 20, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_starter_pack", + "icon" : "UiMenuHeartCandle", + "id" : "SNC00", + "name" : "commerce_item_name_starter_pack", + "old_id" : "NC00", + "soundId" : 4, + "tier" : 5, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Wing_ClassicOne_Orange" ] + }, + { + "currencyCount" : 15, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_candles_with_bonus", + "icon" : "UiMenuHeartCandle", + "id" : "CDL5", + "name" : "commerce_item_name_cdl5", + "soundId" : 4, + "tier" : 5, + "type" : "Consumable", + "unlocks" : [] + }, + { + "currencyCount" : 35, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_candles_with_bonus", + "icon" : "UiMenuHeartCandle", + "id" : "CDL10", + "name" : "commerce_item_name_cdl10", + "soundId" : 5, + "tier" : 10, + "type" : "Consumable", + "unlocks" : [] + }, + { + "currencyCount" : 75, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_covid_pack", + "event_name" : "global_covid_relief", + "icon" : "UiMenuHeartCandle", + "id" : "SNC10", + "name" : "commerce_item_name_covid_pack", + "old_id" : "NC10", + "soundId" : 6, + "tier" : 20, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Horn_FlowerPoppy_01" ] + }, + { + "currencyCount" : 72, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_candles_with_bonus", + "icon" : "UiMenuHeartCandle", + "id" : "CDL20", + "name" : "commerce_item_name_cdl20", + "soundId" : 6, + "tier" : 20, + "type" : "Consumable", + "unlocks" : [] + }, + { + "currencyCount" : 115, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_founder_pack", + "icon" : "UiMenuHeartCandle", + "id" : "SNC01", + "name" : "commerce_item_name_founder_pack", + "npc_names" : [ "tgc_paul" ], + "old_id" : "NC01", + "soundId" : 6, + "tier" : 30, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Wing_ClassicOne_TGCBlue$" ] + }, + { + "currencyCount" : 115, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_tgc_guitar", + "icon" : "UiMenuHeartCandle", + "id" : "SNC54", + "name" : "commerce_item_name_tgc_guitar", + "npc_names" : [ "tgc_paul" ], + "soundId" : 6, + "tier" : 30, + "type" : "Non-Consumable", + "unlocks" : [ "CharSkyKid_Prop_AP14Guitar_02" ] + }, + { + "currencyCount" : 190, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "commerce_item_desc_candles_with_bonus", + "icon" : "UiMenuHeartCandle", + "id" : "CDL50", + "name" : "commerce_item_name_cdl50", + "soundId" : 6, + "tier" : 50, + "type" : "Consumable", + "unlocks" : [] + }, + { + "currencyCount" : 1, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "", + "icon" : "UiMenuHeartCandle", + "id" : "FTCDL1", + "name" : "", + "soundId" : 4, + "tier" : 1, + "type" : "Consumable", + "unlocks" : [] + }, + { + "currencyCount" : 3, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "", + "icon" : "UiMenuHeartCandle", + "id" : "FTCDL2", + "name" : "", + "soundId" : 4, + "tier" : 2, + "type" : "Consumable", + "unlocks" : [] + }, + { + "currencyCount" : 5, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "", + "icon" : "UiMenuHeartCandle", + "id" : "FTCDL3", + "name" : "", + "soundId" : 4, + "tier" : 3, + "type" : "Consumable", + "unlocks" : [] + }, + { + "currencyCount" : 8, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "", + "icon" : "UiMenuHeartCandle", + "id" : "FTCDL5", + "name" : "", + "soundId" : 4, + "tier" : 5, + "type" : "Consumable", + "unlocks" : [] + }, + { + "currencyCount" : 11, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "", + "icon" : "UiMenuHeartCandle", + "id" : "FTCDL6", + "name" : "", + "soundId" : 5, + "tier" : 6, + "type" : "Consumable", + "unlocks" : [] + }, + { + "currencyCount" : 17, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "", + "icon" : "UiMenuHeartCandle", + "id" : "FTCDL10", + "name" : "", + "soundId" : 5, + "tier" : 10, + "type" : "Consumable", + "unlocks" : [] + }, + { + "currencyCount" : 34, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "", + "icon" : "UiMenuHeartCandle", + "id" : "FTCDL20", + "name" : "", + "soundId" : 5, + "tier" : 20, + "type" : "Consumable", + "unlocks" : [] + }, + { + "currencyCount" : 51, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "", + "icon" : "UiMenuHeartCandle", + "id" : "FTCDL30", + "name" : "", + "soundId" : 6, + "tier" : 30, + "type" : "Consumable", + "unlocks" : [] + }, + { + "currencyCount" : 85, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "", + "icon" : "UiMenuHeartCandle", + "id" : "FTCDL50", + "name" : "", + "soundId" : 6, + "tier" : 50, + "type" : "Consumable", + "unlocks" : [] + }, + { + "currencyCount" : 183, + "currencyCount2" : 0, + "currencyType" : "candles", + "currencyType2" : "candles", + "desc" : "", + "icon" : "UiMenuHeartCandle", + "id" : "FTCDL100", + "name" : "", + "soundId" : 6, + "tier" : 100, + "type" : "Consumable", + "unlocks" : [] + } + ], + "purchased_non_consumables" : [], + "unfulfilled_purchases" : [] + } + diff --git a/account/account_purchase_generic_shop_item.json b/account/account_purchase_generic_shop_item.json new file mode 100644 index 0000000..ac44b12 --- /dev/null +++ b/account/account_purchase_generic_shop_item.json @@ -0,0 +1,147 @@ +/* +POST /account/purchase_generic_shop_item HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (HP ENVY x360 Convertible 13-ay1xxx; win 10.0.22631; en) +X-Session-ID: 1be93222-7934-ec11-810d-c85acf455968 +Content-Type: application/json +trace-id: 7gON0MH +user-id: 7bcff223-37a6-4856-a7ba-d23845079b3c +session: 2b393ebf9b28bb875b8a9146ba554a66 +x-sky-level-id: 3526133726 +Content-Length: 213 + +*/ +//Request +{ + "cost" : 1, + "currency_count" : 24, + "currency_type" : "prestige", + "id" : 4165070576, + "session" : "2b393ebf9b28bb875b8a9146ba554a66", + "user" : "7bcff223-37a6-4856-a7ba-d23845079b3c", + "user_id" : "7bcff223-37a6-4856-a7ba-d23845079b3c" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Sun, 14 Jul 2024 13:14:01 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 1382 + +*/ +//Response +{ + "currency" : { + "candles" : 55, + "event_candle_days_of_sky" : 2, + "heart" : 90, + "heart_wax" : 100, + "prestige" : 23, + "prestige_vip" : 59, + "prestige_wax" : 3, + "season_candle" : 0, + "season_candle_22" : 10, + "season_wax" : 0, + "season_wax_22" : 6, + "vip" : 20, + "wax" : 42 + }, + "generic_shop_item_tracking_info" : [ + { + "count" : 1, + "id" : 4165070576, + "ttl" : 63958 + } + ], + "generic_shop_purchase" : "success", + "get_consumables" : [ + { + "consumable_id" : 50358065, + "cooldown_until" : 0, + "quantity" : 1 + }, + { + "consumable_id" : 75558978, + "cooldown_until" : 0, + "quantity" : 2 + }, + { + "consumable_id" : 561567149, + "cooldown_until" : 0, + "quantity" : 2 + }, + { + "consumable_id" : 701255829, + "cooldown_until" : 0, + "quantity" : 1 + }, + { + "consumable_id" : 728556201, + "cooldown_until" : 0, + "quantity" : 2 + }, + { + "consumable_id" : 872420107, + "cooldown_until" : 0, + "quantity" : 2 + }, + { + "consumable_id" : 1087669517, + "cooldown_until" : 0, + "quantity" : 2 + }, + { + "consumable_id" : 1115226250, + "cooldown_until" : 0, + "quantity" : 2 + }, + { + "consumable_id" : 1309459241, + "cooldown_until" : 0, + "quantity" : 2 + }, + { + "consumable_id" : 1482655023, + "cooldown_until" : 0, + "quantity" : 2 + }, + { + "consumable_id" : 1659639836, + "cooldown_until" : 0, + "quantity" : 2 + }, + { + "consumable_id" : 2704677687, + "cooldown_until" : 0, + "quantity" : 2 + }, + { + "consumable_id" : 3322375825, + "cooldown_until" : 0, + "quantity" : 2 + }, + { + "consumable_id" : 3379219961, + "cooldown_until" : 0, + "quantity" : 1 + }, + { + "consumable_id" : 3773476314, + "cooldown_until" : 0, + "quantity" : 2 + }, + { + "consumable_id" : 4050329182, + "cooldown_until" : 0, + "quantity" : 2 + }, + { + "consumable_id" : 4099037957, + "cooldown_until" : 0, + "quantity" : 2 + } + ] + } + diff --git a/account/account_purchase_spirit_shop_item.json b/account/account_purchase_spirit_shop_item.json new file mode 100644 index 0000000..05cc072 --- /dev/null +++ b/account/account_purchase_spirit_shop_item.json @@ -0,0 +1,138 @@ +/* +POST /account/purchase_spirit_shop_item HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: J4iY8BZ +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 1649439303 +Content-Length: 232 + + +*/ +//Request +{ + "cs_end" : false, + "item_name" : "relationship_ability_ap06unlock_ap20_hug", //can also be ap06unlock_ap20_fetch_04/emote_upgrade_butterfly_01/lootbox_common_19 + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "spirit_id" : 1582353854, + "unlock_id" : 2269148129, + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:20:13 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 271 + + +*/ +//Response +{ + "currency" : { //deducting the currency + "candles" : 11, + "prestige" : 7, + "prestige_vip" : 7, + "wax" : 91 + }, + "result" : "ok", + "update_unlocks" : [ //updating the currency + { + "ack" : false, + "created_at" : 0, + "name" : "relationship_ability_ap06unlock_ap20_hug", + "type" : "spiritshop" + } + ] + /* + But depending on what the item is there is also updating the collectibles when using emote_upgrade_butterfly_01 or giving user a lootbox when lootbox_common_19 + "collectibles" : [ + { + "candle_space" : false, + "carrying" : false, + "id" : "butterfly", + "level" : 2, + "permanent_level" : 1, + "used" : false + }, + { + "candle_space" : false, + "carrying" : false, + "id" : "cape", + "level" : 2, + "permanent_level" : 1, + "used" : false + }, + { + "candle_space" : true, + "carrying" : false, + "id" : "flame", + "level" : 1, + "permanent_level" : 0, + "used" : true + }, + { + "candle_space" : true, + "carrying" : false, + "id" : "home", + "level" : 1, + "permanent_level" : 0, + "used" : true + }, + { + "candle_space" : true, + "carrying" : false, + "id" : "normal", + "level" : 1, + "permanent_level" : 0, + "used" : true + }, + { + "candle_space" : false, + "carrying" : false, + "id" : "point", + "level" : 2, + "permanent_level" : 1, + "used" : true + }, + { + "candle_space" : true, + "carrying" : false, + "id" : "sit", + "level" : 1, + "permanent_level" : 0, + "used" : true + }, + { + "candle_space" : true, + "carrying" : false, + "id" : "skykid", + "level" : 1, + "permanent_level" : 0, + "used" : true + } + ], + + + + and for lootbox + "get_lootboxes" : [ + { + "consumable_type" : "energy", + "count" : 1, + "currency_type" : "", + "lootbox_id" : "lootbox_common_19", + "redeemed" : false + } + ], + + */ + } + diff --git a/account/account_season_finalize.json b/account/account_season_finalize.json new file mode 100644 index 0000000..12f7e43 --- /dev/null +++ b/account/account_season_finalize.json @@ -0,0 +1,62 @@ +/* +POST /account/season_finalize HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: GfYxI +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 1509719447 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:31 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 358 + + +*/ +//Response +{ + "currency" : { + "candles" : 5, + "wax" : 146 + }, + "result" : [ "season_22" ], + "update_forge_rates" : [ + { + "current_level" : 4, + "current_tier" : 26, + "enabled" : true, + "level_completion" : 0.0, + "level_tier_count" : 5, + "level_tier_index" : 0, + "reset_acknowledged" : true, + "source_type" : "wax", + "tier_completion" : 0.0 + } + ], + "update_unlocks" : [ + { + "ack" : false, + "created_at" : 0, + "name" : "season_finish_22", + "type" : "season" + } + ] + } + diff --git a/account/account_set_achievement_stats.json b/account/account_set_achievement_stats.json new file mode 100644 index 0000000..917d358 --- /dev/null +++ b/account/account_set_achievement_stats.json @@ -0,0 +1,152 @@ +/* +POST /account/set_achievement_stats HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: kdJ2xSF +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 249 + + +*/ +//Request +{ + "achievement_stats" : [ + { + "type" : "cape_change_count", + "value" : 3 + }, + { + "type" : "highest_carry_stack_count", + "value" : 1 + } + ], + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:27 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 1404 + + +*/ +//Response +{ + "achievement_stats" : [ + { + "type" : "avatar_charge_count", + "updated" : 1717266678, + "value" : 19551.6760 + }, + { + "type" : "cape_change_count", + "updated" : 1720818987, + "value" : 3 + }, + { + "type" : "collectible_count", + "updated" : 1717267486, + "value" : 1 + }, + { + "type" : "dawn_collectibles_collected_count", + "updated" : 1717267486, + "value" : 1 + }, + { + "type" : "emotes_collected_count", + "updated" : 1717267200, + "value" : 2 + }, + { + "type" : "emotes_used_count", + "updated" : 1717267930, + "value" : 2 + }, + { + "type" : "engine_activated_count", + "updated" : 1717267579, + "value" : 3 + }, + { + "type" : "fly_continuously_1_minute_count", + "updated" : 1717264528, + "value" : 1 + }, + { + "type" : "fly_continuously_2_minute_count", + "updated" : 1717264588, + "value" : 1 + }, + { + "type" : "forged_candle_count", + "updated" : 1717266401, + "value" : 2 + }, + { + "type" : "hair_change_count", + "updated" : 1717264975, + "value" : 3 + }, + { + "type" : "highest_cape_level", + "updated" : 1717267529, + "value" : 2 + }, + { + "type" : "highest_carry_stack_count", + "updated" : 1720818987, + "value" : 1 + }, + { + "type" : "highest_flight_altitude", + "updated" : 1717267574, + "value" : 83.65780599999999 + }, + { + "type" : "join_1_player_count", + "updated" : 1717266249, + "value" : 3 + }, + { + "type" : "join_2_players_count", + "updated" : 1717266264, + "value" : 2 + }, + { + "type" : "light_candle_count", + "updated" : 1717267648, + "value" : 487 + }, + { + "type" : "non_unique_hand_hold_count", + "updated" : 1717266132, + "value" : 4 + }, + { + "type" : "non_unique_high_five_count", + "updated" : 1717264975, + "value" : 1 + }, + { + "type" : "visit_dawn_temple_exit", + "updated" : 1717268055, + "value" : 1 + }, + { + "type" : "wax_pickup_count", + "updated" : 1717266647, + "value" : 136 + } + ] + } + diff --git a/account/account_set_checkpoint.json b/account/account_set_checkpoint.json new file mode 100644 index 0000000..bb5d5db --- /dev/null +++ b/account/account_set_checkpoint.json @@ -0,0 +1,99 @@ +/* +POST /account/set_checkpoint HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: KMuacuj +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 1649439303 +Content-Length: 342 + + +*/ +//Request +{ + "bst_id" : 0, + "level_hash" : 52532, + "level_id" : 1649439303, + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "states" : [ + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false + ], + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:19:12 GMT +Content-Type: application/json; charset=utf-8 +Connection: keep-alive +Content-Length: 300 + + +*/ +//Response +{ + "checkpoints" : [ + { + "arc_order" : 1, + "bst_id" : 0, + "is_furthest" : true, + "level_hash" : 52532, + "level_id" : 1649439303, + "states" : [ + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false, + false + ], + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + ] + } + diff --git a/account/account_set_joinable.json b/account/account_set_joinable.json new file mode 100644 index 0000000..eab2525 --- /dev/null +++ b/account/account_set_joinable.json @@ -0,0 +1,37 @@ +/* +POST /account/set_joinable HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: CyLJy8Z +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 1509719447 +Content-Length: 157 + + +*/ +//Request +{ + "joinable" : true, + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:30 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 17 + + +*/ +//Response +{ + "joinable" : true + } + diff --git a/account/account_set_outfit.json b/account/account_set_outfit.json new file mode 100644 index 0000000..5771d2f --- /dev/null +++ b/account/account_set_outfit.json @@ -0,0 +1,171 @@ +/* +POST /account/set_outfit HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: KIKdBCg +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 1509719447 +Content-Length: 716 + + +*/ +//Request +{ + "outfit" : { + "arms" : { + "id" : 0, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "attitude" : 0, + "body" : { + "id" : 3691343236, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "feet" : { + "id" : 1532093990, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "hair" : { + "id" : 158418233, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "hat" : { + "id" : 1470462579, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "height" : 0.32055640, + "horn" : { + "id" : 3680499229, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "mask" : { + "id" : 3663390882, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "neck" : { + "id" : 3800884691, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "prop" : { + "id" : 2035109393, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "scale" : 0.008167967199999999, + "seed" : 8016, + "voice" : 0, + "wing" : { + "id" : 2245279351, + "mask" : 0, + "pat" : 0, + "tex" : 0 + } + }, + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:18:27 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 614 + + +*/ +//Response +{ + "result" : "ok", + "set_outfit" : { + "arms" : { + "id" : 0, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "attitude" : "0", + "body" : { + "id" : 3691343236, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "feet" : { + "id" : 1532093990, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "hair" : { + "id" : 158418233, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "hat" : { + "id" : 1470462579, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "height" : 0.3205564055560303, + "horn" : { + "id" : 3680499229, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "mask" : { + "id" : 3663390882, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "neck" : { + "id" : 3800884691, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "prop" : { + "id" : 2035109393, + "mask" : 0, + "pat" : 0, + "tex" : 0 + }, + "scale" : 0.008167967321492012, + "seed" : 8016, + "voice" : 0, + "wing" : { + "id" : 2245279351, + "mask" : 0, + "pat" : 0, + "tex" : 0 + } + } + } + diff --git a/account/account_userdata.json b/account/account_userdata.json new file mode 100644 index 0000000..3e7329c --- /dev/null +++ b/account/account_userdata.json @@ -0,0 +1,44 @@ +/* +POST /account/userdata HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: NkoRlgM +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 1077 + + +*/ +//Request +{ + "data" : "eyJtaXNjIjp7InByZWZlcnJlZEhvbWVMZXZlbCI6MCwic3VibWl0VHV0b3JpYWxFdmVudHMiOnRydWV9LCJ0dXRvcmlhbCI6eyJsYXN0VGVsZXBvcnRIb21lVGltZSI6MzU3MjQyMzg5NiwibGFzdEpvaW5SYW5kb21HYW1lVGltZSI6MzU3MjQyMzg5NiwiZm9yZ2UiOjEsIm1lbnUiOjEsInNob3V0IjowLCJzaG9wIjowLCJidWRkeVJlcSI6MCwiZGl2ZSI6MCwiYnJlYXRoIjowLCJkaXZlTW92ZSI6MCwiZmYiOmZhbHNlLCJlZGl0bW9kZSI6MCwid2ViUmVtb3RlIjowLCJtZW1vcnlTcGVsbHNWaWV3ZWQiOjAsIm1lbW9yeVNocmluZXNWaWV3ZWQiOjAsInNwYWNlU3BlbGxzVmlld2VkIjowLCJzcGFjZVNocmluZXNWaWV3ZWQiOjB9LCJtZW51Ijp7ImZyaWVuZENvbnN0ZWxsYXRpb25QcmVmZXJyZWQiOmZhbHNlLCJuZXN0V2VsY29tZUxldmVsIjowfSwiYWNoaWV2ZW1lbnRzIjp7ImRhaWx5X3F1ZXN0c19hY3RpdmF0ZWQiOltmYWxzZSxmYWxzZSxmYWxzZSxmYWxzZV0sImRhaWx5X3F1ZXN0c19yZXdhcmRfZ2l2ZW4iOltmYWxzZSxmYWxzZSxmYWxzZSxmYWxzZV0sImRhaWx5X3F1ZXN0c19pbnRlcmFjdGlvbl9lcG9jaF90aW1lIjoxNzE3MjY2MTc2fSwiZWxkZXJfaXRlbV9pZHMiOls0MjQ3ODc4MDA5LDg1MDE1NTg5Myw3NzY5NDQxOTddLCJlbGRlcl9pdGVtX2hwcyI6WzQsNCwzXX0A", + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "time" : 1717267971, + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "version" : 3 + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:10 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 950 + + +*/ +//Response +{ + "userdata" : { + "data" : "eyJtaXNjIjp7InByZWZlcnJlZEhvbWVMZXZlbCI6MCwic3VibWl0VHV0b3JpYWxFdmVudHMiOnRydWV9LCJ0dXRvcmlhbCI6eyJsYXN0VGVsZXBvcnRIb21lVGltZSI6MzU3MjQyMzg5NiwibGFzdEpvaW5SYW5kb21HYW1lVGltZSI6MzU3MjQyMzg5NiwiZm9yZ2UiOjEsIm1lbnUiOjEsInNob3V0IjowLCJzaG9wIjowLCJidWRkeVJlcSI6MCwiZGl2ZSI6MCwiYnJlYXRoIjowLCJkaXZlTW92ZSI6MCwiZmYiOmZhbHNlLCJlZGl0bW9kZSI6MCwid2ViUmVtb3RlIjowLCJtZW1vcnlTcGVsbHNWaWV3ZWQiOjAsIm1lbW9yeVNocmluZXNWaWV3ZWQiOjAsInNwYWNlU3BlbGxzVmlld2VkIjowLCJzcGFjZVNocmluZXNWaWV3ZWQiOjB9LCJtZW51Ijp7ImZyaWVuZENvbnN0ZWxsYXRpb25QcmVmZXJyZWQiOmZhbHNlLCJuZXN0V2VsY29tZUxldmVsIjowfSwiYWNoaWV2ZW1lbnRzIjp7ImRhaWx5X3F1ZXN0c19hY3RpdmF0ZWQiOltmYWxzZSxmYWxzZSxmYWxzZSxmYWxzZV0sImRhaWx5X3F1ZXN0c19yZXdhcmRfZ2l2ZW4iOltmYWxzZSxmYWxzZSxmYWxzZSxmYWxzZV0sImRhaWx5X3F1ZXN0c19pbnRlcmFjdGlvbl9lcG9jaF90aW1lIjoxNzE3MjY2MTc2fSwiZWxkZXJfaXRlbV9pZHMiOls0MjQ3ODc4MDA5LDg1MDE1NTg5Myw3NzY5NDQxOTddLCJlbGRlcl9pdGVtX2hwcyI6WzQsNCwzXX0A", + "time" : 1717267971, + "version" : 3 + } + } + diff --git a/account/auth/account_auth_login.json b/account/auth/account_auth_login.json new file mode 100644 index 0000000..953218d --- /dev/null +++ b/account/auth/account_auth_login.json @@ -0,0 +1,133 @@ +/* +POST /account/auth/login HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: viOoAJQ +x-sky-level-id: 3526133726 +Content-Length: 1381 + + +*/ +//Request +{ + "device" : "00000000-0000-0000-0000-000000000000", + "device_key" : "A/cWqIB7p2KOtBmqFiZp9W2j+dhQXq8zOzX0f0rnaFjr", + "device_name" : "Unknown", + "device_token" : "", + "external_credentials" : { + "alias" : "Buga_Luga007", + "external_account_type" : "Steam", + "player_id" : "76561199698282316", + "signature" : "140000002f8193240970dd484c07986701001001119b9166180000000100000005000000a04b5443044b11d0a5981f0003000000b200000032000000040000004c079867010010012a7b230054c8931b0138a8c000000000129b9166924aad66010096be0c000000000004a4fc0d90832fff0d6ebe416afeeda1e3956b5ddc38ef9c6735bc9e9aa9282657f07f9048643ac4c3737cd6d1bce3f0b1cfcb0654fe67e490107b5277d79d317b137f05b3f2cf9469b374b203b7523b1d2c0cbbfb48081dc4ef632457a26a6015d1bd0d0af34972d4675818eb458eb4861dea69076208352907f70877f729de" + }, + "hashes" : [ + 1913095961, + 1316250610, + 2510118661, + 3834246998, + 1731370194, + 2265070178, + 618912557, + 2568820904, + 3068255152, + 4029015281, + 2245054157, + 3397144677, + 4143622099, + 1365629050, + 3851695576, + 1161226873, + 833750417, + 765041499, + 3038066977, + 396963162, + 1906316240, + 963033178, + 3751658729, + 1755094869, + 816751585, + 4133182092, + 3691335459, + 2529179106, + 2825962898 + ], + "integrity" : true, + "key" : "0000000000000000000000000000000000000000000000000000000000000000", + "production" : false, + "sig" : "MEQCIH0t3Sz0Ixhr7RdwThHKmI9oj67SqTx6Z9fL6eaRxcUqAiBhUfFkdF6vKZ5GD72BBotut19qITLh5FrlIuu8IdzfDQ==", + "sig_ts" : 1720818968, + "tos_version" : 4, + "type" : "Steam", + "user" : "00000000-0000-0000-0000-000000000000" + } + +/* + +*/ +//Response +{ + "authinfo" : { + "device" : "", + "key" : "no_bcrypt", + "recovery_token" : "", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + }, + "external_links" : [ + { + "alias" : "Buga_Luga007", + "player_id" : "76561199698282316", + "type" : "Steam" + } + ], + "resource_list" : [ + "device_capabilities", + "userdata", + "set_friends", + "set_friend_statues", + "online_friends", + "set_rank", + "currency", + "forge_rates", + "motd", + "outfit_defs", + "achievements", + "achievement_stats", + "relationship_defs", + "questionnaires", + "event_schedule", + "set_world_quests", + "iap_list", + "invite_list", + "unlocks", + "get_shop", + "spirit_shops", + "collectibles", + "wing_buffs", + "gift_messages", + "set_app_badge_number", + "get_consumable_defs", + "get_consumables", + "get_buff_defs", + "get_buffs", + "get_lootboxes", + "checkpoints", + "generic_shop_defs", + "external_account_friends", + "serendipity_matches", + "get_star_tag_defs", + "status_unlocks", + "free_gifts", + "get_map_defs", + "achievement_defs", + "achievement_stats_tracking", + "event_currency_defs", + "infractions", + "get_user_profile", + "emote_sequences", + "video_defs", + "messages" + ], + "session" : "c96c4ac19fd8ead1e884e4a852a7e933" + } diff --git a/account/buff/account_buff_get_buff_defs.json b/account/buff/account_buff_get_buff_defs.json new file mode 100644 index 0000000..e48a91b --- /dev/null +++ b/account/buff/account_buff_get_buff_defs.json @@ -0,0 +1,8731 @@ +/* +POST /account/buff/get_buff_defs HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: hwjS5G1 +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:19 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 172330 + + +*/ +//Response +{ + "get_buff_defs" : [ + { + "aura_dist" : 20.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 5.0, + "effect" : "gravity_mult", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffAntiGravity", + "id" : 1860519737, + "is_aura" : true, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 0.50, + "name" : "anti_gravity_0_5x", + "params" : [], + "recipient_type" : "aura" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "birthdayhat", + "event" : "BirthdayHatBuffEvent", + "fx_type" : "basic", + "icon" : "UiOutfitHornBirthdayHat01", + "id" : 3589061110, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "birthdayhat_krill", + "params" : [ "krill" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "emote", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiEmoteAP04Celebrate", + "id" : 3234758716, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "bloom_sakura", + "params" : [ "SakuraCelebrateEmote_1" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 8.0, + "effect" : "candle_trick", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffCandle", + "id" : 1441565188, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "candle_trick", + "params" : [], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : [ "global_halloween" ], + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 5.0, + "effect" : "cat_curse", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffCatCurse", + "id" : 847145578, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "cat_curse", + "params" : [], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 2.0, + "client_event_names" : [ "global_halloween", "global_competition" ], + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 15.0, + "effect" : "crab_curse", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffCrabCurse", + "id" : 309101454, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "crab_curse", + "params" : [], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 8.0, + "effect" : "crab_rock_trick", + "event" : "none", + "fx_type" : "basic", + "icon" : "UIMenuBuffCrabRock", + "id" : 901504997, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "crab_rock_trick", + "params" : [], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 8.0, + "effect" : "currency_trick", + "event" : "none", + "fx_type" : "basic", + "icon" : "UIMenuBuffEventCurrency", + "id" : 549388738, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "currency_trick", + "params" : [], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 60.0, + "effect" : "dnd", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuDND", + "id" : 3379219961, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "dnd", + "params" : [], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : [ "global_daysoffortune_dragondance" ], + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 300.0, + "effect" : "dragon_dance", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiSocialJoinDragonDance", + "id" : 123892446, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "dragon_dance", + "params" : [], + "recipient_type" : "local" + }, + { + "aura_dist" : 20.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "energy_charge_mult", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffFastCharge", + "id" : 1750685908, + "is_aura" : true, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 2.0, + "name" : "energy_2x", + "params" : [], + "recipient_type" : "aura" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : [ "global_spring" ], + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 20.0, + "effect" : "emitter_foot_flower", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffFlairFlower", + "id" : 1544367537, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 0.50, + "name" : "flair_flower", + "params" : [], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "glow", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMiscStarCluster", + "id" : 1097748727, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 0.2000000029802322, + "name" : "glow_15", + "params" : [], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "glow_rainbow", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffRainbow", + "id" : 561567149, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "glow_rainbow", + "params" : [], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "glow_tgc", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMiscStarCluster", + "id" : 1938335753, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "glow_tgc", + "params" : [], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 5.0, + "effect" : "goo_drain_mult", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiEmoteNoThanks", + "id" : 383062578, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 0.50, + "name" : "goo_drain_0_5x", + "params" : [], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 60.0, + "effect" : "hairtint", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffHairTint", + "id" : 791101367, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "hairtint_amaranthpink", + "params" : [ "1.0", "0.1", "0.5", "1.0", "0.35", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 60.0, + "effect" : "hairtint", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffHairTint", + "id" : 2507856599, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "hairtint_aquamarine", + "params" : [ "0.1", "1.0", "0.5", "1.0", "0.35", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 60.0, + "effect" : "hairtint", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffHairTint", + "id" : 516888612, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "hairtint_black", + "params" : [ "0.0", "0.0", "0.0", "1.0", "0.0", "0.56" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 60.0, + "effect" : "hairtint", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffHairTint", + "id" : 3522086733, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "hairtint_blue", + "params" : [ "0.0", "0.0", "1.0", "1.0", "0.35", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 60.0, + "effect" : "hairtint", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffHairTint", + "id" : 3250669400, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "hairtint_cerulean", + "params" : [ "0.0", "0.0", "1.0", "1.0", "0.35", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 60.0, + "effect" : "hairtint", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffHairTint", + "id" : 2555651258, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "hairtint_cyan", + "params" : [ "0.1", "1.0", "1.0", "1.0", "0.35", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 60.0, + "effect" : "hairtint", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffHairTint", + "id" : 3378362684, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "hairtint_green", + "params" : [ "0.0", "1.0", "0.0", "1.0", "0.35", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 60.0, + "effect" : "hairtint", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffHairTint", + "id" : 2256931432, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "hairtint_magenta", + "params" : [ "1.0", "0.1", "1.0", "1.0", "0.35", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 60.0, + "effect" : "hairtint", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffHairTint", + "id" : 4040827949, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "hairtint_mayablue", + "params" : [ "0.1", "1.0", "1.0", "1.0", "0.35", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 60.0, + "effect" : "hairtint", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffHairTint", + "id" : 35873131, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "hairtint_orange", + "params" : [ "0.72", "0.2", "0.0", "1.0", "0.35", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 60.0, + "effect" : "hairtint", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffHairTint", + "id" : 1901122797, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "hairtint_pink", + "params" : [ "1.0", "0.1", "0.5", "1.0", "0.35", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 60.0, + "effect" : "hairtint", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffHairTint", + "id" : 1457320063, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "hairtint_purple", + "params" : [ "0.5", "0.1", "1.0", "1.0", "0.35", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 60.0, + "effect" : "hairtint_rainbow", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffHairTint", + "id" : 1309459241, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "hairtint_rainbow", + "params" : [ "1.0", "1.0", "1.0", "1.0", "0.4", "0.8" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 60.0, + "effect" : "hairtint", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffHairTint", + "id" : 3080673628, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "hairtint_red", + "params" : [ "1.0", "0.0", "0.1", "1.0", "0.35", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 60.0, + "effect" : "hairtint", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffHairTint", + "id" : 3099241326, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "hairtint_slate", + "params" : [ "0.5", "0.1", "1.0", "1.0", "0.35", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 60.0, + "effect" : "hairtint", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffHairTint", + "id" : 2800721964, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "hairtint_softgreen", + "params" : [ "0.0", "1.0", "0.0", "1.0", "0.35", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 60.0, + "effect" : "hairtint", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffHairTint", + "id" : 409223035, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "hairtint_softorange", + "params" : [ "0.72", "0.2", "0.0", "1.0", "0.35", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 240.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornPastryEars", + "id" : 623769665, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hat_pastryears", + "params" : [ "CharSkyKid_Horn_PastryEars" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 60.0, + "effect" : "hairtint", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffHairTint", + "id" : 1799449036, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "hairtint_softred", + "params" : [ "1.0", "0.0", "0.1", "1.0", "0.35", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 60.0, + "effect" : "hairtint", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffHairTint", + "id" : 3257815497, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "hairtint_yellow", + "params" : [ "1.0", "0.5", "0.0", "1.0", "0.35", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 20.0, + "effect" : "height_mult", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffGrow", + "id" : 891098028, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 3.0, + "name" : "height_large_3x", + "params" : [], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 20.0, + "effect" : "height_mult", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffChibi", + "id" : 1692428656, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : -3.0, + "name" : "height_small_3x", + "params" : [], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "height_mult", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffChibi", + "id" : 3989864629, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : -3.0, + "name" : "height_small_3x_handhold", + "params" : [], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_body", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitBodyAnniversaryTshirt", + "id" : 2241306548, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_body_birthdayshirt05", + "params" : [ "CharSkyKid_Body_BirthdayShirt_05" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_body", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitBodyDarkRainbow", + "id" : 1115226250, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_body_darkrainbow", + "params" : [ "CharSkyKid_Body_DarkRainbow" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_body", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitBodyFashionJeans", + "id" : 2767311435, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_body_fashionjeans", + "params" : [ "CharSkyKid_Body_FashionJeans" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_body", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitBodyFortuneDragonRobe", + "id" : 2117807700, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_body_fortunedragonrobe", + "params" : [ "CharSkyKid_Body_FortuneDragonRobe" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_body", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitBodyGardener", + "id" : 4189773438, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_body_gardener", + "params" : [ "CharSkyKid_Body_Gardener" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_body", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitBodyGoth", + "id" : 4102153582, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_body_goth", + "params" : [ "CharSkyKid_Body_Goth" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : [ "global_competition" ], + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_body", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitBodyGreekRobe", + "id" : 965554368, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_body_greek", + "params" : [ "CharSkyKid_Body_GreekRobe" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_body", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitBodyDOF23Muralist", + "id" : 483128979, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_body_muralist", + "params" : [ "CharSkyKid_Body_FortuneMuralist" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_body", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitBodyAP16OrangeLove", + "id" : 782433094, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_body_orangelove", + "params" : [ "CharSkyKid_Body_AP16OrangeLove" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_body", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitBodyRainbow", + "id" : 1482655023, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_body_rainbowtrousers", + "params" : [ "CharSkyKid_Body_Rainbow_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_body", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitBodyAP16SlateRunaway", + "id" : 3160138703, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_body_runaway", + "params" : [ "CharSkyKid_Body_AP16SlateRunaway" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_body", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffDOW22SnowmanBody", + "id" : 2759712457, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_body_snowman", + "params" : [ "CharSkyKid_Body_Snowman" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_body", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitBodyAP11Sword", + "id" : 3799734077, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_body_sword", + "params" : [ "CharSkyKid_Body_AP11Sword_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_body", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitBodyWitch", + "id" : 969946279, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_body_witchbody", + "params" : [ "CharSkyKid_Body_Witch" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCape", + "id" : 462497825, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_classicone_ancestor", + "params" : [ "CharSkyKid_Wing_ClassicOne_Ancestor" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCape", + "id" : 2584913800, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_classicone_beige", + "params" : [ "CharSkyKid_Wing_ClassicOne_Beige" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCape", + "id" : 2420115381, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_classicone_default", + "params" : [ "CharSkyKid_Wing_ClassicOne_Default" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCape", + "id" : 2477754484, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_classicone_pink", + "params" : [ "CharSkyKid_Wing_ClassicOne_Pink" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCape", + "id" : 1232203602, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_classicone_purple", + "params" : [ "CharSkyKid_Wing_ClassicOne_Purple" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCape", + "id" : 132769951, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_classicone_red", + "params" : [ "CharSkyKid_Wing_ClassicOne_Red" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCape", + "id" : 1710114382, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_classicone_teal", + "params" : [ "CharSkyKid_Wing_ClassicOne_Teal" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCape", + "id" : 523621584, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_classicone_yellow", + "params" : [ "CharSkyKid_Wing_ClassicOne_Yellow" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_feet", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitFeetAuroraSneakers", + "id" : 1084329352, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_feet_aurorasneakers", + "params" : [ "CharSkyKid_Feet_AuroraSneakers" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_feet", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitFeetBalletFlats", + "id" : 3255709448, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_feet_balletflats", + "params" : [ "CharSkyKid_Feet_BalletFlats" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_feet", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitFeetBunnySlippers", + "id" : 109900434, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_feet_bunnyslippers", + "params" : [ "CharSkyKid_Feet_BunnySlippers" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_feet", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitFeetGothBoots", + "id" : 453150746, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_feet_goth", + "params" : [ "CharSkyKid_Feet_GothBoots" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_feet", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitFeetRainbowDarkLoafers", + "id" : 1659639836, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_feet_rainbowdarkloafers", + "params" : [ "CharSkyKid_Feet_RainbowDarkLoafers" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_feet", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitFeetSunlightSandals", + "id" : 2358899702, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_feet_sunlightsandals", + "params" : [ "CharSkyKid_Feet_SunlightSandals" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_feet", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitFeetWitch", + "id" : 57353683, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_feet_witchbody", + "params" : [ "CharSkyKid_Feet_Witch" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_feet", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitFeetYetiBoots", + "id" : 2003427470, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_feet_yetiboots", + "params" : [ "CharSkyKid_Feet_YetiBoots" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeTGC", + "id" : 2294466631, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_figurine_TGC_specialEdition", + "params" : [ "CharSkyKid_Wing_ClassicOne_TGCBlueSTAR" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hair", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHairBloomSpiky", + "id" : 131592471, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hair_bloomspiky", + "params" : [ "CharSkyKid_Hair_BloomSpiky" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hair", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHairBlossom", + "id" : 373243257, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hair_blossom", + "params" : [ "CharSkyKid_Hair_Blossom_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hair", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHairCallaLily", + "id" : 3381362199, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hair_callalily", + "params" : [ "CharSkyKid_Hair_CallaLily" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hair", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHairFish", + "id" : 2751409166, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hair_carp", + "params" : [ "CharSkyKid_Hair_Fish_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hair", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHairDOM22Cat", + "id" : 4269954660, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hair_cathair", + "params" : [ "CharSkyKid_Hair_MischiefCat" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hair", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHairDoubleBun", + "id" : 2194970182, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hair_doublebun", + "params" : [ "CharSkyKid_Hair_DoubleBun" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : [ "global_competition" ], + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hair", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHairGreek", + "id" : 1353569280, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hair_greek", + "params" : [ "CharSkyKid_Hair_Greek" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hair", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHairLionDance", + "id" : 2093744529, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hair_liondance", + "params" : [ "CharSkyKid_Hair_LionDance" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hair", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHairMarchingBand", + "id" : 3072066961, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hair_marching", + "params" : [ "CharSkyKid_Hair_MarchingBand" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hair", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHairNatureWater", + "id" : 1249984646, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hair_naturewater", + "params" : [ "CharSkyKid_Hair_NatureWater" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 240.0, + "effect" : "outfit_hair", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHairPastryShort", + "id" : 1920028261, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hair_pastryshort", + "params" : [ "CharSkyKid_Hair_PastryShort" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hair", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHairAP04Pumpkin", + "id" : 1046521292, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hair_pumpkin", + "params" : [ "CharSkyKid_Hair_AP04Pumpkin_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hair", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHairRainbowHat", + "id" : 3773476314, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hair_rainbowbeanie", + "params" : [ "CharSkyKid_Hair_RainbowHat_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hair", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHairRockstar", + "id" : 3322375825, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hair_rockstar", + "params" : [ "CharSkyKid_Hair_RockStar" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hair", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHairAP16RunawayBob", + "id" : 239584271, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hair_runaway", + "params" : [ "CharSkyKid_Hair_AP16RunawayBob" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [ 2759712457 ], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_hair", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffDOW22SnowmanHead", + "id" : 419537417, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hair_snowman", + "params" : [ "CharSkyKid_Hair_Snowman" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hair", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHairSpider", + "id" : 2534225385, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hair_spiderhair", + "params" : [ "CharSkyKid_Hair_Spider_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hair", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHairAP09MultiBuns", + "id" : 1059767859, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hair_spintrick", + "params" : [ "CharSkyKid_Hair_AP09MultiBuns_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hair", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHairWinterHat", + "id" : 2202141658, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hair_winterhat", + "params" : [ "CharSkyKid_Hair_WinterHat_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hair", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHairWitch", + "id" : 116679863, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hair_witchhair", + "params" : [ "CharSkyKid_Hair_Witch" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hair", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHairWitchHat", + "id" : 1983755432, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hair_witchhat", + "params" : [ "CharSkyKid_Hair_WitchHat_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hair", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHairWoolHat", + "id" : 3471701278, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hair_woolhat", + "params" : [ "CharSkyKid_Hair_WoolHat" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hair", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHairSantaHat", + "id" : 2885283383, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hair_xmas", + "params" : [ "CharSkyKid_Hair_Xmas" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornHeartBeret", + "id" : 543964677, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hat_heartberet", + "params" : [ "CharSkyKid_Horn_HeartBeret" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornMothAntenna", + "id" : 2608811200, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hat_mothantenna", + "params" : [ "CharSkyKid_Horn_MothAntenna" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 240.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornPastryMini", + "id" : 289931327, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hat_pastrymini", + "params" : [ "CharSkyKid_Horn_PastryMini" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 240.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornPastryTea", + "id" : 734973694, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hat_pastrytea", + "params" : [ "CharSkyKid_Horn_PastryTea" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornPinecone", + "id" : 2737435224, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hat_pinecone", + "params" : [ "CharSkyKid_Horn_Pinecone" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornTopHat", + "id" : 3393694829, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_hat_tophat", + "params" : [ "CharSkyKid_Horn_TopHat" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_horn", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitMaskBlueSunglasses", + "id" : 2647254132, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_STARpinSunglasses", + "params" : [ "CharSkyKid_Horn_STARpin_sunglasses" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : [ "global_skyfest" ], + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornBalloonCrab", + "id" : 3826543228, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_ballooncrab", + "params" : [ "CharSkyKid_Horn_BalloonCrab" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : [ "global_skyfest" ], + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornBalloonCrown", + "id" : 1648234549, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_ballooncrown", + "params" : [ "CharSkyKid_Horn_BalloonCrown" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : [ "global_skyfest" ], + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornBalloonJellyfish", + "id" : 2607444348, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_balloonjellyfish", + "params" : [ "CharSkyKid_Horn_BalloonJellyfish" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : [ "global_skyfest" ], + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornBalloonKrill", + "id" : 4169543430, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_balloonkrill", + "params" : [ "CharSkyKid_Horn_BalloonKrill" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : [ "global_skyfest" ], + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornBalloonManta", + "id" : 1736949309, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_balloonmanta", + "params" : [ "CharSkyKid_Horn_BalloonManta" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornBirthdayHat04", + "id" : 1391135002, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_birthday04", + "params" : [ "CharSkyKid_Horn_BirthdayHat_04" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornBirthdayHat05", + "id" : 3855098512, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_birthdayhat05", + "params" : [ "CharSkyKid_Horn_BirthdayHat_05" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornBunny", + "id" : 3446227585, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_bunny", + "params" : [ "CharSkyKid_Horn_Bunny_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornBunny", + "id" : 1388022030, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_bunnyAcc", + "params" : [ "CharSkyKid_Horn_Bunny_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornFish", + "id" : 551055685, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_carp", + "params" : [ "CharSkyKid_Horn_Fish_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornCoral", + "id" : 3947255340, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_coral", + "params" : [ "CharSkyKid_Horn_Coral_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_horn", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornHeadCrab", + "id" : 1928839393, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_crab", + "params" : [ "CharSkyKid_Horn_HeadCrab" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_horn", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornDarkRainbowEarring", + "id" : 872420107, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_darkrainbow", + "params" : [ "CharSkyKid_Horn_DarkRainbowEarring" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_horn", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornFireworkEarring", + "id" : 979808404, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_fireworkearring", + "params" : [ "CharSkyKid_Horn_FireworkEarring" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_horn", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornFlameSunglasses", + "id" : 4156386974, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_flameglasses", + "params" : [ "CharSkyKid_Horn_FlameSunglasses" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornFlowerCrown", + "id" : 942365523, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_flowercrown", + "params" : [ "CharSkyKid_Horn_FlowerCrown_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_horn", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornDragonEarring", + "id" : 2684313119, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_fortunedragon", + "params" : [ "CharSkyKid_Horn_DragonEarring" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_horn", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornHeartSunglasses", + "id" : 3606734683, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_heartglasses", + "params" : [ "CharSkyKid_Horn_HeartSunglasses" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornKizunaAi", + "id" : 2050094531, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_kizuna", + "params" : [ "CharSkyKid_Horn_KizunaAi" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : [ "global_competition" ], + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornLaurel", + "id" : 4226210422, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_laurel", + "params" : [ "CharSkyKid_Horn_Laurel" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_horn", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornAP16MoonStar", + "id" : 2305213622, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_moonstar", + "params" : [ "CharSkyKid_Horn_AP16MoonStar" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornOrange", + "id" : 2678233973, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_orange", + "params" : [ "CharSkyKid_Horn_Orange" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornOreoHat", + "id" : 2388132571, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_oreoheadband", + "params" : [ "CharSkyKid_Horn_OreoHeadband" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornPumpkinCrab", + "id" : 321065611, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_pumpkincrab", + "params" : [ "CharSkyKid_Horn_PumpkinCrab" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_horn", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornRainbowEarring", + "id" : 2704677687, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_rainbowearring", + "params" : [ "CharSkyKid_Horn_RainbowEarring_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_horn", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornRainbowHeadphones", + "id" : 2525758368, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_rainbowheadphones", + "params" : [ "CharSkyKid_Horn_RainbowHeadphones_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornRainbowPoppy", + "id" : 2141511649, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_rainbowpoppy", + "params" : [ "CharSkyKid_Horn_RainbowPoppy_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornRainbowPoppy02", + "id" : 3280754985, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_rainbowpoppy2", + "params" : [ "CharSkyKid_Horn_RainbowPoppy_02" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_horn", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornRainbowTassel", + "id" : 4004266691, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_rainbowtassel", + "params" : [ "CharSkyKid_Horn_RainbowTassel_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornSnowflake", + "id" : 1372838509, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_snowflake", + "params" : [ "CharSkyKid_Horn_Snowflake_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_horn", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornStarSunglasses", + "id" : 4090214565, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_starglasses", + "params" : [ "CharSkyKid_Horn_StarSunglasses" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornSummerHat", + "id" : 2052387583, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_summerhat", + "params" : [ "CharSkyKid_Horn_SummerHat_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornShell", + "id" : 4123817368, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_summershell", + "params" : [ "CharSkyKid_Horn_Shell_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_hat", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornWitchHat", + "id" : 4219181095, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_witchhat", + "params" : [ "CharSkyKid_Horn_WitchHat_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_horn", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornWithered", + "id" : 1123843208, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_witheredhorn", + "params" : [ "CharSkyKid_Horn_Withered_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_horn", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitHornElk", + "id" : 1909998088, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_horn_xmas", + "params" : [ "CharSkyKid_Horn_Elk" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_mask", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitMaskAP05Actor", + "id" : 4076351969, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_mask_actor", + "params" : [ "CharSkyKid_Mask_APActor_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_horn", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitMaskBlueSunglasses", + "id" : 783039918, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_mask_bluesunglasses", + "params" : [ "CharSkyKid_Mask_BlueSunglasses" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_mask", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitMaskDOM22Cat", + "id" : 3393326356, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_mask_catmask", + "params" : [ "CharSkyKid_Mask_MischiefCat" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_mask", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitMaskCrabula", + "id" : 1580115578, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_mask_crabula", + "params" : [ "CharSkyKid_Mask_Crabula" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_mask", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitMaskDragon", + "id" : 4240004242, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_mask_fortunedragon", + "params" : [ "CharSkyKid_Mask_Dragon" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_mask", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitMaskDOF23Rabbit", + "id" : 371568737, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_mask_fortunerabbit", + "params" : [ "CharSkyKid_Mask_FortuneRabbit" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_mask", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitMaskAP02Fox", + "id" : 964659005, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_mask_fox", + "params" : [ "CharSkyKid_Mask_AP02Fox_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_mask", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitMaskOcean", + "id" : 2227210510, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_mask_ocean", + "params" : [ "CharSkyKid_Mask_Ocean" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_mask", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitMaskOx", + "id" : 3445946831, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_mask_ox", + "params" : [ "CharSkyKid_Mask_Ox" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_mask", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitMaskAP09Phoenix", + "id" : 144876107, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_mask_pheonix", + "params" : [ "CharSkyKid_Mask_AP09Phoenix_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_mask", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitMaskRainbowDark", + "id" : 4050329182, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_mask_rainbowdark", + "params" : [ "CharSkyKid_Mask_RainbowDark" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_mask", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitMaskRedFace", + "id" : 2658803710, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_mask_redface", + "params" : [ "CharSkyKid_Mask_RedFace" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_mask", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitMaskRose", + "id" : 3356388791, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_mask_rose", + "params" : [ "CharSkyKid_Mask_Rose" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_mask", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitMaskRunwayMakeup", + "id" : 1322816964, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_mask_runway", + "params" : [ "CharSkyKid_Mask_RunwayMakeup" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_horn", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitMaskDOW22YetiGoggles", + "id" : 858950093, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_mask_ski", + "params" : [ "CharSkyKid_Mask_YetiGoggles" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_mask", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitMaskSparrowCheeks", + "id" : 3566887243, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_mask_sparrowcheeks", + "params" : [ "CharSkyKid_Mask_SparrowCheeks" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_mask", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitMaskAP09Quail", + "id" : 771982951, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_mask_spintrick", + "params" : [ "CharSkyKid_Mask_AP09Quail_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_mask", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitMaskTiger", + "id" : 475055967, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_mask_tiger", + "params" : [ "CharSkyKid_Mask_Tiger_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_mask", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitMaskTiger", + "id" : 2182950287, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_mask_tiger_starPin", + "params" : [ "CharSkyKid_Mask_Tiger_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_mask", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitMaskAP02Weasel", + "id" : 784922793, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_mask_weasel", + "params" : [ "CharSkyKid_Mask_AP02Weasel_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_neck", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitNeckDOL23Bow", + "id" : 43899279, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_neck_bow", + "params" : [ "CharSkyKid_Neck_Bow" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_neck", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitNeckAP15Crab", + "id" : 4024059810, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_neck_crabAcc_original", + "params" : [ "CharSkyKid_Neck_Crab" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_neck", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitNeckAP15Crab", + "id" : 4268418066, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_neck_crabAcc_specialEdition", + "params" : [ "CharSkyKid_Neck_CrabBow" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_neck", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitNeckWinterScarf", + "id" : 1021908644, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_neck_feast_ghost", + "params" : [ "CharSkyKid_Neck_WinterScarf_Ghost" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_neck", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuMedalGold", + "id" : 1740257896, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_neck_medalBronze", + "params" : [ "CharSkyKid_Neck_MedalBronze" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_neck", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuMedalGold", + "id" : 3392410598, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_neck_medalGold", + "params" : [ "CharSkyKid_Neck_MedalGold" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_neck", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuMedalGold", + "id" : 2309454385, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_neck_medalSilver", + "params" : [ "CharSkyKid_Neck_MedalSilver" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_neck", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitNeckOcean", + "id" : 2356727341, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_neck_ocean", + "params" : [ "CharSkyKid_Neck_Ocean_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_neck", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitNeckOceanScarf", + "id" : 1239747542, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_neck_oceanscarf", + "params" : [ "CharSkyKid_Neck_OceanScarf" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 240.0, + "effect" : "outfit_neck", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitNeckPastryBow", + "id" : 1069206212, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_neck_pastrybow", + "params" : [ "CharSkyKid_Neck_PastryBow" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_neck", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitNeckRibbonBib", + "id" : 61495690, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_neck_scarf", + "params" : [ "CharSkyKid_Neck_RibbonBib" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_neck", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitNeckSeaTurtle", + "id" : 1943995802, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_neck_seaturtle", + "params" : [ "CharSkyKid_Neck_SeaTurtle_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_neck", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitNeckDOSJellyfish", + "id" : 329235560, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_neck_summerjelly", + "params" : [ "CharSkyKid_Neck_Jellyfish_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_neck", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitNeckWinterScarf", + "id" : 70832281, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_neck_winterscarf", + "params" : [ "CharSkyKid_Neck_WinterScarf_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_neck", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitNeckXmas", + "id" : 8361886, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_neck_xmas", + "params" : [ "CharSkyKid_Neck_Xmas" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropLantern", + "id" : 1491616928, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_STAR_lantern", + "params" : [ "CharSkyKid_Prop_Lantern" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropReskinAP14Guitar", + "id" : 332997197, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_anniversaryguitar", + "params" : [ "CharSkyKid_Prop_AP14Guitar_02" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropAP03LongFlute", + "id" : 1632681571, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_ap03flute", + "params" : [ "CharSkyKid_Prop_AP03Flute_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropAP03PanFlute", + "id" : 3758432736, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_ap03panflute", + "params" : [ "CharSkyKid_Prop_AP03PanFlute_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropAP04Guitar", + "id" : 4233153568, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_ap04guitar", + "params" : [ "CharSkyKid_Prop_AP04Guitar" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropAP04Ukulele", + "id" : 2253796449, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_ap04ukulele", + "params" : [ "CharSkyKid_Prop_AP04Ukulele" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropAP05Brazier", + "id" : 160072902, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_ap05brazier", + "params" : [ "CharSkyKid_Prop_AP05Brazier_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropAP05Piano", + "id" : 3092539746, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_ap05piano", + "params" : [ "CharSkyKid_Prop_APPiano_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropAP07HandPan", + "id" : 3724448209, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_ap07handpan", + "params" : [ "CharSkyKid_Prop_AP07HandPan" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropAP08Dundun", + "id" : 2316255366, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_ap08drum", + "params" : [ "CharSkyKid_Prop_AP08Dundun" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropAP09Lute", + "id" : 1255001261, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_ap09lute", + "params" : [ "CharSkyKid_Prop_AP09Lute_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropAP10Bugle", + "id" : 2085965940, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_ap10bugle", + "params" : [ "CharSkyKid_Prop_AP10Bugle_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropAP12Kalimba", + "id" : 2714587480, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_ap12kalimba", + "params" : [ "CharSkyKid_Prop_AP12Kalimba_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropAP14Guitar", + "id" : 2397392697, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_ap14guitar", + "params" : [ "CharSkyKid_Prop_AP14Guitar_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeAP03Petal", + "id" : 4288923471, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_petal", + "params" : [ "CharSkyKid_Wing_AP03Petal_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 20.0, + "effect" : "outfit_prop", + "event" : "ArtBookBuffEvent", + "fx_type" : "basic", + "icon" : "UiOutfitPropSkyArtBook", + "id" : 4275158517, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_artbook", + "params" : [ "CharSkyKid_Prop_SkyArtBook01_Closed" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropDOW22SkyBallGoals", + "id" : 3381822020, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_ballgame", + "params" : [ "CharSkyKid_Prop_SkyBallGoals" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropBeachChairCloth", + "id" : 2428135093, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_beachchaircloth", + "params" : [ "CharSkyKid_Prop_BeachChairCloth" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropBeachChairWood", + "id" : 472595010, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_beachchairwood", + "params" : [ "CharSkyKid_Prop_BeachChairWood" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropBeachRecliner", + "id" : 3136256372, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_beachrecliner", + "params" : [ "CharSkyKid_Prop_BeachRecliner" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropAP17Manta", + "id" : 1033037341, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_bigmanta_plush", + "params" : [ "CharSkyKid_Prop_BigMantaPlush" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropBirthdayOreo", + "id" : 1086810441, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_birthday_oreo_plush", + "params" : [ "CharSkyKid_Prop_BirthdayOreo" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropBirthdayOreo", + "id" : 1962248619, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_birthdayoreo", + "params" : [ "CharSkyKid_Prop_BirthdayOreo" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropPicnicBlanket", + "id" : 185406188, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_bloompicnic", + "params" : [ "CharSkyKid_Prop_PicnicBlanket" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropAP04Bonfire", + "id" : 3913119578, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_bonfire", + "params" : [ "CharSkyKid_Prop_AP04Bonfire" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropJarBubbleMachine", + "id" : 75558978, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_bubblemachine", + "params" : [ "CharSkyKid_Prop_JarBubbleMachine" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropButterflyFountain", + "id" : 3198482622, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_butterflyfountain", + "params" : [ "CharSkyKid_Prop_ButterflyFountain" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : [ "global_competition" ], + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropCompetitionTorch", + "id" : 618576860, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_competitiontorch", + "params" : [ "CharSkyKid_Prop_CompetitionTorch" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropDiscoLight", + "id" : 3878531337, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_discolight", + "params" : [ "CharSkyKid_Prop_DiscoLight" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropFireworks", + "id" : 227018419, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_fireworks", + "params" : [ "CharSkyKid_Prop_Firework" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropReskinHarp", + "id" : 1275481440, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_fledglingharp", + "params" : [ "CharSkyKid_Prop_Harp_02" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropDOL23FlowerArch", + "id" : 2961402756, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_flowerarch", + "params" : [ "CharSkyKid_Prop_FlowerArch" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropFortuneDrum", + "id" : 4198747464, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_fortunedrum", + "params" : [ "CharSkyKid_Prop_FortuneDrum" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropDOF23Umbrella", + "id" : 1621987452, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_fortuneumbrella", + "params" : [ "CharSkyKid_Prop_FortuneUmbrella" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropAP11Fox", + "id" : 2237536272, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_fox", + "params" : [ "CharSkyKid_Prop_AP11Fox_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropGondola", + "id" : 303877523, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_gondola", + "params" : [ "CharSkyKid_Prop_LoveBoat" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropAP18Ball", + "id" : 890475279, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_hackysack", + "params" : [ "CharSkyKid_Prop_AP18Ball" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropHarp", + "id" : 3293075034, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_harp", + "params" : [ "CharSkyKid_Prop_Harp" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropHeartPlush", + "id" : 2204281107, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_heartplush", + "params" : [ "CharSkyKid_Prop_HeartPlush" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropDOL23HeartFireworks", + "id" : 1403584133, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_heartstaff", + "params" : [ "CharSkyKid_Prop_HeartFirework" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropHorn", + "id" : 3935620986, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_horn", + "params" : [ "CharSkyKid_Prop_Voice" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropJenovaFan", + "id" : 243057433, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_jenovafan", + "params" : [ "CharSkyKid_Prop_JenovaFan" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropLantern", + "id" : 1319710173, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_lantern", + "params" : [ "CharSkyKid_Prop_Lantern" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropLilyUmbrella", + "id" : 1743774963, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_lilyumbrella", + "params" : [ "CharSkyKid_Prop_LilyUmbrella" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropSeesaw", + "id" : 3874114315, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_loveseesaw", + "params" : [ "CharSkyKid_Prop_Seesaw" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropDOS22MarshmallowSet", + "id" : 3165352994, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_marshmallow", + "params" : [ "CharSkyKid_Prop_MarshmallowSet" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropAP16Microphone", + "id" : 3460528803, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_microphone", + "params" : [ "CharSkyKid_Prop_AP16Microphone" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropAP16Microphone", + "id" : 137268536, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_microphone_aurora", + "params" : [ "CharSkyKid_Prop_AP16Microphone" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropDOM22Cat", + "id" : 1436679857, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_mischiefcat", + "params" : [ "CharSkyKid_Prop_MischiefCat" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropMischiefPumpkin", + "id" : 125584301, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_mischiefpumpkin", + "params" : [ "CharSkyKid_Prop_MischiefPumpkin" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropMischiefChair", + "id" : 3497279169, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_mischieftable", + "params" : [ "CharSkyKid_Prop_MischiefTable" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropMusicShell", + "id" : 1808301544, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_musicshell", + "params" : [ "CharSkyKid_Prop_MusicShell" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropMusicShellOffice", + "id" : 445638664, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_musicshelloffice", + "params" : [ "CharSkyKid_Prop_MusicShellOffice" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropBirthdayOreo", + "id" : 4091806741, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_oreo_plush", + "params" : [ "CharSkyKid_Prop_OreoPlush" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 240.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropPastryPlush", + "id" : 2953804538, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_pastryplush", + "params" : [ "CharSkyKid_Prop_PastryPlush" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 240.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropPastryTeaTable", + "id" : 4005320608, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_pastryteatable", + "params" : [ "CharSkyKid_Prop_PastryTeaTable" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropPinwheel", + "id" : 2486921257, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_pinwheel", + "params" : [ "CharSkyKid_Prop_Pinwheel_01" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropPipeBroken", + "id" : 2875484078, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_pipebroken", + "params" : [ "CharSkyKid_Prop_PipeBroken_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropReskinGuitar", + "id" : 970364197, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_rhythmguitar", + "params" : [ "CharSkyKid_Prop_AP04Guitar_02" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropSaxophone", + "id" : 3910695986, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_saxophone", + "params" : [ "CharSkyKid_Prop_Saxophone" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitScepterWand", + "id" : 1764436329, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_scepterwand", + "params" : [ "CharSkyKid_Prop_ScepterWand" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropSeesaw", + "id" : 2199218135, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_seesaw", + "params" : [ "CharSkyKid_Prop_Seesaw" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropSnowboard", + "id" : 2160270704, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_snowboard", + "params" : [ "CharSkyKid_Prop_Snowboard" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropSnowGlobe", + "id" : 1440439821, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_snowglobe", + "params" : [ "CharSkyKid_Prop_SnowGlobe" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropDOW22Snowman", + "id" : 1080405300, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_snowkid", + "params" : [ "CharSkyKid_Prop_Snowman" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropStarJar", + "id" : 877973456, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_starjar", + "params" : [ "CharSkyKid_Prop_StarJar" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropDOS22Tent", + "id" : 1414743743, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_summertent", + "params" : [ "CharSkyKid_Prop_Tent_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropSummerUmbrella", + "id" : 2878211958, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_summerumbrella", + "params" : [ "CharSkyKid_Prop_SummerUmbrella_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropSurfboard", + "id" : 620593537, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_surfboard", + "params" : [ "CharSkyKid_Prop_Surfboard" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropSwing", + "id" : 1064080243, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_swing", + "params" : [ "CharSkyKid_Prop_Swing" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropChair", + "id" : 1896917869, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_table", + "params" : [ "CharSkyKid_Prop_Table" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropChairXmas", + "id" : 256924066, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_tablexmas", + "params" : [ "CharSkyKid_Prop_TableXmas" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropTeaTable", + "id" : 10058409, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_teaset", + "params" : [ "CharSkyKid_Prop_TeaTable" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropReskinHandPan", + "id" : 454864430, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_triumphhandpan", + "params" : [ "CharSkyKid_Prop_AP07HandPan_02" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropUmbrella", + "id" : 3302950267, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_umbrella", + "params" : [ "CharSkyKid_Prop_Umbrella" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropAP03UmbrellaB", + "id" : 1167393926, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_umbrella03", + "params" : [ "CharSkyKid_Prop_AP03Umbrella_03" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropViolin", + "id" : 1286798698, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_violin", + "params" : [ "CharSkyKid_Prop_Violin" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_prop", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropWisteriaTea", + "id" : 1598845731, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_prop_wisteriateaset", + "params" : [ "CharSkyKid_Prop_WisteriaTeaTable" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeAP04Elder", + "id" : 330655056, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_ap04elder", + "params" : [ "CharSkyKid_Wing_AP04Elder_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeAP06LayeredA", + "id" : 3911125165, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_ap06layereda", + "params" : [ "CharSkyKid_Wing_AP06Layered_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : [ "global_skyfest" ], + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeAP16ButterflyYellow", + "id" : 1326646141, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_aurora", + "params" : [ "CharSkyKid_Wing_AP16ButterflyYellow" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeBat", + "id" : 625581156, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_bat", + "params" : [ "CharSkyKid_Wing_Bat" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeBlossom", + "id" : 162066154, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_blossom", + "params" : [ "CharSkyKid_Wing_Blossom_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeSunlightTowelBlue", + "id" : 3716061684, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_bluetowel", + "params" : [ "CharSkyKid_Wing_SunlightTowelBlue" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeAP16ButterflyYellow", + "id" : 1360796960, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_butterflyyellow", + "params" : [ "CharSkyKid_Wing_AP16ButterflyYellow" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitWingCallaLily", + "id" : 31802596, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_callalily", + "params" : [ "CharSkyKid_Wing_CallaLily" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeFish", + "id" : 573237039, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_carp", + "params" : [ "CharSkyKid_Wing_Fish_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeDOM22Cat", + "id" : 583315364, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_catcape", + "params" : [ "CharSkyKid_Wing_MischiefCat" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeCobweb", + "id" : 2395543651, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_cobweb", + "params" : [ "CharSkyKid_Wing_Cobweb" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeCrabula", + "id" : 103276549, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_crabula", + "params" : [ "CharSkyKid_Wing_Crabula" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeDarkRainbow", + "id" : 1087669517, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_darkrainbow", + "params" : [ "CharSkyKid_Wing_DarkRainbow" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : [ "global_skyfest" ], + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeAP21Deer", + "id" : 1262844873, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_deer", + "params" : [ "CharSkyKid_Wing_AP21Deer" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeAP05Director", + "id" : 2671704957, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_director", + "params" : [ "CharSkyKid_Wing_APDirector_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeSprout", + "id" : 2079599063, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_earthday", + "params" : [ "CharSkyKid_Wing_ClassicOne_EarthDay" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeFishPattern", + "id" : 3800514307, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_fishschool", + "params" : [ "CharSkyKid_Wing_FishPattern" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeFortune", + "id" : 3849428546, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_fortune", + "params" : [ "CharSkyKid_Wing_Fortune" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeFortuneDragon", + "id" : 1189228197, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_fortunedragon", + "params" : [ "CharSkyKid_Wing_FortuneDragon" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeDOW22YetiFur", + "id" : 3354461846, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_fur", + "params" : [ "CharSkyKid_Wing_YetiFur" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : [ "global_skyfest" ], + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeAP11GreenCoat", + "id" : 1402240423, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_greencoat", + "params" : [ "CharSkyKid_Wing_AP11GreenCoat_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeAP03Biolum", + "id" : 1375571404, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_lightseeker", + "params" : [ "CharSkyKid_Wing_AP03Biolum_02" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeMeteor", + "id" : 3742860429, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_meteor", + "params" : [ "CharSkyKid_Wing_Meteor" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeMoth", + "id" : 2149806661, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_moth", + "params" : [ "CharSkyKid_Wing_Moth" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeOcean", + "id" : 329684861, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_ocean", + "params" : [ "CharSkyKid_Wing_Ocean_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeAP16OrangeLove", + "id" : 939730131, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_orangelove", + "params" : [ "CharSkyKid_Wing_AP16OrangeLove" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 240.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapePastryCloud", + "id" : 3264201073, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_pastrycloud", + "params" : [ "CharSkyKid_Wing_PastryCloud" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeAP09Phoenix", + "id" : 2472629764, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_pheonix", + "params" : [ "CharSkyKid_Wing_AP09Phoenix_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeSunlightTowelPink", + "id" : 3129147844, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_pinktowel", + "params" : [ "CharSkyKid_Wing_SunlightTowelPink" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeAP09Waves", + "id" : 3986025709, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_postman", + "params" : [ "CharSkyKid_Wing_AP09Waves_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeRainbow", + "id" : 4099037957, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_rainbow", + "params" : [ "CharSkyKid_Wing_Rainbow_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeAP11Scarf", + "id" : 2207305370, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_scarf", + "params" : [ "CharSkyKid_Wing_AP11Scarf_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeSeaTurtle", + "id" : 3594931978, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_seaturtle", + "params" : [ "CharSkyKid_Wing_SeaTurtle_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeSnowflake", + "id" : 3510136091, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_snowflake", + "params" : [ "CharSkyKid_Wing_Snowflake" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeSparrow", + "id" : 339306895, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_sparrow", + "params" : [ "CharSkyKid_Wing_Sparrow" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeAP09Waves", + "id" : 1031127004, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_spintrick", + "params" : [ "CharSkyKid_Wing_AP09Waves_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeSprout", + "id" : 747642100, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_sprout", + "params" : [ "CharSkyKid_Wing_ClassicOne_EarthDay" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : [ "global_competition" ], + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeTeamDusk", + "id" : 1825312505, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_teamdusk", + "params" : [ "CharSkyKid_Wing_TeamDusk" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : [ "global_competition" ], + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeTeamPrairie", + "id" : 3356606444, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_teamprairie", + "params" : [ "CharSkyKid_Wing_TeamPrairie" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : [ "global_competition" ], + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeTeamRain", + "id" : 1722665790, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_teamrain", + "params" : [ "CharSkyKid_Wing_TeamRain" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : [ "global_competition" ], + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeTeamSunset", + "id" : 702587430, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_teamsunset", + "params" : [ "CharSkyKid_Wing_TeamSunset" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 5.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeTGC", + "id" : 540856305, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_tgc", + "params" : [ "CharSkyKid_Wing_ClassicOne_TGCBlue$" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 5.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeTGCWireframe", + "id" : 1083033825, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_tgcwireframe", + "params" : [ "CharSkyKid_Wing_TGCWireframe" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeTulip", + "id" : 549258087, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_tulip", + "params" : [ "CharSkyKid_Wing_Tulip" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeWaterWave", + "id" : 973203509, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_waterwave", + "params" : [ "CharSkyKid_Wing_WaterWave" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeSpiderWeb", + "id" : 930203946, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_webcape", + "params" : [ "CharSkyKid_Wing_SpiderWeb_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeWinterElder", + "id" : 1762827508, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_winterelder", + "params" : [ "CharSkyKid_Wing_WinterElder_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeWinterPuffer", + "id" : 3578353508, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_winterpuffer", + "params" : [ "CharSkyKid_Wing_WinterPuffer" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeWisteria", + "id" : 3050577227, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_wisteria", + "params" : [ "CharSkyKid_Wing_Wisteria_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeWithered", + "id" : 769892976, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_witheredcape", + "params" : [ "CharSkyKid_Wing_Withered_01" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeSanta", + "id" : 1306675982, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_xmas", + "params" : [ "CharSkyKid_Wing_Xmas" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "outfit_wing", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCapeSunlightTowelYellow", + "id" : 443894080, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "outfit_wing_yellowtowel", + "params" : [ "CharSkyKid_Wing_SunlightTowelYellow" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "placeable", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropBeachBall", + "id" : 827350569, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "placeable_beachball", + "params" : [ "BeachBall" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "placeable", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropBirthdayCakeL", + "id" : 4203018360, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "placeable_birthdaycake_large", + "params" : [ "BirthdayCake_03" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "placeable", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropBirthdayCakeM", + "id" : 3377443506, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "placeable_birthdaycake_medium", + "params" : [ "BirthdayCake_02" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "placeable", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropBirthdayCakeS", + "id" : 614229824, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "placeable_birthdaycake_small", + "params" : [ "BirthdayCake_01" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "placeable", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropAP04Bonfire", + "id" : 289847592, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "placeable_bonfire", + "params" : [ "AP04Bonfire" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "placeable", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropPlaceableRace", + "id" : 2352329821, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "placeable_placeablerace", + "params" : [ "PlaceableRace" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "placeable", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffRainbow", + "id" : 3639585109, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "placeable_rainbow", + "params" : [ "Rainbow" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "placeable", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffRainbow", + "id" : 2729666482, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "placeable_rainbow_handhold", + "params" : [ "Rainbow" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "placeable", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropSeesaw", + "id" : 3054927825, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "placeable_seesaw", + "params" : [ "Seesaw" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "placeable", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropDOW22SkyBallGoals", + "id" : 59854341, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "placeable_skyballgoals", + "params" : [ "SkyBallGoalsWood" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "placeable", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropSwing", + "id" : 2714770949, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "placeable_swing", + "params" : [ "Swing" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 30.0, + "effect" : "placeable", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitPropChair", + "id" : 1393610267, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "placeable_table", + "params" : [ "Table" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 5.0, + "effect" : "rain_drain_mult", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiEmoteStress", + "id" : 2831023607, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 0.50, + "name" : "rain_drain_0_5x", + "params" : [], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 5.0, + "effect" : "relationship_allow", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiEmoteSocialBearHug", + "id" : 1677246236, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "relationship_allow_bearhug", + "params" : [ "bearhug", "bearhug_2" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 5.0, + "effect" : "relationship_allow", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiSocialCarryB", + "id" : 1405645877, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "relationship_allow_carry", + "params" : [ "carry", "carry_2" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 5.0, + "effect" : "relationship_allow", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiSocialPrincessCarryA", + "id" : 1356813029, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "relationship_allow_cradle_carry", + "params" : [ "princesscarry", "princesscarry_2" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 5.0, + "effect" : "relationship_allow", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiSocialCarryA", + "id" : 3311934433, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "relationship_allow_piggyback", + "params" : [ "carry", "carry_2" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 5.0, + "effect" : "relationship_allow", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiSocialPlayfight", + "id" : 2137753158, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "relationship_allow_playfight", + "params" : [ "playfight", "playfight_2" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 5.0, + "effect" : "relationship_allow", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiSocialSideHugA", + "id" : 846897974, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "relationship_allow_side_hug", + "params" : [ "sidehug", "sidehug_2" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 5.0, + "effect" : "relationship_allow", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiSocialTeleport", + "id" : 998754260, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "relationship_allow_warp", + "params" : [ "warp" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 20.0, + "effect" : "relationship_flair", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMiscYouAndI", + "id" : 953841005, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "relationship_flair_soulmate", + "params" : [ "soulmate" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 20.0, + "effect" : "relationship_flair", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMiscYouAndI", + "id" : 568438392, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "relationship_flair_you_and_i", + "params" : [ "you_and_i" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 1.0, + "effect" : "repellant_krill", + "event" : "none", + "fx_type" : "basic", + "icon" : "UIMenuBuffKrillRepellent", + "id" : 3362316915, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 2.0, + "name" : "repellant_krill", + "params" : [], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "shout", + "event" : "ShoutBuffEvent", + "fx_type" : "smoke", + "icon" : "UiEmoteCallCrab", + "id" : 1725047129, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "shout_crab", + "params" : [ "crabvoice" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "shout", + "event" : "ShoutBuffEvent", + "fx_type" : "smoke", + "icon" : "UiEmoteCallJellyfish", + "id" : 3337525709, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "shout_jelly", + "params" : [ "jellyvoice" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 1.0, + "effect" : "shout", + "event" : "ShoutBuffEvent", + "fx_type" : "smoke", + "icon" : "UiOutfitHairKizunaAiRed", + "id" : 2413103828, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "shout_kizunaaicn", + "params" : [ "kizunaaicnvoice" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "shout", + "event" : "ShoutBuffEvent", + "fx_type" : "smoke", + "icon" : "UiEmoteCallManta", + "id" : 1814753890, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "shout_manta", + "params" : [ "mantavoice" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 20.0, + "effect" : "size_mult", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffHuge", + "id" : 2415651134, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 2.0, + "name" : "size_large_3x", + "params" : [], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 20.0, + "effect" : "size_mult", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffTiny", + "id" : 2142718166, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : -2.0, + "name" : "size_small_3x", + "params" : [], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [ 419537417, 2759712457 ], + "disable_fx" : false, + "disable_icon" : true, + "duration" : 10.0, + "effect" : "outfit_hair", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiWip", + "id" : 3938076799, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "size_small_x", + "params" : [], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "teleport", + "event" : "TeleportBuffEvent", + "fx_type" : "basic", + "icon" : "UiOutfitCapeAP16ButterflyYellow", + "id" : 3902118106, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "teleport_aurora_concert", + "params" : [ "SunsetColosseum", "concert_from_candlespace_vet" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "teleport", + "event" : "TeleportBuffEvent", + "fx_type" : "basic", + "icon" : "UiOutfitHornBirthdayHat01", + "id" : 428008620, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "teleport_birthdaycrab", + "params" : [ "TGCOffice", "hats_on_crabs" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "teleport", + "event" : "TeleportBuffEvent", + "fx_type" : "basic", + "icon" : "UiMenuSeasonGiftAP21", + "id" : 2818144483, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "teleport_deer_summon", + "params" : [ "Night_PaintedWorld", "summon_deer" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "teleport", + "event" : "TeleportBuffEvent", + "fx_type" : "basic", + "icon" : "UiOutfitPropAP11Rose", + "id" : 4264629450, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "teleport_figurine_littleprince", + "params" : [ "NightDesert_Planets", "StarPinTeleport" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "teleport", + "event" : "TeleportBuffEvent", + "fx_type" : "basic", + "icon" : "UiMenuSocialMask", + "id" : 2528526174, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "teleport_figurineskykid_se", + "params" : [ "Night", "summon_tgc_friend" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "teleport", + "event" : "TeleportBuffEvent", + "fx_type" : "basic", + "icon" : "ConstellationImageRain", + "id" : 224110574, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "teleport_forest_cave", + "params" : [ "Rain_Cave" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "teleport", + "event" : "TeleportBuffEvent", + "fx_type" : "basic", + "icon" : "ConstellationImageRain", + "id" : 3038498957, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "teleport_forest_elder", + "params" : [ "RainEnd", "rainend_elder" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "teleport", + "event" : "TeleportBuffEvent", + "fx_type" : "basic", + "icon" : "ConstellationImageDusk", + "id" : 4084643336, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "teleport_forgotten_ark", + "params" : [ "DuskOasis", "dusk_oasis_quest" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "teleport", + "event" : "TeleportBuffEvent", + "fx_type" : "basic", + "icon" : "ConstellationImageSunset", + "id" : 1660914074, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "teleport_hermit_valley", + "params" : [ "Sunset_YetiPark" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "teleport", + "event" : "TeleportBuffEvent", + "fx_type" : "basic", + "icon" : "ConstellationImageDawn", + "id" : 103122035, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "teleport_isle_elder", + "params" : [ "Dawn", "dawn_elder" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "teleport", + "event" : "TeleportBuffEvent", + "fx_type" : "basic", + "icon" : "UiMenuBuffSeaTurtle", + "id" : 282325575, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "teleport_nature_turtle", + "params" : [ "Prairie_Island", "summon_nature_turtle" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "teleport", + "event" : "TeleportBuffEvent", + "fx_type" : "basic", + "icon" : "UiOutfitCapeAP11GreenCoat", + "id" : 3021102894, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "teleport_nightdesert_planets", + "params" : [ "NightDesert_Planets", "cape_teleport" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "teleport", + "event" : "TeleportBuffEvent", + "fx_type" : "basic", + "icon" : "UiOutfitCapeAP21Deer", + "id" : 338495139, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "teleport_nine_colored_deer", + "params" : [ "Night_PaintedWorld", "summon_deer" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "teleport", + "event" : "TeleportBuffEvent", + "fx_type" : "basic", + "icon" : "UiEmoteCallDefault", + "id" : 3765621390, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "teleport_oreo", + "params" : [ "DayHubCave", "spawn_oreo" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "teleport", + "event" : "TeleportBuffEvent", + "fx_type" : "basic", + "icon" : "ConstellationImageDay", + "id" : 2661337598, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "teleport_prairie_elder", + "params" : [ "DayEnd", "dayend_elder" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "teleport", + "event" : "TeleportBuffEvent", + "fx_type" : "basic", + "icon" : "UiMenuConstellationDawn", + "id" : 3738081703, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "teleport_prophecy_cave", + "params" : [ "DawnCave", "StarPinTeleport" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "teleport", + "event" : "TeleportBuffEvent", + "fx_type" : "basic", + "icon" : "ConstellationImageDay", + "id" : 598305233, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "teleport_sanctuary_island", + "params" : [ "Prairie_Island", "prairie_island_quest" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "teleport", + "event" : "TeleportBuffEvent", + "fx_type" : "basic", + "icon" : "UiOutfitCapeTGCWireframe", + "id" : 3061437898, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "teleport_skyfest", + "params" : [ "MainStreet", "EnterSkyFest" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "teleport", + "event" : "TeleportBuffEvent", + "fx_type" : "basic", + "icon" : "ConstellationImageNight", + "id" : 1854525507, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "teleport_starlight_desert", + "params" : [ "NightDesert", "StarPinTeleport" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "teleport", + "event" : "TeleportBuffEvent", + "fx_type" : "basic", + "icon" : "ConstellationImageSunset", + "id" : 248080515, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "teleport_valley_elder", + "params" : [ "SunsetEnd2", "sunsetend2_elder" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "teleport", + "event" : "TeleportBuffEvent", + "fx_type" : "basic", + "icon" : "ConstellationImageNight", + "id" : 3604826562, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "teleport_vault_elder", + "params" : [ "NightEnd", "StarPinTeleport" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "teleport", + "event" : "TeleportBuffEvent", + "fx_type" : "basic", + "icon" : "ConstellationImageDusk", + "id" : 3122275617, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "teleport_wasteland_elder", + "params" : [ "DuskEnd", "duskend_elder" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "teleport", + "event" : "TeleportBuffEvent", + "fx_type" : "basic", + "icon" : "UiMenuConstellationRain", + "id" : 4204032550, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "teleport_wisteria_tree", + "params" : [ "Rain", "StarPinTeleport" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "teleport", + "event" : "TeleportBuffEvent", + "fx_type" : "basic", + "icon" : "UiMiscYouAndI", + "id" : 1153544860, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "teleport_you_and_i", + "params" : [ "you_and_i" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "timeline", + "event" : "TimelineBuffEvent", + "fx_type" : "basic", + "icon" : "UiMenuConstellationHome", + "id" : 539651423, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "timeline_daynight", + "params" : [ "EnterDay", "EnterNight" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "timeline", + "event" : "TimelineBuffEvent", + "fx_type" : "basic", + "icon" : "UiOutfitPropFireworks", + "id" : 4010083509, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "timeline_fortune_fireworks", + "params" : [ "DoFortuneFireworkShow" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 0.05000000074505806, + "effect" : "timeline", + "event" : "TimelineBuffEvent", + "fx_type" : "basic", + "icon" : "UiOutfitPropFireworks", + "id" : 898079755, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "timeline_newyear_fireworks", + "params" : [ "DoNewYearFirework" ], + "recipient_type" : "handhold" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 120.0, + "effect" : "trail", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffTrail", + "id" : 1318288330, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "trail_aquamarine", + "params" : [ "0.1", "1.0", "0.5", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 120.0, + "effect" : "trail", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffTrail", + "id" : 4118064487, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "trail_black", + "params" : [ "0.0", "0.0", "0.0", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 60.0, + "effect" : "trail", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffTrail", + "id" : 2343165944, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "trail_blue", + "params" : [ "0.1", "0.1", "1.0", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 120.0, + "effect" : "trail", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffTrail", + "id" : 1918290563, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "trail_cyan", + "params" : [ "0.1", "1.0", "1.0", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 60.0, + "effect" : "trail", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffTrail", + "id" : 637646527, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "trail_green", + "params" : [ "0.1", "1.0", "0.1", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 120.0, + "effect" : "trail", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffTrail", + "id" : 2767650635, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "trail_magenta", + "params" : [ "1.0", "0.1", "1.0", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 60.0, + "effect" : "trail", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffTrail", + "id" : 1237283438, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "trail_orange", + "params" : [ "1.0", "0.5", "0.1", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 120.0, + "effect" : "trail", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffTrail", + "id" : 470393304, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "trail_pink", + "params" : [ "1.0", "0.1", "0.5", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 120.0, + "effect" : "trail", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffTrail", + "id" : 1891264165, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "trail_psblue", + "params" : [ "0.0", "0.17", "0.41", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 120.0, + "effect" : "trail", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffTrail", + "id" : 1869833937, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "trail_pscircle", + "params" : [ "1.0", "0.4", "0.4", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 120.0, + "effect" : "trail", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffTrail", + "id" : 2206395395, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "trail_pscross", + "params" : [ "0.49", "0.7", "0.91", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 120.0, + "effect" : "trail", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffTrail", + "id" : 2116708142, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "trail_pssquare", + "params" : [ "1.0", "0.41", "0.97", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 120.0, + "effect" : "trail", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffTrail", + "id" : 2452700221, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "trail_pstriangle", + "params" : [ "0.25", "0.89", "0.63", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 60.0, + "effect" : "trail", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffTrail", + "id" : 3223890966, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "trail_purple", + "params" : [ "0.5", "0.1", "1.0", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 180.0, + "effect" : "trail_rainbow", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffTrail", + "id" : 147016038, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "trail_rainbow", + "params" : [ "1.0", "1.0", "1.0", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 60.0, + "effect" : "trail", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffTrail", + "id" : 2990104483, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "trail_red", + "params" : [ "1.0", "0.1", "0.1", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 120.0, + "effect" : "trail_bicolor", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffTrail", + "id" : 325185154, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "trail_tgcblue", + "params" : [ "0.0", "0.46", "0.6", "1.0", "1.0", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 60.0, + "effect" : "trail", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffTrail", + "id" : 2940586132, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "trail_yellow", + "params" : [ "1.0", "1.0", "0.1", "1.0" ], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : false, + "disable_icon" : false, + "duration" : 10.0, + "effect" : "wax_collection_mult", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiMenuBuffDoubleWax", + "id" : 2567483762, + "is_aura" : false, + "is_removable" : true, + "is_stackable" : false, + "multiplier" : 2.0, + "name" : "wax_2x", + "params" : [], + "recipient_type" : "local" + }, + { + "aura_dist" : 0.0, + "cancel_cooldown" : 0.0, + "client_event_names" : null, + "client_level_names" : null, + "cooldown" : 0.0, + "depend_buffs" : [], + "disable_fx" : true, + "disable_icon" : false, + "duration" : 1440.0, + "effect" : "wing_add", + "event" : "none", + "fx_type" : "basic", + "icon" : "UiOutfitCape", + "id" : 2932498072, + "is_aura" : false, + "is_removable" : false, + "is_stackable" : false, + "multiplier" : 1.0, + "name" : "wing_gain", + "params" : [], + "recipient_type" : "local" + } + ] + } + diff --git a/account/buff/account_buff_get_buffs1.json b/account/buff/account_buff_get_buffs1.json new file mode 100644 index 0000000..224f8b5 --- /dev/null +++ b/account/buff/account_buff_get_buffs1.json @@ -0,0 +1,37 @@ +/* +POST /account/buff/get_buffs1 HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: xNVXiA8 +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:20 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 100 + + +*/ +//Response +{ + "get_buffs" : [], + "get_buffs_sign" : "0bbc6ece261b6dc879e95a3f0e7b51b98dce8c8d0eddb9f7e46ceec12d69ea2c" + } + diff --git a/account/chat/account_chat_send.json b/account/chat/account_chat_send.json new file mode 100644 index 0000000..da920e8 --- /dev/null +++ b/account/chat/account_chat_send.json @@ -0,0 +1,38 @@ +/* +POST /account/chat/send HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: 5Cageua +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 864432821 +Content-Length: 187 + + +*/ +//Request +{ + "ch" : "local", + "msg" : "here comes the krills xD", + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" +} + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 22:09:59 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 68 + + +*/ +//Response +{ + "msg_id" : "455eb8e0-16a4-4dc3-a422-c92a354e9f4b", + "result" : "success" + } diff --git a/account/commerce/account_commerce_product_info.json b/account/commerce/account_commerce_product_info.json new file mode 100644 index 0000000..e30b70e --- /dev/null +++ b/account/commerce/account_commerce_product_info.json @@ -0,0 +1,845 @@ +/* +POST /account/commerce/product_info HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: PZRQvJM +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 660 + + +*/ +//Request +{ + "order" : "76561199698282316|en|140000002f8193240970dd484c07986701001001119b9166180000000100000005000000a04b5443044b11d0a5981f0003000000b200000032000000040000004c079867010010012a7b230054c8931b0138a8c000000000129b9166924aad66010096be0c000000000004a4fc0d90832fff0d6ebe416afeeda1e3956b5ddc38ef9c6735bc9e9aa9282657f07f9048643ac4c3737cd6d1bce3f0b1cfcb0654fe67e490107b5277d79d317b137f05b3f2cf9469b374b203b7523b1d2c0cbbfb48081dc4ef632457a26a6015d1bd0d0af34972d4675818eb458eb4861dea69076208352907f70877f729de", + "platform" : "steam", + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:15 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 10290 + + +*/ +//Response +{ + "product_info" : [ + { + "c" : "BD", + "d" : "Base season pass", + "i" : "SPASSR", + "n" : "Season Pass Regular", + "p" : 999 + }, + { + "c" : "BD", + "d" : "Season pass with bonuses.", + "i" : "SPASSP3", + "n" : "Season Pass Pack", + "p" : 1999 + }, + { + "c" : "BD", + "d" : "Purchase Gift Season Pass for your friends", + "i" : "SPASSG", + "n" : "Gift Season Pass", + "p" : 999 + }, + { + "c" : "BD", + "d" : "15 Season Candles to unlock seasonal items!", + "i" : "SCDL5", + "n" : "Season Candles", + "p" : 499 + }, + { + "c" : "BD", + "d" : "Fur cape, mask, and 2 music sheets", + "i" : "SNC07", + "n" : "Gratitude Fur Cape Pack", + "p" : 1999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC97", + "n" : "Mischief Crabula Mask", + "p" : 299 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC98", + "n" : "Mischief Crabula Cloak", + "p" : 1499 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC96", + "n" : "Mischief Gossamer Cape", + "p" : 1499 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC36", + "n" : "Mischief Withered Antlers", + "p" : 999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC37", + "n" : "Mischief Witch Jumper", + "p" : 999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC38", + "n" : "Mischief Spider Quiff", + "p" : 499 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC39", + "n" : "Mischief Pumpkin Prop", + "p" : 199 + }, + { + "c" : "BD", + "d" : "Special item to celebrate this holiday!", + "i" : "SNC14", + "n" : "Mischief Witch Hat", + "p" : 999 + }, + { + "c" : "BD", + "d" : "Special item to celebrate this holiday", + "i" : "SNC15", + "n" : "Mischief Web Cape", + "p" : 1499 + }, + { + "c" : "BD", + "d" : "Limited time offer to celebrate Halloween!", + "i" : "SNC06", + "n" : "Hungry Pumpkin Hat", + "p" : 1199 + }, + { + "c" : "BD", + "d" : "Limited time offer to celebrate Halloween!", + "i" : "SNC05", + "n" : "Spooky Bat Cape", + "p" : 1799 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC99", + "n" : "Moth Appreciation Pack", + "p" : 999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC100", + "n" : "Sparrow Appreciation Pack", + "p" : 999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC101", + "n" : "Cozy Hermit Boots", + "p" : 699 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC102", + "n" : "Winter Quilted Cape", + "p" : 1499 + }, + { + "c" : "BD", + "d" : "Special item to celebrate this holiday!", + "i" : "SNC17", + "n" : "Days of Feast Horns", + "p" : 1499 + }, + { + "c" : "BD", + "d" : "Special item to celebrate the holiday!", + "i" : "SNC18", + "n" : "Snowflake Cape", + "p" : 1499 + }, + { + "c" : "BD", + "d" : "25 Candles with bonus Feast Hat", + "i" : "SNC03", + "n" : "Days of Feast Pack", + "p" : 699 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC40", + "n" : "Winter Feast Snowglobe", + "p" : 999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC41", + "n" : "Winter Ancestor Cape", + "p" : 999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC42", + "n" : "Snowflake Hair Accessory", + "p" : 199 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC73", + "n" : "Tournament Skyball Set", + "p" : 1499 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC76", + "n" : "Cozy Hermit Cape", + "p" : 1499 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC103", + "n" : "Days of Fortune Dragon Vestment", + "p" : 999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC104", + "n" : "Days of Fortune Dragon Stole", + "p" : 1499 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC105", + "n" : "Days of Fortune Dragon Bangles", + "p" : 199 + }, + { + "c" : "BD", + "d" : "Special item to celebrate this holiday!", + "i" : "SNC19", + "n" : "Days of Fortune Orange", + "p" : 99 + }, + { + "c" : "BD", + "d" : "Special pack to celebrate this holiday!", + "i" : "SNC21", + "n" : "Days of Fortune Pack", + "p" : 2499 + }, + { + "c" : "BD", + "d" : "Special item to celebrate this holiday!", + "i" : "SNC20", + "n" : "Days of Fortune Wool Hat", + "p" : 999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC43", + "n" : "Days of Fortune Fish Accessory", + "p" : 199 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC44", + "n" : "Days of Fortune Fish Pack", + "p" : 1999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC74", + "n" : "Fortune Enchanted Umbrella", + "p" : 1499 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC75", + "n" : "Fortune Muralist's Smock", + "p" : 999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC106", + "n" : "Days of Love Meteor Mantle", + "p" : 1799 + }, + { + "c" : "BD", + "d" : "Special pack to celebrate this holiday!", + "i" : "SNC22", + "n" : "Days of Love Seesaw Pack", + "p" : 1999 + }, + { + "c" : "BD", + "d" : "Swing set and Gift Season Pass", + "i" : "SNC08", + "n" : "Days of Love Pack", + "p" : 1999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC45", + "n" : "Days of Love Gondola Pack", + "p" : 1999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC77", + "n" : "Love Serendipitous Scepter", + "p" : 1499 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC79", + "n" : "Days of Love Classy Cravat", + "p" : 499 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC12", + "n" : "Kizuna AI Pack", + "p" : 1999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC109", + "n" : "Bloom Lilypad Umbrella", + "p" : 1499 + }, + { + "c" : "BD", + "d" : "Special item to celebrate this holiday!", + "i" : "SNC23", + "n" : "Bloom Teaset", + "p" : 1999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC46", + "n" : "Purple Bloom Teaset", + "p" : 1999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC80", + "n" : "Bloom Picnic Basket", + "p" : 1999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC81", + "n" : "Bloom Gardening Tunic", + "p" : 999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC112", + "n" : "Cinnamoroll Pop-Up Cafe Combo", + "p" : 1499 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC113", + "n" : "Cinnamoroll Pop-Up Cafe Plushie", + "p" : 1499 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC114", + "n" : "Cinnamoroll Pop-Up Cafe Mini Companion", + "p" : 699 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC115", + "n" : "Cinnamoroll Pop-Up Cafe Bowtie and Cloud Cape", + "p" : 1499 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC110", + "n" : "Nature Wave Pack", + "p" : 1999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC111", + "n" : "Nature Wave-Touched Hair", + "p" : 699 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC82", + "n" : "Nature Glasses Pack", + "p" : 1999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC83", + "n" : "Nature Sonorous Seashell", + "p" : 499 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC47", + "n" : "Nature Turtle Pack", + "p" : 1999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC48", + "n" : "Nature Turtle Cape", + "p" : 1499 + }, + { + "c" : "BD", + "d" : "Special item to celebrate this holiday!", + "i" : "SNC24", + "n" : "Ocean Necklace", + "p" : 199 + }, + { + "c" : "BD", + "d" : "Special item to celebrate this holiday!", + "i" : "SNC25", + "n" : "Ocean Cape", + "p" : 1499 + }, + { + "c" : "BD", + "d" : "Charity cape for Earth Day", + "i" : "SNC09", + "n" : "Earth Cape", + "p" : 499 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC86", + "n" : "Triumph Violin", + "p" : 1999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC57", + "n" : "Fledgling Harp", + "p" : 499 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC56", + "n" : "Rhythm Guitar", + "p" : 1499 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC51", + "n" : "Triumph Handpan", + "p" : 1999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC116", + "n" : "Dark Rainbow Loafers", + "p" : 1999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC117", + "n" : "Color Bubble Machine", + "p" : 1499 + }, + { + "c" : "BD", + "d" : "Special pack to celebrate this holiday!", + "i" : "SNC27", + "n" : "Rainbow Pack", + "p" : 1999 + }, + { + "c" : "BD", + "d" : "Special item to celebrate this holiday!", + "i" : "SNC28", + "n" : "Rainbow Hat", + "p" : 999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC49", + "n" : "Rainbow Earring", + "p" : 299 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC55", + "n" : "Double Rainbow Pack", + "p" : 999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC58", + "n" : "Rainbow Headphones", + "p" : 999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC84", + "n" : "Dark Rainbow Pack", + "p" : 999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC85", + "n" : "Dark Rainbow Tunic", + "p" : 1499 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC119", + "n" : "SkyFest Wireframe Cape", + "p" : 1999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC118", + "n" : "SkyFest Oreo Headband", + "p" : 499 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC87", + "n" : "Anniversary Plush", + "p" : 999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC120", + "n" : "Tournament Tunic", + "p" : 999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC121", + "n" : "Tournament Golden Garland", + "p" : 499 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC89", + "n" : "Sunlight Surfboard", + "p" : 1499 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC90", + "n" : "Sunlight Chunky Sandals", + "p" : 999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC59", + "n" : "Sunlight Campfire Snack Kit", + "p" : 1999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC60", + "n" : "Sunlight Jelly Shoulder Buddy", + "p" : 299 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC34", + "n" : "Summer Seashell Hairpin", + "p" : 99 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC35", + "n" : "Summer Bunny Accessory", + "p" : 299 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC13", + "n" : "Lantern Pack", + "p" : 1999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC33", + "n" : "Summer Parasol", + "p" : 1999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC91", + "n" : "Style Wide-Leg Jeans", + "p" : 999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC92", + "n" : "Style Flame Sunglasses", + "p" : 299 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC93", + "n" : "Style Heart Sunglasses", + "p" : 499 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC95", + "n" : "Style Bunny Slippers", + "p" : 699 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC70", + "n" : "Journey Pack", + "p" : 2499 + }, + { + "c" : "BD", + "d" : "A one of a kind cape.", + "i" : "SNC29", + "n" : "Little Prince Scarf Cape", + "p" : 1499 + }, + { + "c" : "BD", + "d" : "A companion on your back and a decoration", + "i" : "SNC30", + "n" : "Little Prince Fox", + "p" : 999 + }, + { + "c" : "BD", + "d" : "A magical cape.", + "i" : "SNC32", + "n" : "Little Prince Asteroid Jacket", + "p" : 2499 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC88", + "n" : "Musical Voyage Sneakers", + "p" : 699 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC63", + "n" : "Tiara We Can Touch", + "p" : 499 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC64", + "n" : "Runaway Hair", + "p" : 299 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC65", + "n" : "Voice of AURORA", + "p" : 1499 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC69", + "n" : "Runaway Outfit", + "p" : 999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC66", + "n" : "To The Love Outfit", + "p" : 999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC67", + "n" : "Giving In Cape", + "p" : 1499 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC68", + "n" : "Wings of AURORA", + "p" : 2499 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC107", + "n" : "Gift of the Nine-Colored Deer", + "p" : 1499 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC108", + "n" : "Radiance of the Nine-Colored Deer", + "p" : 1999 + }, + { + "c" : "BD", + "d" : "Welcome to Sky! A pack to get you started.", + "i" : "SNC00", + "n" : "Starter Pack", + "p" : 499 + }, + { + "c" : "BD", + "d" : "15 Candles to give to your friends!", + "i" : "CDL5", + "n" : "Regular Candles", + "p" : 499 + }, + { + "c" : "BD", + "d" : "35 Candles (30 + 5 bonus!) to give to your friends.", + "i" : "CDL10", + "n" : "Regular Candles", + "p" : 999 + }, + { + "c" : "BD", + "d" : "Special pack for global relief efforts", + "i" : "SNC10", + "n" : "Healing Pack", + "p" : 1999 + }, + { + "c" : "BD", + "d" : "72 Candles (60 + 12 bonus!) to give to your friends.", + "i" : "CDL20", + "n" : "Regular Candles", + "p" : 1999 + }, + { + "c" : "BD", + "d" : "Be a founder and support thatgamecompany!", + "i" : "SNC01", + "n" : "Founder's Pack", + "p" : 2999 + }, + { + "c" : "BD", + "d" : "Special event item", + "i" : "SNC54", + "n" : "TGC Guitar Pack", + "p" : 2999 + }, + { + "c" : "BD", + "d" : "190 Candles (150 + 40 bonus!) to give to your friends.", + "i" : "CDL50", + "n" : "Regular Candles", + "p" : 4999 + } + ], + "result" : "ok" + } + diff --git a/account/commerce/account_commerce_receipt.json b/account/commerce/account_commerce_receipt.json new file mode 100644 index 0000000..24708f7 --- /dev/null +++ b/account/commerce/account_commerce_receipt.json @@ -0,0 +1,40 @@ +/* +POST /account/commerce/receipt HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: QooPehv +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 1509719447 +Content-Length: 769 + + +*/ +//Request +{ + "platform" : "steam", + "receipt" : "2325290|242107|false|76561199698282316|140000002f8193240970dd484c07986701001001119b9166180000000100000005000000a04b5443044b11d0a5981f0003000000b200000032000000040000004c079867010010012a7b230054c8931b0138a8c000000000129b9166924aad66010096be0c000000000004a4fc0d90832fff0d6ebe416afeeda1e3956b5ddc38ef9c6735bc9e9aa9282657f07f9048643ac4c3737cd6d1bce3f0b1cfcb0654fe67e490107b5277d79d317b137f05b3f2cf9469b374b203b7523b1d2c0cbbfb48081dc4ef632457a26a6015d1bd0d0af34972d4675818eb458eb4861dea69076208352907f70877f729de", + "restore" : false, + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "target_pid" : "CDL10", + "target_uid" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:55 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 40 + + +*/ +//Response +{ + "unacknowledged_external_purchases" : [] + } diff --git a/account/commerce/account_commerce_submit_order.json b/account/commerce/account_commerce_submit_order.json new file mode 100644 index 0000000..df1f67c --- /dev/null +++ b/account/commerce/account_commerce_submit_order.json @@ -0,0 +1,41 @@ +/* +POST /account/commerce/submit_order HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: SlDBdbF +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 1509719447 +Content-Length: 733 + + +*/ +//Request +{ + "order" : "76561199698282316|en|140000002f8193240970dd484c07986701001001119b9166180000000100000005000000a04b5443044b11d0a5981f0003000000b200000032000000040000004c079867010010012a7b230054c8931b0138a8c000000000129b9166924aad66010096be0c000000000004a4fc0d90832fff0d6ebe416afeeda1e3956b5ddc38ef9c6735bc9e9aa9282657f07f9048643ac4c3737cd6d1bce3f0b1cfcb0654fe67e490107b5277d79d317b137f05b3f2cf9469b374b203b7523b1d2c0cbbfb48081dc4ef632457a26a6015d1bd0d0af34972d4675818eb458eb4861dea69076208352907f70877f729de", + "platform" : "steam", + "product_id" : "CDL10", + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "target_uid" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:50 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 33 + + +*/ +//Response +{ + "order_id" : 242107, + "result" : "ok" + } + diff --git a/account/consumable/account_consumable_consume_item1.json b/account/consumable/account_consumable_consume_item1.json new file mode 100644 index 0000000..7fa07ec --- /dev/null +++ b/account/consumable/account_consumable_consume_item1.json @@ -0,0 +1,56 @@ +/* +POST /account/consumable/consume_item1 HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: eyvdrdf +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 567986524 +Content-Length: 207 + + +*/ +//Request +{ + "consumable_count" : 1, + "consumable_id" : 701255829, + "receiver_uuid" : [], + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 22:54:52 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 365 + + +*/ +//Response +{ + "consume_item" : "success", + "get_buffs" : [ + { + "active_until" : 1720825493, + "buff_id" : 1750685908, + "cooldown_until" : 1720824893, + "giver_user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + ], + "get_buffs_sign" : "e8e64b888c3e59f9b273c28814e4e8cb244c47acc3d91a8332ac11120be83e5b", + "get_consumables" : [ + { + "consumable_id" : 701255829, + "cooldown_until" : 1720825793, + "quantity" : 0 + } + ], + "shared_results" : [] + } + diff --git a/account/consumable/account_consumable_get_consumable_defs.json b/account/consumable/account_consumable_get_consumable_defs.json new file mode 100644 index 0000000..2418878 --- /dev/null +++ b/account/consumable/account_consumable_get_consumable_defs.json @@ -0,0 +1,3964 @@ +/* +POST /account/consumable/get_consumable_defs HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: ZxFErZg +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" +} + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:19 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 60195 + + +*/ +//Response +{ + "get_consumable_defs" : [ + { + "buff_id" : 827350569, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiOutfitPropBeachBall", + "id" : 4273509869, + "is_toy" : false, + "name" : "beachball", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4203018360, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiOutfitPropBirthdayCakeL", + "id" : 821391828, + "is_toy" : false, + "name" : "birthdaycake_large", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3377443506, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiOutfitPropBirthdayCakeM", + "id" : 1565835030, + "is_toy" : false, + "name" : "birthdaycake_medium", + "param" : "", + "type" : "" + }, + { + "buff_id" : 614229824, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiOutfitPropBirthdayCakeS", + "id" : 2280274092, + "is_toy" : false, + "name" : "birthdaycake_small", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3589061110, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiOutfitHornBirthdayHat01", + "id" : 3589061110, + "is_toy" : false, + "name" : "birthdayhat_krill", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3234758716, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiEmoteAP04Celebrate", + "id" : 3234758716, + "is_toy" : false, + "name" : "bloom_sakura", + "param" : "", + "type" : "" + }, + { + "buff_id" : 289847592, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiOutfitPropAP04Bonfire", + "id" : 1552748532, + "is_toy" : false, + "name" : "bonfire", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1441565188, + "cooldown" : 10.0, + "event" : "none", + "icon" : "UiMenuBuffCandle", + "id" : 1441565188, + "is_toy" : false, + "name" : "candle_trick", + "param" : "", + "type" : "" + }, + { + "buff_id" : 901504997, + "cooldown" : 10.0, + "event" : "none", + "icon" : "UIMenuBuffCrabRock", + "id" : 901504997, + "is_toy" : false, + "name" : "crab_rock_trick", + "param" : "", + "type" : "" + }, + { + "buff_id" : 549388738, + "cooldown" : 10.0, + "event" : "none", + "icon" : "UIMenuBuffEventCurrency", + "id" : 549388738, + "is_toy" : false, + "name" : "currency_trick", + "param" : "", + "type" : "" + }, + { + "buff_id" : 0, + "cooldown" : 15.0, + "event" : "SocialFireworks", + "icon" : "UiOutfitPropFireworks", + "id" : 4264655475, + "is_toy" : true, + "name" : "dark_dragon_firework", + "param" : "N_darkDragonMesh", + "type" : "N_darkDragonMesh" + }, + { + "buff_id" : 3379219961, + "cooldown" : 55.0, + "event" : "none", + "icon" : "UiMenuDND", + "id" : 3379219961, + "is_toy" : false, + "name" : "dnd", + "param" : "", + "type" : "" + }, + { + "buff_id" : 0, + "cooldown" : 0.1500000059604645, + "event" : "DropWingConsumableEvent", + "icon" : "UIMenuBuffKrillRepellent", + "id" : 1954164294, + "is_toy" : false, + "name" : "drop_wing", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1750685908, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiMenuBuffFastCharge", + "id" : 701255829, + "is_toy" : false, + "name" : "energy", + "param" : "", + "type" : "" + }, + { + "buff_id" : 0, + "cooldown" : 1.0, + "event" : "EnergyConsumableEvent", + "icon" : "UiMenuBuffFullCharge", + "id" : 50358065, + "is_toy" : false, + "name" : "energy_potion", + "param" : "", + "type" : "" + }, + { + "buff_id" : 0, + "cooldown" : 15.0, + "event" : "SkyFigurineConsumableEvent", + "icon" : "UiMenuSocialMask", + "id" : 1888600631, + "is_toy" : false, + "name" : "figurineskykid_normaledition", + "param" : "", + "type" : "" + }, + { + "buff_id" : 0, + "cooldown" : 0.1500000059604645, + "event" : "SocialFireworks", + "icon" : "UiOutfitPropDOL23CrabFireworks", + "id" : 3163583247, + "is_toy" : true, + "name" : "firework_crab", + "param" : "N_constellationMeshCrab", + "type" : "N_constellationMeshCrab" + }, + { + "buff_id" : 0, + "cooldown" : 0.1500000059604645, + "event" : "SocialFireworks", + "icon" : "UiOutfitPropDOL23JellyFireworks", + "id" : 2938902023, + "is_toy" : true, + "name" : "firework_jelly", + "param" : "N_constellationMeshJelly", + "type" : "N_constellationMeshJelly" + }, + { + "buff_id" : 0, + "cooldown" : 0.1500000059604645, + "event" : "SocialFireworks", + "icon" : "UiOutfitPropDOL23MantaFireworks", + "id" : 4216703500, + "is_toy" : true, + "name" : "firework_manta", + "param" : "N_mantaMesh", + "type" : "N_mantaMesh" + }, + { + "buff_id" : 227018419, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiOutfitPropFireworks", + "id" : 626462085, + "is_toy" : false, + "name" : "fireworks", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1097748727, + "cooldown" : 1.0, + "event" : "none", + "icon" : "UiMiscStarCluster", + "id" : 1782065084, + "is_toy" : false, + "name" : "glow", + "param" : "", + "type" : "" + }, + { + "buff_id" : 561567149, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiMenuBuffRainbow", + "id" : 561567149, + "is_toy" : false, + "name" : "glow_rainbow", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1938335753, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiMiscStarCluster", + "id" : 1938335753, + "is_toy" : false, + "name" : "glow_tgc", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1860519737, + "cooldown" : 1.0, + "event" : "none", + "icon" : "UiMenuBuffAntiGravity", + "id" : 3523870533, + "is_toy" : false, + "name" : "gravity", + "param" : "", + "type" : "" + }, + { + "buff_id" : 891098028, + "cooldown" : 1.0, + "event" : "none", + "icon" : "UiMenuBuffGrow", + "id" : 3162681818, + "is_toy" : false, + "name" : "grow", + "param" : "", + "type" : "" + }, + { + "buff_id" : 791101367, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiMenuBuffHairTint", + "id" : 791101367, + "is_toy" : false, + "name" : "hairtint_amaranthpink", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2507856599, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiMenuBuffHairTint", + "id" : 2507856599, + "is_toy" : false, + "name" : "hairtint_aquamarine", + "param" : "", + "type" : "" + }, + { + "buff_id" : 516888612, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiMenuBuffHairTint", + "id" : 516888612, + "is_toy" : false, + "name" : "hairtint_black", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3522086733, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiMenuBuffHairTint", + "id" : 3522086733, + "is_toy" : false, + "name" : "hairtint_blue", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3250669400, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiMenuBuffHairTint", + "id" : 3250669400, + "is_toy" : false, + "name" : "hairtint_cerulean", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2555651258, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiMenuBuffHairTint", + "id" : 2555651258, + "is_toy" : false, + "name" : "hairtint_cyan", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3378362684, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiMenuBuffHairTint", + "id" : 3378362684, + "is_toy" : false, + "name" : "hairtint_green", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2256931432, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiMenuBuffHairTint", + "id" : 2256931432, + "is_toy" : false, + "name" : "hairtint_magenta", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4040827949, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiMenuBuffHairTint", + "id" : 4040827949, + "is_toy" : false, + "name" : "hairtint_mayablue", + "param" : "", + "type" : "" + }, + { + "buff_id" : 35873131, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiMenuBuffHairTint", + "id" : 35873131, + "is_toy" : false, + "name" : "hairtint_orange", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1901122797, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiMenuBuffHairTint", + "id" : 1901122797, + "is_toy" : false, + "name" : "hairtint_pink", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1457320063, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiMenuBuffHairTint", + "id" : 1457320063, + "is_toy" : false, + "name" : "hairtint_purple", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1309459241, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiMenuBuffHairTint", + "id" : 1309459241, + "is_toy" : false, + "name" : "hairtint_rainbow", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3080673628, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiMenuBuffHairTint", + "id" : 3080673628, + "is_toy" : false, + "name" : "hairtint_red", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3099241326, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiMenuBuffHairTint", + "id" : 3099241326, + "is_toy" : false, + "name" : "hairtint_slate", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2800721964, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiMenuBuffHairTint", + "id" : 2800721964, + "is_toy" : false, + "name" : "hairtint_softgreen", + "param" : "", + "type" : "" + }, + { + "buff_id" : 409223035, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiMenuBuffHairTint", + "id" : 409223035, + "is_toy" : false, + "name" : "hairtint_softorange", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1799449036, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiMenuBuffHairTint", + "id" : 1799449036, + "is_toy" : false, + "name" : "hairtint_softred", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3257815497, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiMenuBuffHairTint", + "id" : 3257815497, + "is_toy" : false, + "name" : "hairtint_yellow", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3989864629, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiMenuBuffChibi", + "id" : 3989864629, + "is_toy" : false, + "name" : "height_small_3x_handhold", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2415651134, + "cooldown" : 1.0, + "event" : "none", + "icon" : "UiMenuBuffHuge", + "id" : 1737402210, + "is_toy" : false, + "name" : "huge", + "param" : "", + "type" : "" + }, + { + "buff_id" : 0, + "cooldown" : 0.50, + "event" : "RecordingCandleEvent", + "icon" : "UiMenuMemoryCandle", + "id" : 1977915294, + "is_toy" : false, + "name" : "memory_candle", + "param" : "", + "type" : "" + }, + { + "buff_id" : 0, + "cooldown" : 0.50, + "event" : "SocialMessageBoats", + "icon" : "UiMenuBuffBoat", + "id" : 3250412855, + "is_toy" : true, + "name" : "message_boat", + "param" : "Boat", + "type" : "Boat" + }, + { + "buff_id" : 0, + "cooldown" : 0.50, + "event" : "SocialMessageBoats", + "icon" : "UiMenuBuffCraneBoat", + "id" : 3919708106, + "is_toy" : true, + "name" : "message_crane", + "param" : "Crane", + "type" : "Crane" + }, + { + "buff_id" : 0, + "cooldown" : 0.50, + "event" : "SocialMessageBoats", + "icon" : "UiMenuBuffGondola", + "id" : 3698193565, + "is_toy" : true, + "name" : "message_gondola", + "param" : "Gondola", + "type" : "Gondola" + }, + { + "buff_id" : 0, + "cooldown" : 0.50, + "event" : "SocialMessageBoats", + "icon" : "UiMenuBuffLantern", + "id" : 1137793163, + "is_toy" : true, + "name" : "message_lantern", + "param" : "Lantern", + "type" : "Lantern" + }, + { + "buff_id" : 2241306548, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitBodyAnniversaryTshirt", + "id" : 2241306548, + "is_toy" : false, + "name" : "outfit_body_birthdayshirt05", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1115226250, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitBodyDarkRainbow", + "id" : 1115226250, + "is_toy" : false, + "name" : "outfit_body_darkrainbow", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2767311435, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitBodyFashionJeans", + "id" : 2767311435, + "is_toy" : false, + "name" : "outfit_body_fashionjeans", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2117807700, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitBodyFortuneDragonRobe", + "id" : 2117807700, + "is_toy" : false, + "name" : "outfit_body_fortunedragonrobe", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4189773438, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitBodyGardener", + "id" : 4189773438, + "is_toy" : false, + "name" : "outfit_body_gardener", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4102153582, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitBodyGoth", + "id" : 4102153582, + "is_toy" : false, + "name" : "outfit_body_goth", + "param" : "", + "type" : "" + }, + { + "buff_id" : 965554368, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitBodyGreekRobe", + "id" : 965554368, + "is_toy" : false, + "name" : "outfit_body_greek", + "param" : "", + "type" : "" + }, + { + "buff_id" : 483128979, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitBodyDOF23Muralist", + "id" : 483128979, + "is_toy" : false, + "name" : "outfit_body_muralist", + "param" : "", + "type" : "" + }, + { + "buff_id" : 782433094, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitBodyAP16OrangeLove", + "id" : 782433094, + "is_toy" : false, + "name" : "outfit_body_orangelove", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1482655023, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitBodyRainbow", + "id" : 1482655023, + "is_toy" : false, + "name" : "outfit_body_rainbowtrousers", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3160138703, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitBodyAP16SlateRunaway", + "id" : 3160138703, + "is_toy" : false, + "name" : "outfit_body_runaway", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3799734077, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitBodyAP11Sword", + "id" : 3799734077, + "is_toy" : false, + "name" : "outfit_body_sword", + "param" : "", + "type" : "" + }, + { + "buff_id" : 969946279, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitBodyWitch", + "id" : 969946279, + "is_toy" : false, + "name" : "outfit_body_witchbody", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1084329352, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitFeetAuroraSneakers", + "id" : 1084329352, + "is_toy" : false, + "name" : "outfit_feet_aurorasneakers", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3255709448, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitFeetBalletFlats", + "id" : 3255709448, + "is_toy" : false, + "name" : "outfit_feet_balletflats", + "param" : "", + "type" : "" + }, + { + "buff_id" : 109900434, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitFeetBunnySlippers", + "id" : 109900434, + "is_toy" : false, + "name" : "outfit_feet_bunnyslippers", + "param" : "", + "type" : "" + }, + { + "buff_id" : 453150746, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitFeetGothBoots", + "id" : 453150746, + "is_toy" : false, + "name" : "outfit_feet_goth", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1659639836, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitFeetRainbowDarkLoafers", + "id" : 1659639836, + "is_toy" : false, + "name" : "outfit_feet_rainbowdarkloafers", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2358899702, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitFeetSunlightSandals", + "id" : 2358899702, + "is_toy" : false, + "name" : "outfit_feet_sunlightsandals", + "param" : "", + "type" : "" + }, + { + "buff_id" : 57353683, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitFeetWitch", + "id" : 57353683, + "is_toy" : false, + "name" : "outfit_feet_witchbody", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2003427470, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitFeetYetiBoots", + "id" : 2003427470, + "is_toy" : false, + "name" : "outfit_feet_yetiboots", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2294466631, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeTGC", + "id" : 2294466631, + "is_toy" : false, + "name" : "outfit_figurine_TGC_specialEdition", + "param" : "", + "type" : "" + }, + { + "buff_id" : 131592471, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHairBloomSpiky", + "id" : 131592471, + "is_toy" : false, + "name" : "outfit_hair_bloomspiky", + "param" : "", + "type" : "" + }, + { + "buff_id" : 373243257, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHairBlossom", + "id" : 373243257, + "is_toy" : false, + "name" : "outfit_hair_blossom", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3381362199, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHairCallaLily", + "id" : 3381362199, + "is_toy" : false, + "name" : "outfit_hair_callalily", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2751409166, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHairFish", + "id" : 2751409166, + "is_toy" : false, + "name" : "outfit_hair_carp", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4269954660, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHairDOM22Cat", + "id" : 4269954660, + "is_toy" : false, + "name" : "outfit_hair_cathair", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2194970182, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHairDoubleBun", + "id" : 2194970182, + "is_toy" : false, + "name" : "outfit_hair_doublebun", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1353569280, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHairGreek", + "id" : 1353569280, + "is_toy" : false, + "name" : "outfit_hair_greek", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2093744529, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHairLionDance", + "id" : 2093744529, + "is_toy" : false, + "name" : "outfit_hair_liondance", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3072066961, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHairMarchingBand", + "id" : 3072066961, + "is_toy" : false, + "name" : "outfit_hair_marching", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1249984646, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHairNatureWater", + "id" : 1249984646, + "is_toy" : false, + "name" : "outfit_hair_naturewater", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1920028261, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHairPastryShort", + "id" : 1920028261, + "is_toy" : false, + "name" : "outfit_hair_pastryshort", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1046521292, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHairAP04Pumpkin", + "id" : 1046521292, + "is_toy" : false, + "name" : "outfit_hair_pumpkin", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3773476314, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHairRainbowHat", + "id" : 3773476314, + "is_toy" : false, + "name" : "outfit_hair_rainbowbeanie", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3322375825, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHairRockstar", + "id" : 3322375825, + "is_toy" : false, + "name" : "outfit_hair_rockstar", + "param" : "", + "type" : "" + }, + { + "buff_id" : 239584271, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHairAP16RunawayBob", + "id" : 239584271, + "is_toy" : false, + "name" : "outfit_hair_runaway", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2534225385, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHairSpider", + "id" : 2534225385, + "is_toy" : false, + "name" : "outfit_hair_spiderhair", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2202141658, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHairWinterHat", + "id" : 2202141658, + "is_toy" : false, + "name" : "outfit_hair_winterhat", + "param" : "", + "type" : "" + }, + { + "buff_id" : 116679863, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHairWitch", + "id" : 116679863, + "is_toy" : false, + "name" : "outfit_hair_witchhair", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1983755432, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHairWitchHat", + "id" : 1983755432, + "is_toy" : false, + "name" : "outfit_hair_witchhat", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3471701278, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHairWoolHat", + "id" : 3471701278, + "is_toy" : false, + "name" : "outfit_hair_woolhat", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2885283383, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHairSantaHat", + "id" : 2885283383, + "is_toy" : false, + "name" : "outfit_hair_xmas", + "param" : "", + "type" : "" + }, + { + "buff_id" : 543964677, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornHeartBeret", + "id" : 543964677, + "is_toy" : false, + "name" : "outfit_hat_heartberet", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2608811200, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornMothAntenna", + "id" : 2608811200, + "is_toy" : false, + "name" : "outfit_hat_mothantenna", + "param" : "", + "type" : "" + }, + { + "buff_id" : 623769665, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornPastryEars", + "id" : 623769665, + "is_toy" : false, + "name" : "outfit_hat_pastryears", + "param" : "", + "type" : "" + }, + { + "buff_id" : 289931327, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornPastryMini", + "id" : 289931327, + "is_toy" : false, + "name" : "outfit_hat_pastrymini", + "param" : "", + "type" : "" + }, + { + "buff_id" : 734973694, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornPastryTea", + "id" : 734973694, + "is_toy" : false, + "name" : "outfit_hat_pastrytea", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2737435224, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornPinecone", + "id" : 2737435224, + "is_toy" : false, + "name" : "outfit_hat_pinecone", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3393694829, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornTopHat", + "id" : 3393694829, + "is_toy" : false, + "name" : "outfit_hat_tophat", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2647254132, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitMaskBlueSunglasses", + "id" : 2647254132, + "is_toy" : false, + "name" : "outfit_horn_STARpinSunglasses", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3826543228, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornBalloonCrab", + "id" : 3826543228, + "is_toy" : false, + "name" : "outfit_horn_ballooncrab", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1648234549, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornBalloonCrown", + "id" : 1648234549, + "is_toy" : false, + "name" : "outfit_horn_ballooncrown", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2607444348, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornBalloonJellyfish", + "id" : 2607444348, + "is_toy" : false, + "name" : "outfit_horn_balloonjellyfish", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4169543430, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornBalloonKrill", + "id" : 4169543430, + "is_toy" : false, + "name" : "outfit_horn_balloonkrill", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1736949309, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornBalloonManta", + "id" : 1736949309, + "is_toy" : false, + "name" : "outfit_horn_balloonmanta", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1391135002, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornBirthdayHat04", + "id" : 1391135002, + "is_toy" : false, + "name" : "outfit_horn_birthday04", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3855098512, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornBirthdayHat05", + "id" : 3855098512, + "is_toy" : false, + "name" : "outfit_horn_birthdayhat05", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3446227585, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornBunny", + "id" : 3446227585, + "is_toy" : false, + "name" : "outfit_horn_bunny", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1388022030, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornBunny", + "id" : 1388022030, + "is_toy" : false, + "name" : "outfit_horn_bunnyAcc", + "param" : "", + "type" : "" + }, + { + "buff_id" : 551055685, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornFish", + "id" : 551055685, + "is_toy" : false, + "name" : "outfit_horn_carp", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3947255340, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornCoral", + "id" : 3947255340, + "is_toy" : false, + "name" : "outfit_horn_coral", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1928839393, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornHeadCrab", + "id" : 1928839393, + "is_toy" : false, + "name" : "outfit_horn_crab", + "param" : "", + "type" : "" + }, + { + "buff_id" : 872420107, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornDarkRainbowEarring", + "id" : 872420107, + "is_toy" : false, + "name" : "outfit_horn_darkrainbow", + "param" : "", + "type" : "" + }, + { + "buff_id" : 979808404, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornFireworkEarring", + "id" : 979808404, + "is_toy" : false, + "name" : "outfit_horn_fireworkearring", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4156386974, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornFlameSunglasses", + "id" : 4156386974, + "is_toy" : false, + "name" : "outfit_horn_flameglasses", + "param" : "", + "type" : "" + }, + { + "buff_id" : 942365523, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornFlowerCrown", + "id" : 942365523, + "is_toy" : false, + "name" : "outfit_horn_flowercrown", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2684313119, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornDragonEarring", + "id" : 2684313119, + "is_toy" : false, + "name" : "outfit_horn_fortunedragon", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3606734683, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornHeartSunglasses", + "id" : 3606734683, + "is_toy" : false, + "name" : "outfit_horn_heartglasses", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2050094531, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornKizunaAi", + "id" : 2050094531, + "is_toy" : false, + "name" : "outfit_horn_kizuna", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4226210422, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornLaurel", + "id" : 4226210422, + "is_toy" : false, + "name" : "outfit_horn_laurel", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2305213622, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornAP16MoonStar", + "id" : 2305213622, + "is_toy" : false, + "name" : "outfit_horn_moonstar", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2678233973, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornOrange", + "id" : 2678233973, + "is_toy" : false, + "name" : "outfit_horn_orange", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2388132571, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornOreoHat", + "id" : 2388132571, + "is_toy" : false, + "name" : "outfit_horn_oreoheadband", + "param" : "", + "type" : "" + }, + { + "buff_id" : 321065611, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornPumpkinCrab", + "id" : 321065611, + "is_toy" : false, + "name" : "outfit_horn_pumpkincrab", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2704677687, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornRainbowEarring", + "id" : 2704677687, + "is_toy" : false, + "name" : "outfit_horn_rainbowearring", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2525758368, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornRainbowHeadphones", + "id" : 2525758368, + "is_toy" : false, + "name" : "outfit_horn_rainbowheadphones", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2141511649, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornRainbowPoppy", + "id" : 2141511649, + "is_toy" : false, + "name" : "outfit_horn_rainbowpoppy", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3280754985, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornRainbowPoppy02", + "id" : 3280754985, + "is_toy" : false, + "name" : "outfit_horn_rainbowpoppy2", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4004266691, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornRainbowTassel", + "id" : 4004266691, + "is_toy" : false, + "name" : "outfit_horn_rainbowtassel", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1372838509, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornSnowflake", + "id" : 1372838509, + "is_toy" : false, + "name" : "outfit_horn_snowflake", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4090214565, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornStarSunglasses", + "id" : 4090214565, + "is_toy" : false, + "name" : "outfit_horn_starglasses", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2052387583, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornSummerHat", + "id" : 2052387583, + "is_toy" : false, + "name" : "outfit_horn_summerhat", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4123817368, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornShell", + "id" : 4123817368, + "is_toy" : false, + "name" : "outfit_horn_summershell", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4219181095, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornWitchHat", + "id" : 4219181095, + "is_toy" : false, + "name" : "outfit_horn_witchhat", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1123843208, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornWithered", + "id" : 1123843208, + "is_toy" : false, + "name" : "outfit_horn_witheredhorn", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1909998088, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitHornElk", + "id" : 1909998088, + "is_toy" : false, + "name" : "outfit_horn_xmas", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4076351969, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitMaskAP05Actor", + "id" : 4076351969, + "is_toy" : false, + "name" : "outfit_mask_actor", + "param" : "", + "type" : "" + }, + { + "buff_id" : 783039918, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitMaskBlueSunglasses", + "id" : 783039918, + "is_toy" : false, + "name" : "outfit_mask_bluesunglasses", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3393326356, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitMaskDOM22Cat", + "id" : 3393326356, + "is_toy" : false, + "name" : "outfit_mask_catmask", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1580115578, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitMaskCrabula", + "id" : 1580115578, + "is_toy" : false, + "name" : "outfit_mask_crabula", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4240004242, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitMaskDragon", + "id" : 4240004242, + "is_toy" : false, + "name" : "outfit_mask_fortunedragon", + "param" : "", + "type" : "" + }, + { + "buff_id" : 371568737, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitMaskDOF23Rabbit", + "id" : 371568737, + "is_toy" : false, + "name" : "outfit_mask_fortunerabbit", + "param" : "", + "type" : "" + }, + { + "buff_id" : 964659005, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitMaskAP02Fox", + "id" : 964659005, + "is_toy" : false, + "name" : "outfit_mask_fox", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2227210510, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitMaskOcean", + "id" : 2227210510, + "is_toy" : false, + "name" : "outfit_mask_ocean", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3445946831, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitMaskOx", + "id" : 3445946831, + "is_toy" : false, + "name" : "outfit_mask_ox", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4050329182, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitMaskRainbowDark", + "id" : 4050329182, + "is_toy" : false, + "name" : "outfit_mask_rainbowdark", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2658803710, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitMaskRedFace", + "id" : 2658803710, + "is_toy" : false, + "name" : "outfit_mask_redface", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3356388791, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitMaskRose", + "id" : 3356388791, + "is_toy" : false, + "name" : "outfit_mask_rose", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1322816964, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitMaskRunwayMakeup", + "id" : 1322816964, + "is_toy" : false, + "name" : "outfit_mask_runway", + "param" : "", + "type" : "" + }, + { + "buff_id" : 858950093, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitMaskDOW22YetiGoggles", + "id" : 858950093, + "is_toy" : false, + "name" : "outfit_mask_ski", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3566887243, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitMaskSparrowCheeks", + "id" : 3566887243, + "is_toy" : false, + "name" : "outfit_mask_sparrowcheeks", + "param" : "", + "type" : "" + }, + { + "buff_id" : 475055967, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitMaskTiger", + "id" : 475055967, + "is_toy" : false, + "name" : "outfit_mask_tiger", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2182950287, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitMaskTiger", + "id" : 2182950287, + "is_toy" : false, + "name" : "outfit_mask_tiger_starPin", + "param" : "", + "type" : "" + }, + { + "buff_id" : 784922793, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitMaskAP02Weasel", + "id" : 784922793, + "is_toy" : false, + "name" : "outfit_mask_weasel", + "param" : "", + "type" : "" + }, + { + "buff_id" : 43899279, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitNeckDOL23Bow", + "id" : 43899279, + "is_toy" : false, + "name" : "outfit_neck_bow", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4024059810, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitNeckAP15Crab", + "id" : 4024059810, + "is_toy" : false, + "name" : "outfit_neck_crabAcc_original", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4268418066, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitNeckAP15Crab", + "id" : 4268418066, + "is_toy" : false, + "name" : "outfit_neck_crabAcc_specialEdition", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1021908644, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitNeckWinterScarf", + "id" : 1021908644, + "is_toy" : false, + "name" : "outfit_neck_feast_ghost", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2356727341, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitNeckOcean", + "id" : 2356727341, + "is_toy" : false, + "name" : "outfit_neck_ocean", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1239747542, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitNeckOceanScarf", + "id" : 1239747542, + "is_toy" : false, + "name" : "outfit_neck_oceanscarf", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1069206212, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitNeckPastryBow", + "id" : 1069206212, + "is_toy" : false, + "name" : "outfit_neck_pastrybow", + "param" : "", + "type" : "" + }, + { + "buff_id" : 61495690, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitNeckRibbonBib", + "id" : 61495690, + "is_toy" : false, + "name" : "outfit_neck_scarf", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1943995802, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitNeckSeaTurtle", + "id" : 1943995802, + "is_toy" : false, + "name" : "outfit_neck_seaturtle", + "param" : "", + "type" : "" + }, + { + "buff_id" : 329235560, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitNeckDOSJellyfish", + "id" : 329235560, + "is_toy" : false, + "name" : "outfit_neck_summerjelly", + "param" : "", + "type" : "" + }, + { + "buff_id" : 70832281, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitNeckWinterScarf", + "id" : 70832281, + "is_toy" : false, + "name" : "outfit_neck_winterscarf", + "param" : "", + "type" : "" + }, + { + "buff_id" : 8361886, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitNeckXmas", + "id" : 8361886, + "is_toy" : false, + "name" : "outfit_neck_xmas", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1491616928, + "cooldown" : 10.0, + "event" : "none", + "icon" : "UiOutfitPropLantern", + "id" : 1491616928, + "is_toy" : false, + "name" : "outfit_prop_STAR_lantern", + "param" : "", + "type" : "" + }, + { + "buff_id" : 332997197, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropReskinAP14Guitar", + "id" : 332997197, + "is_toy" : false, + "name" : "outfit_prop_anniversaryguitar", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1632681571, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropAP03LongFlute", + "id" : 1632681571, + "is_toy" : false, + "name" : "outfit_prop_ap03flute", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3758432736, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropAP03PanFlute", + "id" : 3758432736, + "is_toy" : false, + "name" : "outfit_prop_ap03panflute", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4233153568, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropAP04Guitar", + "id" : 4233153568, + "is_toy" : false, + "name" : "outfit_prop_ap04guitar", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2253796449, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropAP04Ukulele", + "id" : 2253796449, + "is_toy" : false, + "name" : "outfit_prop_ap04ukulele", + "param" : "", + "type" : "" + }, + { + "buff_id" : 160072902, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropAP05Brazier", + "id" : 160072902, + "is_toy" : false, + "name" : "outfit_prop_ap05brazier", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3092539746, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropAP05Piano", + "id" : 3092539746, + "is_toy" : false, + "name" : "outfit_prop_ap05piano", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3724448209, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropAP07HandPan", + "id" : 3724448209, + "is_toy" : false, + "name" : "outfit_prop_ap07handpan", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2316255366, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropAP08Dundun", + "id" : 2316255366, + "is_toy" : false, + "name" : "outfit_prop_ap08drum", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1255001261, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropAP09Lute", + "id" : 1255001261, + "is_toy" : false, + "name" : "outfit_prop_ap09lute", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2085965940, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropAP10Bugle", + "id" : 2085965940, + "is_toy" : false, + "name" : "outfit_prop_ap10bugle", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2714587480, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropAP12Kalimba", + "id" : 2714587480, + "is_toy" : false, + "name" : "outfit_prop_ap12kalimba", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2397392697, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropAP14Guitar", + "id" : 2397392697, + "is_toy" : false, + "name" : "outfit_prop_ap14guitar", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4275158517, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropSkyArtBook", + "id" : 4275158517, + "is_toy" : false, + "name" : "outfit_prop_artbook", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3381822020, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropDOW22SkyBallGoals", + "id" : 3381822020, + "is_toy" : false, + "name" : "outfit_prop_ballgame", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2428135093, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropBeachChairCloth", + "id" : 2428135093, + "is_toy" : false, + "name" : "outfit_prop_beachchaircloth", + "param" : "", + "type" : "" + }, + { + "buff_id" : 472595010, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropBeachChairWood", + "id" : 472595010, + "is_toy" : false, + "name" : "outfit_prop_beachchairwood", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3136256372, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropBeachRecliner", + "id" : 3136256372, + "is_toy" : false, + "name" : "outfit_prop_beachrecliner", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1033037341, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropAP17Manta", + "id" : 1033037341, + "is_toy" : false, + "name" : "outfit_prop_bigmanta_plush", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1086810441, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropBirthdayOreo", + "id" : 1086810441, + "is_toy" : false, + "name" : "outfit_prop_birthday_oreo_plush", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1962248619, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropBirthdayOreo", + "id" : 1962248619, + "is_toy" : false, + "name" : "outfit_prop_birthdayoreo", + "param" : "", + "type" : "" + }, + { + "buff_id" : 185406188, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropPicnicBlanket", + "id" : 185406188, + "is_toy" : false, + "name" : "outfit_prop_bloompicnic", + "param" : "", + "type" : "" + }, + { + "buff_id" : 75558978, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropJarBubbleMachine", + "id" : 75558978, + "is_toy" : false, + "name" : "outfit_prop_bubblemachine", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3198482622, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropButterflyFountain", + "id" : 3198482622, + "is_toy" : false, + "name" : "outfit_prop_butterflyfountain", + "param" : "", + "type" : "" + }, + { + "buff_id" : 618576860, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropCompetitionTorch", + "id" : 618576860, + "is_toy" : false, + "name" : "outfit_prop_competitiontorch", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3878531337, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropDiscoLight", + "id" : 3878531337, + "is_toy" : false, + "name" : "outfit_prop_discolight", + "param" : "", + "type" : "" + }, + { + "buff_id" : 227018419, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropFireworks", + "id" : 227018419, + "is_toy" : false, + "name" : "outfit_prop_fireworks", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1275481440, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropReskinHarp", + "id" : 1275481440, + "is_toy" : false, + "name" : "outfit_prop_fledglingharp", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2961402756, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropDOL23FlowerArch", + "id" : 2961402756, + "is_toy" : false, + "name" : "outfit_prop_flowerarch", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4198747464, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropFortuneDrum", + "id" : 4198747464, + "is_toy" : false, + "name" : "outfit_prop_fortunedrum", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1621987452, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropDOF23Umbrella", + "id" : 1621987452, + "is_toy" : false, + "name" : "outfit_prop_fortuneumbrella", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2237536272, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropAP11Fox", + "id" : 2237536272, + "is_toy" : false, + "name" : "outfit_prop_fox", + "param" : "", + "type" : "" + }, + { + "buff_id" : 303877523, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropGondola", + "id" : 303877523, + "is_toy" : false, + "name" : "outfit_prop_gondola", + "param" : "", + "type" : "" + }, + { + "buff_id" : 890475279, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropAP18Ball", + "id" : 890475279, + "is_toy" : false, + "name" : "outfit_prop_hackysack", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3293075034, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropHarp", + "id" : 3293075034, + "is_toy" : false, + "name" : "outfit_prop_harp", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2204281107, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropHeartPlush", + "id" : 2204281107, + "is_toy" : false, + "name" : "outfit_prop_heartplush", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1403584133, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropDOL23HeartFireworks", + "id" : 1403584133, + "is_toy" : false, + "name" : "outfit_prop_heartstaff", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3935620986, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropHorn", + "id" : 3935620986, + "is_toy" : false, + "name" : "outfit_prop_horn", + "param" : "", + "type" : "" + }, + { + "buff_id" : 243057433, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropJenovaFan", + "id" : 243057433, + "is_toy" : false, + "name" : "outfit_prop_jenovafan", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1319710173, + "cooldown" : 10.0, + "event" : "none", + "icon" : "UiOutfitPropLantern", + "id" : 1319710173, + "is_toy" : false, + "name" : "outfit_prop_lantern", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1743774963, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropLilyUmbrella", + "id" : 1743774963, + "is_toy" : false, + "name" : "outfit_prop_lilyumbrella", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3874114315, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropSeesaw", + "id" : 3874114315, + "is_toy" : false, + "name" : "outfit_prop_loveseesaw", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3165352994, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropDOS22MarshmallowSet", + "id" : 3165352994, + "is_toy" : false, + "name" : "outfit_prop_marshmallow", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3460528803, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropAP16Microphone", + "id" : 3460528803, + "is_toy" : false, + "name" : "outfit_prop_microphone", + "param" : "", + "type" : "" + }, + { + "buff_id" : 137268536, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropAP16Microphone", + "id" : 137268536, + "is_toy" : false, + "name" : "outfit_prop_microphone_aurora", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1436679857, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropDOM22Cat", + "id" : 1436679857, + "is_toy" : false, + "name" : "outfit_prop_mischiefcat", + "param" : "", + "type" : "" + }, + { + "buff_id" : 125584301, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropMischiefPumpkin", + "id" : 125584301, + "is_toy" : false, + "name" : "outfit_prop_mischiefpumpkin", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3497279169, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropMischiefChair", + "id" : 3497279169, + "is_toy" : false, + "name" : "outfit_prop_mischieftable", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1808301544, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropMusicShell", + "id" : 1808301544, + "is_toy" : false, + "name" : "outfit_prop_musicshell", + "param" : "", + "type" : "" + }, + { + "buff_id" : 445638664, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropMusicShellOffice", + "id" : 445638664, + "is_toy" : false, + "name" : "outfit_prop_musicshelloffice", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4091806741, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropBirthdayOreo", + "id" : 4091806741, + "is_toy" : false, + "name" : "outfit_prop_oreo_plush", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2953804538, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropPastryPlush", + "id" : 2953804538, + "is_toy" : false, + "name" : "outfit_prop_pastryplush", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4005320608, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropPastryTeaTable", + "id" : 4005320608, + "is_toy" : false, + "name" : "outfit_prop_pastryteatable", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2875484078, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropPipeBroken", + "id" : 2875484078, + "is_toy" : false, + "name" : "outfit_prop_pipebroken", + "param" : "", + "type" : "" + }, + { + "buff_id" : 970364197, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropReskinGuitar", + "id" : 970364197, + "is_toy" : false, + "name" : "outfit_prop_rhythmguitar", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3910695986, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropSaxophone", + "id" : 3910695986, + "is_toy" : false, + "name" : "outfit_prop_saxophone", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1764436329, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropScepterWand", + "id" : 1764436329, + "is_toy" : false, + "name" : "outfit_prop_scepterwand", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2199218135, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropSeesaw", + "id" : 2199218135, + "is_toy" : false, + "name" : "outfit_prop_seesaw", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2160270704, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropSnowboard", + "id" : 2160270704, + "is_toy" : false, + "name" : "outfit_prop_snowboard", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1440439821, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropSnowGlobe", + "id" : 1440439821, + "is_toy" : false, + "name" : "outfit_prop_snowglobe", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1080405300, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropDOW22Snowman", + "id" : 1080405300, + "is_toy" : false, + "name" : "outfit_prop_snowkid", + "param" : "", + "type" : "" + }, + { + "buff_id" : 877973456, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropStarJar", + "id" : 877973456, + "is_toy" : false, + "name" : "outfit_prop_starjar", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1414743743, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropDOS22Tent", + "id" : 1414743743, + "is_toy" : false, + "name" : "outfit_prop_summertent", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2878211958, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropSummerUmbrella", + "id" : 2878211958, + "is_toy" : false, + "name" : "outfit_prop_summerumbrella", + "param" : "", + "type" : "" + }, + { + "buff_id" : 620593537, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropSurfboard", + "id" : 620593537, + "is_toy" : false, + "name" : "outfit_prop_surfboard", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1064080243, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropSwing", + "id" : 1064080243, + "is_toy" : false, + "name" : "outfit_prop_swing", + "param" : "", + "type" : "" + }, + { + "buff_id" : 256924066, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropChairXmas", + "id" : 256924066, + "is_toy" : false, + "name" : "outfit_prop_tablexmas", + "param" : "", + "type" : "" + }, + { + "buff_id" : 10058409, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropTeaTable", + "id" : 10058409, + "is_toy" : false, + "name" : "outfit_prop_teaset", + "param" : "", + "type" : "" + }, + { + "buff_id" : 454864430, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropReskinHandPan", + "id" : 454864430, + "is_toy" : false, + "name" : "outfit_prop_triumphhandpan", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3302950267, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropUmbrella", + "id" : 3302950267, + "is_toy" : false, + "name" : "outfit_prop_umbrella", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1167393926, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropAP03UmbrellaB", + "id" : 1167393926, + "is_toy" : false, + "name" : "outfit_prop_umbrella03", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1286798698, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropViolin", + "id" : 1286798698, + "is_toy" : false, + "name" : "outfit_prop_violin", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1598845731, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitPropWisteriaTea", + "id" : 1598845731, + "is_toy" : false, + "name" : "outfit_prop_wisteriateaset", + "param" : "", + "type" : "" + }, + { + "buff_id" : 330655056, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeAP04Elder", + "id" : 330655056, + "is_toy" : false, + "name" : "outfit_wing_ap04elder", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3911125165, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeAP06LayeredA", + "id" : 3911125165, + "is_toy" : false, + "name" : "outfit_wing_ap06layereda", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1326646141, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeAP16ButterflyYellow", + "id" : 1326646141, + "is_toy" : false, + "name" : "outfit_wing_aurora", + "param" : "", + "type" : "" + }, + { + "buff_id" : 625581156, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeBat", + "id" : 625581156, + "is_toy" : false, + "name" : "outfit_wing_bat", + "param" : "", + "type" : "" + }, + { + "buff_id" : 162066154, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeBlossom", + "id" : 162066154, + "is_toy" : false, + "name" : "outfit_wing_blossom", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3716061684, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeSunlightTowelBlue", + "id" : 3716061684, + "is_toy" : false, + "name" : "outfit_wing_bluetowel", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1360796960, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeAP16ButterflyYellow", + "id" : 1360796960, + "is_toy" : false, + "name" : "outfit_wing_butterflyyellow", + "param" : "", + "type" : "" + }, + { + "buff_id" : 31802596, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitWingCallaLily", + "id" : 31802596, + "is_toy" : false, + "name" : "outfit_wing_callalily", + "param" : "", + "type" : "" + }, + { + "buff_id" : 573237039, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeFish", + "id" : 573237039, + "is_toy" : false, + "name" : "outfit_wing_carp", + "param" : "", + "type" : "" + }, + { + "buff_id" : 583315364, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeDOM22Cat", + "id" : 583315364, + "is_toy" : false, + "name" : "outfit_wing_catcape", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2395543651, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeCobweb", + "id" : 2395543651, + "is_toy" : false, + "name" : "outfit_wing_cobweb", + "param" : "", + "type" : "" + }, + { + "buff_id" : 103276549, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeCrabula", + "id" : 103276549, + "is_toy" : false, + "name" : "outfit_wing_crabula", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1087669517, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeDarkRainbow", + "id" : 1087669517, + "is_toy" : false, + "name" : "outfit_wing_darkrainbow", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2671704957, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeAP05Director", + "id" : 2671704957, + "is_toy" : false, + "name" : "outfit_wing_director", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2079599063, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeSprout", + "id" : 2079599063, + "is_toy" : false, + "name" : "outfit_wing_earthday", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3800514307, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeFishPattern", + "id" : 3800514307, + "is_toy" : false, + "name" : "outfit_wing_fishschool", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3849428546, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeFortune", + "id" : 3849428546, + "is_toy" : false, + "name" : "outfit_wing_fortune", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1189228197, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeFortuneDragon", + "id" : 1189228197, + "is_toy" : false, + "name" : "outfit_wing_fortunedragon", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3354461846, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeDOW22YetiFur", + "id" : 3354461846, + "is_toy" : false, + "name" : "outfit_wing_fur", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1402240423, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeAP11GreenCoat", + "id" : 1402240423, + "is_toy" : false, + "name" : "outfit_wing_greencoat", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1375571404, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeAP03Biolum", + "id" : 1375571404, + "is_toy" : false, + "name" : "outfit_wing_lightseeker", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3742860429, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeMeteor", + "id" : 3742860429, + "is_toy" : false, + "name" : "outfit_wing_meteor", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2149806661, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeMoth", + "id" : 2149806661, + "is_toy" : false, + "name" : "outfit_wing_moth", + "param" : "", + "type" : "" + }, + { + "buff_id" : 329684861, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeOcean", + "id" : 329684861, + "is_toy" : false, + "name" : "outfit_wing_ocean", + "param" : "", + "type" : "" + }, + { + "buff_id" : 939730131, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeAP16OrangeLove", + "id" : 939730131, + "is_toy" : false, + "name" : "outfit_wing_orangelove", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3264201073, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapePastryCloud", + "id" : 3264201073, + "is_toy" : false, + "name" : "outfit_wing_pastrycloud", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4288923471, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeAP03Petal", + "id" : 4288923471, + "is_toy" : false, + "name" : "outfit_wing_petal", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3129147844, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeSunlightTowelPink", + "id" : 3129147844, + "is_toy" : false, + "name" : "outfit_wing_pinktowel", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3986025709, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeAP09Waves", + "id" : 3986025709, + "is_toy" : false, + "name" : "outfit_wing_postman", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4099037957, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeRainbow", + "id" : 4099037957, + "is_toy" : false, + "name" : "outfit_wing_rainbow", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2207305370, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeAP11Scarf", + "id" : 2207305370, + "is_toy" : false, + "name" : "outfit_wing_scarf", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3594931978, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeSeaTurtle", + "id" : 3594931978, + "is_toy" : false, + "name" : "outfit_wing_seaturtle", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3510136091, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeSnowflake", + "id" : 3510136091, + "is_toy" : false, + "name" : "outfit_wing_snowflake", + "param" : "", + "type" : "" + }, + { + "buff_id" : 339306895, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeSparrow", + "id" : 339306895, + "is_toy" : false, + "name" : "outfit_wing_sparrow", + "param" : "", + "type" : "" + }, + { + "buff_id" : 747642100, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeSprout", + "id" : 747642100, + "is_toy" : false, + "name" : "outfit_wing_sprout", + "param" : "", + "type" : "" + }, + { + "buff_id" : 540856305, + "cooldown" : 720.0, + "event" : "none", + "icon" : "UiOutfitCapeTGC", + "id" : 540856305, + "is_toy" : false, + "name" : "outfit_wing_tgc", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1083033825, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeTGCWireframe", + "id" : 1083033825, + "is_toy" : false, + "name" : "outfit_wing_tgcwireframe", + "param" : "", + "type" : "" + }, + { + "buff_id" : 549258087, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeTulip", + "id" : 549258087, + "is_toy" : false, + "name" : "outfit_wing_tulip", + "param" : "", + "type" : "" + }, + { + "buff_id" : 973203509, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeWaterWave", + "id" : 973203509, + "is_toy" : false, + "name" : "outfit_wing_waterwave", + "param" : "", + "type" : "" + }, + { + "buff_id" : 930203946, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeSpiderWeb", + "id" : 930203946, + "is_toy" : false, + "name" : "outfit_wing_webcape", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1762827508, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeWinterElder", + "id" : 1762827508, + "is_toy" : false, + "name" : "outfit_wing_winterelder", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3578353508, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeWinterPuffer", + "id" : 3578353508, + "is_toy" : false, + "name" : "outfit_wing_winterpuffer", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3050577227, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeWisteria", + "id" : 3050577227, + "is_toy" : false, + "name" : "outfit_wing_wisteria", + "param" : "", + "type" : "" + }, + { + "buff_id" : 769892976, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeWithered", + "id" : 769892976, + "is_toy" : false, + "name" : "outfit_wing_witheredcape", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1306675982, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeSanta", + "id" : 1306675982, + "is_toy" : false, + "name" : "outfit_wing_xmas", + "param" : "", + "type" : "" + }, + { + "buff_id" : 443894080, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiOutfitCapeSunlightTowelYellow", + "id" : 443894080, + "is_toy" : false, + "name" : "outfit_wing_yellowtowel", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2486921257, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiOutfitPropPinwheel", + "id" : 2357329115, + "is_toy" : false, + "name" : "pinwheel", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2352329821, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiOutfitPropPlaceableRace", + "id" : 2398323699, + "is_toy" : false, + "name" : "placeablerace_generic", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3639585109, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiMenuBuffRainbow", + "id" : 728556201, + "is_toy" : false, + "name" : "rainbow", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2729666482, + "cooldown" : 15.0, + "event" : "none", + "icon" : "UiMenuBuffRainbow", + "id" : 996665534, + "is_toy" : false, + "name" : "rainbow_handhold", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1677246236, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiEmoteSocialBearHug", + "id" : 1677246236, + "is_toy" : false, + "name" : "relationship_allow_bearhug", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1405645877, + "cooldown" : 20.0, + "event" : "none", + "icon" : "UiSocialCarryB", + "id" : 1405645877, + "is_toy" : false, + "name" : "relationship_allow_carry", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1356813029, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiSocialPrincessCarryA", + "id" : 1356813029, + "is_toy" : false, + "name" : "relationship_allow_cradle_carry", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3311934433, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiSocialCarryA", + "id" : 3311934433, + "is_toy" : false, + "name" : "relationship_allow_piggyback", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2137753158, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiSocialPlayfight", + "id" : 2137753158, + "is_toy" : false, + "name" : "relationship_allow_playfight", + "param" : "", + "type" : "" + }, + { + "buff_id" : 846897974, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiSocialSideHugA", + "id" : 846897974, + "is_toy" : false, + "name" : "relationship_allow_side_hug", + "param" : "", + "type" : "" + }, + { + "buff_id" : 998754260, + "cooldown" : 20.0, + "event" : "none", + "icon" : "UiSocialTeleport", + "id" : 998754260, + "is_toy" : false, + "name" : "relationship_allow_warp", + "param" : "", + "type" : "" + }, + { + "buff_id" : 953841005, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiMiscYouAndI", + "id" : 953841005, + "is_toy" : false, + "name" : "relationship_flair_soulmate", + "param" : "", + "type" : "" + }, + { + "buff_id" : 568438392, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiMiscYouAndI", + "id" : 568438392, + "is_toy" : false, + "name" : "relationship_flair_you_and_i", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3362316915, + "cooldown" : 1.0, + "event" : "none", + "icon" : "UIMenuBuffKrillRepellent", + "id" : 3362316915, + "is_toy" : false, + "name" : "repellant_krill", + "param" : "", + "type" : "" + }, + { + "buff_id" : 0, + "cooldown" : 1.0, + "event" : "ResizeConsumableEvent", + "icon" : "UiMenuBuffRerollHeight", + "id" : 3914959773, + "is_toy" : false, + "name" : "resize_potion", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3054927825, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiOutfitPropSeesaw", + "id" : 2316201757, + "is_toy" : false, + "name" : "seesaw", + "param" : "", + "type" : "" + }, + { + "buff_id" : 0, + "cooldown" : 0.50, + "event" : "SharedSpaceCandleEvent", + "icon" : "UiMenuBuffSharedSpace", + "id" : 3086546058, + "is_toy" : true, + "name" : "sharedspace_candle", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1725047129, + "cooldown" : 1.0, + "event" : "none", + "icon" : "UiEmoteCallCrab", + "id" : 1725047129, + "is_toy" : false, + "name" : "shout_crab", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3337525709, + "cooldown" : 1.0, + "event" : "none", + "icon" : "UiEmoteCallJellyfish", + "id" : 3337525709, + "is_toy" : false, + "name" : "shout_jelly", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2413103828, + "cooldown" : 1.0, + "event" : "none", + "icon" : "UiOutfitHairKizunaAiRed", + "id" : 2413103828, + "is_toy" : false, + "name" : "shout_kizunaaicn", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1814753890, + "cooldown" : 1.0, + "event" : "none", + "icon" : "UiEmoteCallManta", + "id" : 1814753890, + "is_toy" : false, + "name" : "shout_manta", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1692428656, + "cooldown" : 1.0, + "event" : "none", + "icon" : "UiMenuBuffChibi", + "id" : 3149562608, + "is_toy" : false, + "name" : "shrink", + "param" : "", + "type" : "" + }, + { + "buff_id" : 59854341, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiOutfitPropDOW22SkyBallWood", + "id" : 3975118362, + "is_toy" : false, + "name" : "skyballgoals_casualwood", + "param" : "", + "type" : "" + }, + { + "buff_id" : 0, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiMiscStarLarge", + "id" : 3535102432, + "is_toy" : false, + "name" : "star_protector", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2714770949, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiOutfitPropSwing", + "id" : 3024481609, + "is_toy" : false, + "name" : "swing", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1393610267, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiOutfitPropChair", + "id" : 1251777503, + "is_toy" : false, + "name" : "table", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3902118106, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiOutfitCapeAP16ButterflyYellow", + "id" : 3902118106, + "is_toy" : false, + "name" : "teleport_aurora_concert", + "param" : "", + "type" : "" + }, + { + "buff_id" : 428008620, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiOutfitHornBirthdayHat01", + "id" : 428008620, + "is_toy" : false, + "name" : "teleport_birthdaycrab", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2818144483, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiMenuSeasonGiftAP21", + "id" : 2818144483, + "is_toy" : false, + "name" : "teleport_deer_summon", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4264629450, + "cooldown" : 20.0, + "event" : "none", + "icon" : "UiOutfitPropAP11Rose", + "id" : 4264629450, + "is_toy" : false, + "name" : "teleport_figurine_littleprince", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2528526174, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiMenuSocialMask", + "id" : 2528526174, + "is_toy" : false, + "name" : "teleport_figurineskykid_se", + "param" : "", + "type" : "" + }, + { + "buff_id" : 224110574, + "cooldown" : 20.0, + "event" : "none", + "icon" : "ConstellationImageRain", + "id" : 224110574, + "is_toy" : false, + "name" : "teleport_forest_cave", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3038498957, + "cooldown" : 20.0, + "event" : "none", + "icon" : "ConstellationImageRain", + "id" : 3038498957, + "is_toy" : false, + "name" : "teleport_forest_elder", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4084643336, + "cooldown" : 20.0, + "event" : "none", + "icon" : "ConstellationImageDusk", + "id" : 4084643336, + "is_toy" : false, + "name" : "teleport_forgotten_ark", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1660914074, + "cooldown" : 20.0, + "event" : "none", + "icon" : "ConstellationImageSunset", + "id" : 1660914074, + "is_toy" : false, + "name" : "teleport_hermit_valley", + "param" : "", + "type" : "" + }, + { + "buff_id" : 103122035, + "cooldown" : 20.0, + "event" : "none", + "icon" : "ConstellationImageDawn", + "id" : 103122035, + "is_toy" : false, + "name" : "teleport_isle_elder", + "param" : "", + "type" : "" + }, + { + "buff_id" : 282325575, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiMenuBuffSeaTurtle", + "id" : 282325575, + "is_toy" : false, + "name" : "teleport_nature_turtle", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3765621390, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiEmoteCallDefault", + "id" : 3765621390, + "is_toy" : false, + "name" : "teleport_oreo", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2661337598, + "cooldown" : 20.0, + "event" : "none", + "icon" : "ConstellationImageDay", + "id" : 2661337598, + "is_toy" : false, + "name" : "teleport_prairie_elder", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3738081703, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiMenuConstellationDawn", + "id" : 3738081703, + "is_toy" : false, + "name" : "teleport_prophecy_cave", + "param" : "", + "type" : "" + }, + { + "buff_id" : 598305233, + "cooldown" : 20.0, + "event" : "none", + "icon" : "ConstellationImageDay", + "id" : 598305233, + "is_toy" : false, + "name" : "teleport_sanctuary_island", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1854525507, + "cooldown" : 20.0, + "event" : "none", + "icon" : "ConstellationImageNight", + "id" : 1854525507, + "is_toy" : false, + "name" : "teleport_starlight_desert", + "param" : "", + "type" : "" + }, + { + "buff_id" : 248080515, + "cooldown" : 20.0, + "event" : "none", + "icon" : "ConstellationImageSunset", + "id" : 248080515, + "is_toy" : false, + "name" : "teleport_valley_elder", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3604826562, + "cooldown" : 20.0, + "event" : "none", + "icon" : "ConstellationImageNight", + "id" : 3604826562, + "is_toy" : false, + "name" : "teleport_vault_elder", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3122275617, + "cooldown" : 20.0, + "event" : "none", + "icon" : "ConstellationImageDusk", + "id" : 3122275617, + "is_toy" : false, + "name" : "teleport_wasteland_elder", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4204032550, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiMenuConstellationRain", + "id" : 4204032550, + "is_toy" : false, + "name" : "teleport_wisteria_tree", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1153544860, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "ConstellationImageStorm", + "id" : 1153544860, + "is_toy" : false, + "name" : "teleport_you_and_i", + "param" : "", + "type" : "" + }, + { + "buff_id" : 539651423, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiMenuConstellationHome", + "id" : 539651423, + "is_toy" : false, + "name" : "timeline_daynight", + "param" : "CandleSpace", + "type" : "CandleSpace" + }, + { + "buff_id" : 4010083509, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiOutfitPropFireworks", + "id" : 4010083509, + "is_toy" : false, + "name" : "timeline_fortune_fireworks", + "param" : "CandleSpace", + "type" : "CandleSpace" + }, + { + "buff_id" : 898079755, + "cooldown" : 0.1500000059604645, + "event" : "none", + "icon" : "UiOutfitPropFireworks", + "id" : 898079755, + "is_toy" : false, + "name" : "timeline_newyear_fireworks", + "param" : "CandleSpace", + "type" : "CandleSpace" + }, + { + "buff_id" : 2142718166, + "cooldown" : 1.0, + "event" : "none", + "icon" : "UiMenuBuffTiny", + "id" : 1630922347, + "is_toy" : false, + "name" : "tiny", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1318288330, + "cooldown" : 120.0, + "event" : "none", + "icon" : "UiMenuBuffTrail", + "id" : 1318288330, + "is_toy" : false, + "name" : "trail_aquamarine", + "param" : "", + "type" : "" + }, + { + "buff_id" : 4118064487, + "cooldown" : 120.0, + "event" : "none", + "icon" : "UiMenuBuffTrail", + "id" : 4118064487, + "is_toy" : false, + "name" : "trail_black", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2343165944, + "cooldown" : 60.0, + "event" : "none", + "icon" : "UiMenuBuffTrail", + "id" : 2343165944, + "is_toy" : false, + "name" : "trail_blue", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1918290563, + "cooldown" : 120.0, + "event" : "none", + "icon" : "UiMenuBuffTrail", + "id" : 1918290563, + "is_toy" : false, + "name" : "trail_cyan", + "param" : "", + "type" : "" + }, + { + "buff_id" : 637646527, + "cooldown" : 60.0, + "event" : "none", + "icon" : "UiMenuBuffTrail", + "id" : 637646527, + "is_toy" : false, + "name" : "trail_green", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2767650635, + "cooldown" : 120.0, + "event" : "none", + "icon" : "UiMenuBuffTrail", + "id" : 2767650635, + "is_toy" : false, + "name" : "trail_magenta", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1237283438, + "cooldown" : 60.0, + "event" : "none", + "icon" : "UiMenuBuffTrail", + "id" : 1237283438, + "is_toy" : false, + "name" : "trail_orange", + "param" : "", + "type" : "" + }, + { + "buff_id" : 470393304, + "cooldown" : 120.0, + "event" : "none", + "icon" : "UiMenuBuffTrail", + "id" : 470393304, + "is_toy" : false, + "name" : "trail_pink", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1891264165, + "cooldown" : 120.0, + "event" : "none", + "icon" : "UiMenuBuffTrail", + "id" : 1891264165, + "is_toy" : false, + "name" : "trail_psblue", + "param" : "", + "type" : "" + }, + { + "buff_id" : 1869833937, + "cooldown" : 120.0, + "event" : "none", + "icon" : "UiMenuBuffTrail", + "id" : 1869833937, + "is_toy" : false, + "name" : "trail_pscircle", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2206395395, + "cooldown" : 120.0, + "event" : "none", + "icon" : "UiMenuBuffTrail", + "id" : 2206395395, + "is_toy" : false, + "name" : "trail_pscross", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2116708142, + "cooldown" : 120.0, + "event" : "none", + "icon" : "UiMenuBuffTrail", + "id" : 2116708142, + "is_toy" : false, + "name" : "trail_pssquare", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2452700221, + "cooldown" : 120.0, + "event" : "none", + "icon" : "UiMenuBuffTrail", + "id" : 2452700221, + "is_toy" : false, + "name" : "trail_pstriangle", + "param" : "", + "type" : "" + }, + { + "buff_id" : 3223890966, + "cooldown" : 60.0, + "event" : "none", + "icon" : "UiMenuBuffTrail", + "id" : 3223890966, + "is_toy" : false, + "name" : "trail_purple", + "param" : "", + "type" : "" + }, + { + "buff_id" : 147016038, + "cooldown" : 180.0, + "event" : "none", + "icon" : "UiMenuBuffTrail", + "id" : 147016038, + "is_toy" : false, + "name" : "trail_rainbow", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2990104483, + "cooldown" : 60.0, + "event" : "none", + "icon" : "UiMenuBuffTrail", + "id" : 2990104483, + "is_toy" : false, + "name" : "trail_red", + "param" : "", + "type" : "" + }, + { + "buff_id" : 325185154, + "cooldown" : 120.0, + "event" : "none", + "icon" : "UiMenuBuffTrail", + "id" : 325185154, + "is_toy" : false, + "name" : "trail_tgcblue", + "param" : "", + "type" : "" + }, + { + "buff_id" : 2940586132, + "cooldown" : 60.0, + "event" : "none", + "icon" : "UiMenuBuffTrail", + "id" : 2940586132, + "is_toy" : false, + "name" : "trail_yellow", + "param" : "", + "type" : "" + } + ] + } + diff --git a/account/consumable/account_consumable_get_consumables1.json b/account/consumable/account_consumable_get_consumables1.json new file mode 100644 index 0000000..00f8b25 --- /dev/null +++ b/account/consumable/account_consumable_get_consumables1.json @@ -0,0 +1,36 @@ +/* +POST /account/consumable/get_consumables1 HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: PsCJZAs +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:19 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 22 + + +*/ +//Response +{ + "get_consumables" : [] + } + diff --git a/account/device_capabilities/account_device_capabilities_lookup.json b/account/device_capabilities/account_device_capabilities_lookup.json new file mode 100644 index 0000000..4f8c735 --- /dev/null +++ b/account/device_capabilities/account_device_capabilities_lookup.json @@ -0,0 +1,37 @@ +/* +POST /account/device_capabilities/lookup HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: RT8Q8c5 +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 230 + + +*/ +//Request +{ + "device_desc" : "{\"brand\":\"Micro-Star International Co., Ltd.\",\"model\":\"MS-7D25\"}", + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:10 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 28 + + +*/ +//Response +{ + "device_capabilities" : null + } + diff --git a/account/lootboxes/account_lootboxes_get.json b/account/lootboxes/account_lootboxes_get.json new file mode 100644 index 0000000..dfad2ef --- /dev/null +++ b/account/lootboxes/account_lootboxes_get.json @@ -0,0 +1,37 @@ +/* +POST /account/lootboxes/get HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: bera9T6 +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:20 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 20 + + +*/ +//Response +{ + "get_lootboxes" : [] + } + diff --git a/account/lootboxes/account_lootboxes_redeem_box.json b/account/lootboxes/account_lootboxes_redeem_box.json new file mode 100644 index 0000000..a88413c --- /dev/null +++ b/account/lootboxes/account_lootboxes_redeem_box.json @@ -0,0 +1,49 @@ +/* +POST /account/lootboxes/redeem_box HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: e9RarTV +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 1649439303 +Content-Length: 170 + + +*/ +//Request +{ + "box_id" : "lootbox_common_19", + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:20:13 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 149 + + +*/ +//Response +{ + "currency" : { + "candles" : 4, + "wax" : 146 + }, + "get_consumables" : [ + { + "consumable_id" : 701255829, + "cooldown_until" : 0, + "quantity" : 1 + } + ], + "get_lootboxes" : [], + "result" : "ok" + } + diff --git a/account/serendipity/account_serendipity_get.json b/account/serendipity/account_serendipity_get.json new file mode 100644 index 0000000..ad0c859 --- /dev/null +++ b/account/serendipity/account_serendipity_get.json @@ -0,0 +1,38 @@ +/* +POST /account/serendipity/get HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: 2NaD2KU +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 155 + + +*/ +//Request +{ + "max_count" : 4, + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:22 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 26 + + +*/ +//Response +{ + "serendipity_matches" : [] + } + diff --git a/account/star/account_star_get.json b/account/star/account_star_get.json new file mode 100644 index 0000000..69b37a2 --- /dev/null +++ b/account/star/account_star_get.json @@ -0,0 +1,1109 @@ +/* +POST /account/star/get HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: GMDxaRz +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:22 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 19104 + + +*/ +//Response +{ + "get_star_tag_defs" : [ + { + "batches" : [ 1 ], + "can_link_with" : "", + "consumable_name" : "teleport_prairie_elder", + "group_name" : "", + "name" : "ancestor_daylight_prairie", + "part" : "", + "sku" : "SKY-PN-ST-ANC-DP" + }, + { + "batches" : [ 2 ], + "can_link_with" : "", + "consumable_name" : "teleport_forest_elder", + "group_name" : "", + "name" : "ancestor_hidden_forest", + "part" : "", + "sku" : "SKY-PN-ST-ANC-HF" + }, + { + "batches" : [ 1 ], + "can_link_with" : "", + "consumable_name" : "teleport_isle_elder", + "group_name" : "", + "name" : "ancestor_isle_dawn", + "part" : "", + "sku" : "SKY-PN-ST-ANC-ID" + }, + { + "batches" : [ 8 ], + "can_link_with" : "", + "consumable_name" : "birthdayhat_krill", + "group_name" : "", + "name" : "birthdayhat_krill", + "part" : "", + "sku" : "SKY-KC-ST-SUM-DD" + }, + { + "batches" : [ 1002 ], + "can_link_with" : "", + "consumable_name" : "bloom_sakura", + "group_name" : "", + "name" : "bloom_sakura_confetti", + "part" : "", + "sku" : "SKY-PN-ST-CAP-BP" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "cap_winged_light", + "part" : "", + "sku" : "SKY-AP-HAT-WL-BK" + }, + { + "batches" : [ 1 ], + "can_link_with" : "", + "consumable_name" : "outfit_wing_lightseeker", + "group_name" : "", + "name" : "cape_lightseeker", + "part" : "", + "sku" : "SKY-PN-ST-CAP-LS" + }, + { + "batches" : [ 2 ], + "can_link_with" : "", + "consumable_name" : "outfit_wing_petal", + "group_name" : "", + "name" : "cape_lightseeker_petal", + "part" : "", + "sku" : "SKY-PN-ST-CAP-LP" + }, + { + "batches" : [ 2 ], + "can_link_with" : "", + "consumable_name" : "outfit_wing_director", + "group_name" : "", + "name" : "cape_rhythm_director", + "part" : "", + "sku" : "SKY-PN-ST-CAP-RD" + }, + { + "batches" : [ 2 ], + "can_link_with" : "SKY-PN-ST-HOL-SISR", + "consumable_name" : "relationship_flair_soulmate", + "group_name" : "SKY-BB-HOL-TOG-20Q4", + "name" : "connect_soulmate_left", + "part" : "", + "sku" : "SKY-PN-ST-HOL-SISL" + }, + { + "batches" : [ 2 ], + "can_link_with" : "SKY-PN-ST-HOL-SISL", + "consumable_name" : "relationship_flair_soulmate", + "group_name" : "SKY-BB-HOL-TOG-20Q4", + "name" : "connect_soulmate_right", + "part" : "", + "sku" : "SKY-PN-ST-HOL-SISR" + }, + { + "batches" : [ 1 ], + "can_link_with" : "SKY-PN-ST-CNT-YIR", + "consumable_name" : "relationship_flair_you_and_i", + "group_name" : "SKY-PN-ST-CNT-YI", + "name" : "connect_you_and_i_left", + "part" : "", + "sku" : "SKY-PN-ST-CNT-YIL" + }, + { + "batches" : [ 1 ], + "can_link_with" : "SKY-PN-ST-CNT-YIL", + "consumable_name" : "relationship_flair_you_and_i", + "group_name" : "SKY-PN-ST-CNT-YI", + "name" : "connect_you_and_i_right", + "part" : "", + "sku" : "SKY-PN-ST-CNT-YIR" + }, + { + "batches" : [ 1 ], + "can_link_with" : "", + "consumable_name" : "outfit_mask_weasel", + "group_name" : "", + "name" : "costume_weasel_mask", + "part" : "", + "sku" : "SKY-PN-ST-COS-WM" + }, + { + "batches" : [ 1 ], + "can_link_with" : "", + "consumable_name" : "shout_crab", + "group_name" : "", + "name" : "creature_flipped_crab", + "part" : "", + "sku" : "SKY-PN-ST-CRE-FC" + }, + { + "batches" : [ 1 ], + "can_link_with" : "", + "consumable_name" : "relationship_allow_carry", + "group_name" : "SKY-BB-PP-HOL-1YR", + "name" : "creature_healer_crab", + "part" : "", + "sku" : "SKY-PN-ST-CRE-HC" + }, + { + "batches" : [ 1, 2 ], + "can_link_with" : "", + "consumable_name" : "shout_manta", + "group_name" : "", + "name" : "creature_manta", + "part" : "", + "sku" : "SKY-PN-ST-CRE-MA" + }, + { + "batches" : [ 12 ], + "can_link_with" : "", + "consumable_name" : "dark_dragon_firework", + "group_name" : "", + "name" : "dark_dragon_firework", + "part" : "", + "sku" : "SKY-PN-ST-SUM-DF" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "drop_wing", + "group_name" : "", + "name" : "drop_wing", + "part" : "", + "sku" : "SKY-PN-ST-CRE-DG" + }, + { + "batches" : [ 8 ], + "can_link_with" : "", + "consumable_name" : "figurineskykid_normaledition", + "group_name" : "", + "name" : "figurine_ste", + "part" : "", + "sku" : "SKY-FG-ST-PRO-FG-1" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "hat_dark_dragon", + "part" : "", + "sku" : "SKY-AP-HAT-DGB-BK" + }, + { + "batches" : [ 1 ], + "can_link_with" : "", + "consumable_name" : "outfit_wing_earthday", + "group_name" : "SKY-BB-PP-HOL-1YR", + "name" : "holiday_earthday_cape", + "part" : "", + "sku" : "SKY-PN-ST-HOL-ED" + }, + { + "batches" : [ 1 ], + "can_link_with" : "", + "consumable_name" : "relationship_allow_warp", + "group_name" : "SKY-BB-PP-HOL-1YR", + "name" : "holiday_earthday_friendship", + "part" : "", + "sku" : "SKY-PN-ST-HOL-EDF" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "hoodie_tgc_i_l", + "part" : "", + "sku" : "SKY-AP-HO-TGCI-BKLG" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "hoodie_tgc_i_m", + "part" : "", + "sku" : "SKY-AP-HO-TGCI-BKMD" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "hoodie_tgc_i_s", + "part" : "", + "sku" : "SKY-AP-HO-TGCI-BKSM" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "hoodie_tgc_i_xl", + "part" : "", + "sku" : "SKY-AP-HO-TGCI-BKXL" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "hoodie_tgc_i_xxl", + "part" : "", + "sku" : "SKY-AP-HO-TGCI-BKXXL" + }, + { + "batches" : [ 1 ], + "can_link_with" : "", + "consumable_name" : "outfit_prop_harp", + "group_name" : "", + "name" : "instrument_harmony_harp", + "part" : "", + "sku" : "SKY-PN-ST-MI-HH" + }, + { + "batches" : [ 2 ], + "can_link_with" : "", + "consumable_name" : "height_small_3x_handhold", + "group_name" : "", + "name" : "mask_chibi", + "part" : "", + "sku" : "SKY-PN-ST-MAS-CB" + }, + { + "batches" : [ 2 ], + "can_link_with" : "", + "consumable_name" : "outfit_mask_actor", + "group_name" : "", + "name" : "mask_rhythm_actor", + "part" : "", + "sku" : "SKY-PN-ST-MAS-RA" + }, + { + "batches" : [ 10 ], + "can_link_with" : "", + "consumable_name" : "outfit_figurine_TGC_specialEdition", + "group_name" : "", + "name" : "outfit_figurine_TGC_specialEdition", + "part" : "", + "sku" : "SKY-FG-ST-KD-TGC" + }, + { + "batches" : [ 12 ], + "can_link_with" : "", + "consumable_name" : "outfit_horn_STARpinSunglasses", + "group_name" : "", + "name" : "outfit_horn_STARpinSunglasses", + "part" : "", + "sku" : "SKY-PN-ST-COS-SS" + }, + { + "batches" : [ 9 ], + "can_link_with" : "", + "consumable_name" : "outfit_horn_bunnyAcc", + "group_name" : "", + "name" : "outfit_horn_bunnyAcc", + "part" : "", + "sku" : "SKY-KC-ST-RB-6" + }, + { + "batches" : [ 3 ], + "can_link_with" : "", + "consumable_name" : "outfit_mask_fox", + "group_name" : "", + "name" : "outfit_mask_fox", + "part" : "", + "sku" : "SKY-PN-ST-MAS-GF" + }, + { + "batches" : [ 11 ], + "can_link_with" : "", + "consumable_name" : "outfit_mask_tiger_starPin", + "group_name" : "", + "name" : "outfit_mask_tiger_starPin", + "part" : "", + "sku" : "SKY-PN-ST-MAS-FT" + }, + { + "batches" : [ 9 ], + "can_link_with" : "", + "consumable_name" : "outfit_neck_crabAcc_original", + "group_name" : "", + "name" : "outfit_neck_crabAcc_original", + "part" : "", + "sku" : "SKY-KC-ST-CB-6" + }, + { + "batches" : [ 9 ], + "can_link_with" : "", + "consumable_name" : "outfit_neck_crabAcc_specialEdition", + "group_name" : "", + "name" : "outfit_neck_crabAcc_specialEdition", + "part" : "", + "sku" : "SKY-KC-ST-SC1-6" + }, + { + "batches" : [ 9 ], + "can_link_with" : "", + "consumable_name" : "outfit_neck_feast_ghost", + "group_name" : "", + "name" : "outfit_neck_feast_ghost", + "part" : "", + "sku" : "SKY-AP-ST-SF-WF" + }, + { + "batches" : [ 11 ], + "can_link_with" : "", + "consumable_name" : "outfit_prop_STAR_lantern", + "group_name" : "", + "name" : "outfit_prop_STAR_lantern", + "part" : "", + "sku" : "SKY-PN-ST-PRO-LT" + }, + { + "batches" : [ 4 ], + "can_link_with" : "", + "consumable_name" : "outfit_prop_ap05piano", + "group_name" : "", + "name" : "outfit_prop_ap05piano", + "part" : "", + "sku" : "SKY-PN-ST-MI-RP" + }, + { + "batches" : [ 11 ], + "can_link_with" : "", + "consumable_name" : "outfit_prop_artbook", + "group_name" : "", + "name" : "outfit_prop_artbook", + "part" : "", + "sku" : "SKY-BK-ST-PRO-ART" + }, + { + "batches" : [ 1001 ], + "can_link_with" : "", + "consumable_name" : "outfit_prop_microphone_aurora", + "group_name" : "", + "name" : "outfit_prop_aurora_doll_mini", + "part" : "", + "sku" : "SKY-PL-ST-COB-AU2" + }, + { + "batches" : [ 10 ], + "can_link_with" : "", + "consumable_name" : "outfit_prop_bigmanta_plush", + "group_name" : "", + "name" : "outfit_prop_bigmanta_plush", + "part" : "", + "sku" : "SKY-PL-ST-MA-38" + }, + { + "batches" : [ 12 ], + "can_link_with" : "", + "consumable_name" : "outfit_prop_birthday_oreo_plush", + "group_name" : "", + "name" : "outfit_prop_birthday_oreo_plush", + "part" : "", + "sku" : "SKY-PL-ST-LO-BR" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "outfit_prop_horn", + "group_name" : "", + "name" : "outfit_prop_horn", + "part" : "", + "sku" : "SKY-PN-ST-MI-SH" + }, + { + "batches" : [ 11 ], + "can_link_with" : "", + "consumable_name" : "outfit_prop_gondola", + "group_name" : "", + "name" : "outfit_prop_loveboat", + "part" : "", + "sku" : "SKY-PN-ST-PRO-LB" + }, + { + "batches" : [ 8 ], + "can_link_with" : "", + "consumable_name" : "outfit_prop_loveseesaw", + "group_name" : "", + "name" : "outfit_prop_loveseesaw", + "part" : "", + "sku" : "SKY-PN-ST-PRO-LS" + }, + { + "batches" : [ 12 ], + "can_link_with" : "", + "consumable_name" : "outfit_prop_oreo_plush", + "group_name" : "", + "name" : "outfit_prop_oreo_plush", + "part" : "", + "sku" : "SKY-PL-ST-CRE-LO" + }, + { + "batches" : [ 3 ], + "can_link_with" : "", + "consumable_name" : "outfit_prop_teaset", + "group_name" : "", + "name" : "outfit_prop_teaset", + "part" : "", + "sku" : "SKY-PN-ST-PRO-BT" + }, + { + "batches" : [ 3 ], + "can_link_with" : "", + "consumable_name" : "outfit_prop_umbrella03", + "group_name" : "", + "name" : "outfit_prop_umbrella03", + "part" : "", + "sku" : "SKY-UM-ST-PRO-LU" + }, + { + "batches" : [ 4 ], + "can_link_with" : "", + "consumable_name" : "outfit_wing_ap04elder", + "group_name" : "", + "name" : "outfit_wing_ap04white", + "part" : "", + "sku" : "SKY-PN-ST-CAP-BW" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "outfit_wing_ap06layereda", + "group_name" : "", + "name" : "outfit_wing_ap06layereda", + "part" : "", + "sku" : "SKY-PN-ST-CAP-EA" + }, + { + "batches" : [ 1001 ], + "can_link_with" : "", + "consumable_name" : "outfit_wing_aurora", + "group_name" : "", + "name" : "outfit_wing_aurora_doll_mini", + "part" : "", + "sku" : "SKY-PL-ST-COB-AU1" + }, + { + "batches" : [ 3 ], + "can_link_with" : "", + "consumable_name" : "outfit_wing_blossom", + "group_name" : "", + "name" : "outfit_wing_blossom", + "part" : "", + "sku" : "SKY-PN-ST-CAP-BM" + }, + { + "batches" : [ 4 ], + "can_link_with" : "", + "consumable_name" : "outfit_wing_ocean", + "group_name" : "SKY-BB-PP-HOL-2YR", + "name" : "outfit_wing_ocean", + "part" : "", + "sku" : "SKY-PN-ST-CAP-ON-2021" + }, + { + "batches" : [ 3 ], + "can_link_with" : "", + "consumable_name" : "outfit_wing_postman", + "group_name" : "", + "name" : "outfit_wing_postman", + "part" : "", + "sku" : "SKY-PN-ST-CAP-DP" + }, + { + "batches" : [ 11 ], + "can_link_with" : "", + "consumable_name" : "outfit_wing_snowflake", + "group_name" : "", + "name" : "outfit_wing_snowflake", + "part" : "", + "sku" : "SKY-PN-ST-CAP-FS" + }, + { + "batches" : [ 4 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "plushy_crab", + "part" : "", + "sku" : "SKY-HM-PL-CB-15" + }, + { + "batches" : [ 4 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "plushy_crab_special1", + "part" : "", + "sku" : "SKY-HM-PL-SC1-15" + }, + { + "batches" : [ 4 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "plushy_crab_special2", + "part" : "", + "sku" : "SKY-HM-PL-SC2-15" + }, + { + "batches" : [ 2 ], + "can_link_with" : "", + "consumable_name" : "teleport_forest_cave", + "group_name" : "", + "name" : "portal_hidden_forest", + "part" : "", + "sku" : "SKY-PN-ST-POR-HF" + }, + { + "batches" : [ 8 ], + "can_link_with" : "", + "consumable_name" : "rainbow_handhold", + "group_name" : "", + "name" : "rainbow_handhold", + "part" : "", + "sku" : "SKY-PN-ST-SPL-RS" + }, + { + "batches" : [ 3 ], + "can_link_with" : "", + "consumable_name" : "relationship_allow_bearhug", + "group_name" : "", + "name" : "relationship_allow_bearhug", + "part" : "", + "sku" : "SKY-PN-ST-EXP-BH" + }, + { + "batches" : [ 12 ], + "can_link_with" : "", + "consumable_name" : "relationship_allow_cradle_carry", + "group_name" : "", + "name" : "relationship_allow_cradle_carry", + "part" : "", + "sku" : "SKY-PN-ST-SUM-CC" + }, + { + "batches" : [ 12 ], + "can_link_with" : "", + "consumable_name" : "relationship_allow_piggyback", + "group_name" : "", + "name" : "relationship_allow_piggyback", + "part" : "", + "sku" : "SKY-PN-ST-PL-HC" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "relationship_allow_playfight", + "group_name" : "", + "name" : "relationship_allow_playfight", + "part" : "", + "sku" : "SKY-PN-ST-EXP-EP" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "relationship_allow_playfight", + "group_name" : "", + "name" : "relationship_allow_playfight_left", + "part" : "", + "sku" : "SKY-PN-ST-EXP-EPL" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "relationship_allow_playfight", + "group_name" : "", + "name" : "relationship_allow_playfight_right", + "part" : "", + "sku" : "SKY-PN-ST-EXP-EPR" + }, + { + "batches" : [ 12 ], + "can_link_with" : "", + "consumable_name" : "relationship_allow_side_hug", + "group_name" : "", + "name" : "relationship_allow_side_hug", + "part" : "", + "sku" : "SKY-PN-ST-EXP-SH" + }, + { + "batches" : [ 3 ], + "can_link_with" : "", + "consumable_name" : "shout_kizunaaicn", + "group_name" : "", + "name" : "shout_kizunaaicn", + "part" : "", + "sku" : "SKY-KC-ST-COB-AI" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "socks_recharge", + "part" : "", + "sku" : "SKY-AP-SOC-WHGYBK" + }, + { + "batches" : [ 11 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "sp_hat_white", + "part" : "", + "sku" : "SKY-AP-HAT-LO-WH" + }, + { + "batches" : [ 12 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "sp_keychain_candle", + "part" : "", + "sku" : "SKY-KC-ST-CD-24Q3" + }, + { + "batches" : [ 12 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "sp_keychain_sleepyMerchant", + "part" : "", + "sku" : "SKY-KC-ST-MS-SL" + }, + { + "batches" : [ 10 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "sp_manta_keychain", + "part" : "", + "sku" : "SKY-AC-KC-MA-4YR" + }, + { + "batches" : [ 8 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "sp_necklace_manta", + "part" : "", + "sku" : "SKY-AC-JS-CRE-MIS" + }, + { + "batches" : [ 1001 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "sp_plushy_aurora", + "part" : "", + "sku" : "SKY-AC-JS-COB-AIS" + }, + { + "batches" : [ 12 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "sp_plushy_candle", + "part" : "", + "sku" : "SKY-PL-ST-CD-24Q3" + }, + { + "batches" : [ 12 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "sp_plushy_crab30", + "part" : "", + "sku" : "SKY-HM-PL-CB-30" + }, + { + "batches" : [ 12 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "sp_plushy_crab90", + "part" : "", + "sku" : "SKY-HM-PL-CB-90" + }, + { + "batches" : [ 8 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "sp_plushy_krill", + "part" : "", + "sku" : "SKY-HM-PL-DD-TBD" + }, + { + "batches" : [ 11 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "sp_plushy_manta10", + "part" : "", + "sku" : "SKY-HM-PL-MA-10" + }, + { + "batches" : [ 12 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "sp_plushy_sleepyMerchant", + "part" : "", + "sku" : "SKY-PL-ST-MS-SL" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "star_protector", + "part" : "", + "sku" : "SKY-NA-ST-PRO-2021" + }, + { + "batches" : [ 4 ], + "can_link_with" : "", + "consumable_name" : "teleport_birthdaycrab", + "group_name" : "SKY-BB-PP-HOL-2YR", + "name" : "teleport_birthdaycrab", + "part" : "", + "sku" : "SKY-KC-ST-SUM-BC" + }, + { + "batches" : [ 12 ], + "can_link_with" : "", + "consumable_name" : "teleport_deer_summon", + "group_name" : "", + "name" : "teleport_deer_summon", + "part" : "", + "sku" : "SKY-PL-ST-CRE-DE" + }, + { + "batches" : [ 10 ], + "can_link_with" : "", + "consumable_name" : "teleport_figurine_littleprince", + "group_name" : "", + "name" : "teleport_figurine_littleprince", + "part" : "", + "sku" : "SKY-FG-ST-COB-LPP1" + }, + { + "batches" : [ 8 ], + "can_link_with" : "", + "consumable_name" : "teleport_figurineskykid_se", + "group_name" : "", + "name" : "teleport_figurineskykid_se", + "part" : "", + "sku" : "SKY-FG-ST-PRO-FG-SF1" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "teleport_forgotten_ark", + "group_name" : "", + "name" : "teleport_forgotten_ark", + "part" : "", + "sku" : "SKY-PN-ST-POR-FA" + }, + { + "batches" : [ 3 ], + "can_link_with" : "", + "consumable_name" : "teleport_hermit_valley", + "group_name" : "", + "name" : "teleport_hermit_valley", + "part" : "", + "sku" : "SKY-PN-ST-POR-HV" + }, + { + "batches" : [ 8 ], + "can_link_with" : "", + "consumable_name" : "teleport_nature_turtle", + "group_name" : "", + "name" : "teleport_nature_turtle", + "part" : "", + "sku" : "SKY-PN-ST-CRE-NT" + }, + { + "batches" : [ 4 ], + "can_link_with" : "", + "consumable_name" : "teleport_oreo", + "group_name" : "", + "name" : "teleport_oreo", + "part" : "", + "sku" : "SKY-PN-ST-SUM-SP" + }, + { + "batches" : [ 11 ], + "can_link_with" : "", + "consumable_name" : "teleport_prophecy_cave", + "group_name" : "", + "name" : "teleport_prophecy_cave", + "part" : "", + "sku" : "SKY-PN-ST-POR-CP" + }, + { + "batches" : [ 11 ], + "can_link_with" : "", + "consumable_name" : "teleport_sanctuary_island", + "group_name" : "", + "name" : "teleport_sanctuary_island", + "part" : "", + "sku" : "SKY-PN-ST-POR-SI" + }, + { + "batches" : [ 10 ], + "can_link_with" : "", + "consumable_name" : "teleport_starlight_desert", + "group_name" : "", + "name" : "teleport_starlight_desert", + "part" : "", + "sku" : "SKY-PN-ST-POR-SD" + }, + { + "batches" : [ 3 ], + "can_link_with" : "", + "consumable_name" : "teleport_valley_elder", + "group_name" : "", + "name" : "teleport_valley_elder", + "part" : "", + "sku" : "SKY-PN-ST-ANC-VT" + }, + { + "batches" : [ 10 ], + "can_link_with" : "", + "consumable_name" : "teleport_vault_elder", + "group_name" : "", + "name" : "teleport_vault_elder", + "part" : "", + "sku" : "SKY-PN-ST-ANC-VK" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "teleport_wasteland_elder", + "group_name" : "", + "name" : "teleport_wasteland_elder", + "part" : "", + "sku" : "SKY-PN-ST-ANC-GW" + }, + { + "batches" : [ 11 ], + "can_link_with" : "", + "consumable_name" : "teleport_wisteria_tree", + "group_name" : "", + "name" : "teleport_wisteria_tree", + "part" : "", + "sku" : "SKY-PN-ST-SUM-WB" + }, + { + "batches" : [ 1, 2 ], + "can_link_with" : "", + "consumable_name" : "outfit_wing_tgc", + "group_name" : "", + "name" : "tgc_logo", + "part" : "", + "sku" : "SKY-PN-ST-TGC-LO" + }, + { + "batches" : [ 8 ], + "can_link_with" : "", + "consumable_name" : "timeline_daynight", + "group_name" : "", + "name" : "timeline_daynight2", + "part" : "", + "sku" : "SKY-PN-ST-SUM-HM2" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "timeline_fortune_fireworks", + "group_name" : "", + "name" : "timeline_fortune_fireworks", + "part" : "", + "sku" : "SKY-PN-ST-SUM-FF" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "timeline_newyear_fireworks", + "group_name" : "", + "name" : "timeline_newyear_fireworks", + "part" : "", + "sku" : "SKY-PN-ST-SUM-NF" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "tshirt_dark_dragon_b_l", + "part" : "", + "sku" : "SKY-AP-TS-DGP-BKLG" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "tshirt_dark_dragon_b_m", + "part" : "", + "sku" : "SKY-AP-TS-DGP-BKMD" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "tshirt_dark_dragon_b_s", + "part" : "", + "sku" : "SKY-AP-TS-DGP-BKSM" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "tshirt_dark_dragon_b_xl", + "part" : "", + "sku" : "SKY-AP-TS-DGP-BKXL" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "tshirt_dark_dragon_b_xxl", + "part" : "", + "sku" : "SKY-AP-TS-DGP-BKXXL" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "tshirt_dark_dragon_g_l", + "part" : "", + "sku" : "SKY-AP-TS-DGP-GYLG" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "tshirt_dark_dragon_g_m", + "part" : "", + "sku" : "SKY-AP-TS-DGP-GYMD" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "tshirt_dark_dragon_g_s", + "part" : "", + "sku" : "SKY-AP-TS-DGP-GYSM" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "tshirt_dark_dragon_g_xl", + "part" : "", + "sku" : "SKY-AP-TS-DGP-GYXL" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "tshirt_dark_dragon_g_xxl", + "part" : "", + "sku" : "SKY-AP-TS-DGP-GYXXL" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "tshirt_dark_dragon_w_l", + "part" : "", + "sku" : "SKY-AP-TS-DGP-WHLG" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "tshirt_dark_dragon_w_m", + "part" : "", + "sku" : "SKY-AP-TS-DGP-WHMD" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "tshirt_dark_dragon_w_s", + "part" : "", + "sku" : "SKY-AP-TS-DGP-WHSM" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "tshirt_dark_dragon_w_xl", + "part" : "", + "sku" : "SKY-AP-TS-DGP-WHXL" + }, + { + "batches" : [ 6 ], + "can_link_with" : "", + "consumable_name" : "star_protector", + "group_name" : "", + "name" : "tshirt_dark_dragon_w_xxl", + "part" : "", + "sku" : "SKY-AP-TS-DGP-WHXXL" + } + ], + "star_tag_links" : [] + } + diff --git a/account/support/account_support_has_reply.json b/account/support/account_support_has_reply.json new file mode 100644 index 0000000..b467f26 --- /dev/null +++ b/account/support/account_support_has_reply.json @@ -0,0 +1,38 @@ +/* +POST /account/support/has_reply HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: Bj +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" +} + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:09 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 33 + + +*/ +//Response +{ + "has_reply" : false, + "result" : "ok" + } + diff --git a/account/wing_buffs/account_wing_buffs_collect.json b/account/wing_buffs/account_wing_buffs_collect.json new file mode 100644 index 0000000..9ea95a8 --- /dev/null +++ b/account/wing_buffs/account_wing_buffs_collect.json @@ -0,0 +1,45 @@ +/* +POST /account/wing_buffs/collect HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: UuF +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 2477345666 +Content-Length: 181 + + +*/ +//Request +{ + "names" : [ "l_DuskGraveyard_2" ], //can be [ "l_DuskGraveyard_2",... ] + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:34:17 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 93 + + +*/ +//Response +{ + "result" : "ok", + "update_wing_buffs" : [ + { + "collected" : true, + "name" : "l_DuskGraveyard_2" + } + // can be ... + ] + } + diff --git a/account/wing_buffs/account_wing_buffs_convert.json b/account/wing_buffs/account_wing_buffs_convert.json new file mode 100644 index 0000000..4806b31 --- /dev/null +++ b/account/wing_buffs/account_wing_buffs_convert.json @@ -0,0 +1,249 @@ +/* +POST /account/wing_buffs/convert HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: Xjkpjnv +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 2251284635 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 22:56:36 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 3326 + + +*/ +//Response +{ + "currency" : { + "candles" : 11, + "prestige" : 7, + "prestige_vip" : 7, + "wax" : 91 + }, + "result" : "ok", + "wing_buffs" : [ + { + "collected" : false, + "deposit_id" : 17592186044416, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_Dawn_0" + }, + { + "collected" : false, + "deposit_id" : 8796093022208, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_Dawn_2" + }, + { + "collected" : false, + "deposit_id" : 2, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_DuskEnd_0" + }, + { + "collected" : false, + "deposit_id" : 70368744177664, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_DuskGraveyard_0" + }, + { + "collected" : false, + "name" : "l_DuskGraveyard_2" + }, + { + "collected" : false, + "deposit_id" : 4, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_DuskGraveyard_5" + }, + { + "collected" : false, + "deposit_id" : 1024, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_Dusk_1" + }, + { + "collected" : false, + "deposit_id" : 17179869184, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_Night2_1" + }, + { + "collected" : false, + "deposit_id" : 36028797018963968, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_Prairie_ButterflyFields_1" + }, + { + "collected" : false, + "deposit_id" : 8388608, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_Prairie_ButterflyFields_2" + }, + { + "collected" : false, + "deposit_id" : 65536, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_Prairie_Village_0" + }, + { + "collected" : false, + "name" : "l_Prairie_Village_1" + }, + { + "collected" : false, + "deposit_id" : 1, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_Prairie_Village_4" + }, + { + "collected" : false, + "deposit_id" : 8, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_RainEnd_0" + }, + { + "collected" : false, + "deposit_id" : 4398046511104, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_RainForest_2" + }, + { + "collected" : false, + "deposit_id" : 68719476736, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_RainMid_1" + }, + { + "collected" : false, + "deposit_id" : 524288, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_Rain_0" + }, + { + "collected" : false, + "deposit_id" : 137438953472, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_Rain_1" + }, + { + "collected" : false, + "deposit_id" : 9007199254740992, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_Storm_1" + }, + { + "collected" : false, + "deposit_id" : 4503599627370496, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_Storm_2" + }, + { + "collected" : false, + "deposit_id" : 4194304, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_Storm_3" + }, + { + "collected" : false, + "deposit_id" : 549755813888, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_Storm_4" + }, + { + "collected" : false, + "deposit_id" : 2147483648, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_Storm_5" + }, + { + "collected" : false, + "deposit_id" : 512, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_Storm_7" + }, + { + "collected" : false, + "deposit_id" : 2199023255552, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_Storm_8" + }, + { + "collected" : false, + "deposit_id" : 4294967296, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_SunsetEnd_0" + }, + { + "collected" : false, + "deposit_id" : 35184372088832, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_SunsetRace_0" + }, + { + "collected" : false, + "deposit_id" : 33554432, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_Sunset_0" + }, + { + "collected" : false, + "deposit_id" : 16, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_Sunset_1" + }, + { + "collected" : false, + "deposit_id" : 32, + "deposited" : false, + "last_conversion" : 1720824996, + "name" : "l_Sunset_2" + } + ] + } + diff --git a/account/wing_buffs/account_wing_buffs_deposit.json b/account/wing_buffs/account_wing_buffs_deposit.json new file mode 100644 index 0000000..36445fd --- /dev/null +++ b/account/wing_buffs/account_wing_buffs_deposit.json @@ -0,0 +1,49 @@ +/* +POST /account/wing_buffs/deposit HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: xxXfBaE +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3479786579 +Content-Length: 196 + + +*/ +//Request +{ + "name_deposit_id_pairs" : [ + [ "l_SunsetEnd_0", 4294967296 ] // can be ... + ], + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 22:41:53 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 121 + + +*/ +//Response +{ + "result" : "ok", + "update_wing_buffs" : [ + { + "collected" : false, + "deposit_id" : 4294967296, + "deposited" : true, + "name" : "l_SunsetEnd_0" + } + //can be ... + ] + } + diff --git a/account/wing_buffs/account_wing_buffs_drop.json b/account/wing_buffs/account_wing_buffs_drop.json new file mode 100644 index 0000000..83bd78c --- /dev/null +++ b/account/wing_buffs/account_wing_buffs_drop.json @@ -0,0 +1,44 @@ +/* +POST /account/wing_buffs/drop HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: Qdxnzds +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 1705189686 +Content-Length: 171 + + +*/ +//Request +{ + "names" : [ "l_DuskGraveyard_2" ], // can be ... + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 22:36:17 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 84 + + +*/ +//Response +{ + "result" : "ok", + "update_wing_buffs" : [ + { + "collected" : false, + "name" : "l_DuskGraveyard_2" + } + // can be ... + ] + } + diff --git a/account/wing_buffs/account_wing_buffs_get.json b/account/wing_buffs/account_wing_buffs_get.json new file mode 100644 index 0000000..8f0ee05 --- /dev/null +++ b/account/wing_buffs/account_wing_buffs_get.json @@ -0,0 +1,53 @@ +/* +POST /account/wing_buffs/get HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: d +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:18 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 210 + + +*/ +//Response +{ + "result" : "ok", + "wing_buffs" : [ + { + "collected" : true, + "deposit_id" : 0, + "deposited" : false, + "last_conversion" : 0, + "name" : "l_Dawn_0" + }, + { + "collected" : true, + "deposit_id" : 0, + "deposited" : false, + "last_conversion" : 0, + "name" : "l_Dawn_2" + } + ] + } + diff --git a/service/auth/api/v1/service_auth_api_v1_token.json b/service/auth/api/v1/service_auth_api_v1_token.json new file mode 100644 index 0000000..23e497a --- /dev/null +++ b/service/auth/api/v1/service_auth_api_v1_token.json @@ -0,0 +1,40 @@ +/* +POST /service/auth/api/v1/token HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: T97IFGH +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:10 GMT +Content-Type: application/json; charset=utf-8 +Connection: keep-alive +Content-Length: 306 + + +*/ +//Response +{ + "host" : "sky.resources.cdn.thatgamecompany.com", + "prefix" : "test/", + "status" : "OK", + "token" : "eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImlhdCI6MTUxNjIzOTAyMn0.6vklvi1nvJ9oWdQE85K4S4G7sZQILArFK8Qfv9sclssQBSLqMKOxlJIFFJ6zz0sR5Vf1LeuS6liXWT06mZm1sg" + } + diff --git a/service/infraction/api/v1/service_infraction_api_v1_get_infractions_status_decorated.json b/service/infraction/api/v1/service_infraction_api_v1_get_infractions_status_decorated.json new file mode 100644 index 0000000..20d378c --- /dev/null +++ b/service/infraction/api/v1/service_infraction_api_v1_get_infractions_status_decorated.json @@ -0,0 +1,38 @@ +/* +POST /service/infraction/api/v1/get_infractions_status_decorated HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: qqsr0KO +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" +} + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:25 GMT +Content-Type: application/json; charset=utf-8 +Connection: keep-alive +Content-Length: 37 + + +*/ +//Response +{ + "access_status" : null, + "status" : "OK" +} + diff --git a/service/infraction/api/v1/service_infraction_api_v1_get_infractions_status_many.json b/service/infraction/api/v1/service_infraction_api_v1_get_infractions_status_many.json new file mode 100644 index 0000000..e76c11c --- /dev/null +++ b/service/infraction/api/v1/service_infraction_api_v1_get_infractions_status_many.json @@ -0,0 +1,53 @@ +/* +POST /service/infraction/api/v1/get_infractions_status_many HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: 7BHPNnC +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 1509719447 +Content-Length: 193 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_ids" : [ + "76c06958-484d-4a31-9553-fd0a8dd106ba", + "aa3a862c-9e3a-45a3-bb9b-c2ee8bd0e02f", + "b92c3e3a-9cfc-4af8-8e46-0fd303de7297", + "559cad1f-2a35-4f5a-a53d-b5e9ce5fb0e9", + "3c715bbe-12ca-44d6-b08c-575fc086212d" + ] + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:45 GMT +Content-Type: application/json; charset=utf-8 +Connection: keep-alive +Content-Length: 111 + + +*/ +//Response +{ + "player_access_status" : [ + { + "access_status" : [], + "user_id" : "3c715bbe-12ca-44d6-b08c-575fc086212d" + }, + { + "access_status" : [], + "user_id" : "aa3a862c-9e3a-45a3-bb9b-c2ee8bd0e02f" + } + ], + "status" : "OK" + } + diff --git a/service/message/api/v1/service_message_api_v1_get.json b/service/message/api/v1/service_message_api_v1_get.json new file mode 100644 index 0000000..e07b1fd --- /dev/null +++ b/service/message/api/v1/service_message_api_v1_get.json @@ -0,0 +1,72 @@ +/* +POST /service/message/api/v1/get HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: 2DNcDMl +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 2477345666 +Content-Length: 188 + + +*/ +//Request +{ + "messages" : [ + { + "id" : "66919d2a610d74e457876227" + } + ], + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:30:37 GMT +Content-Type: application/json; charset=utf-8 +Connection: keep-alive +Content-Length: 4712 + + +*/ +//Response +{ + "status" : "OK", + "update_messages" : [ + { + "payload" : { + "attachments" : [ + { + "name" : "SkyFest: An Anniversary Celebration Like No Other!0", + "title" : "SkyFest: An Anniversary Celebration Like No Other!", + "type" : "link", + "url" : "https://www.thatskygame.com/news/skyfest-2024-an-anniversary-celebration-like-no-other" + } + ], + "body" : "Every year we throw a party to celebrate Sky’s birthday, but this year will bring something special—it’s not every day that Sky turns 5!\n\nWe’re calling Sky’s 5th Anniversary SkyFest, and for two full weeks through July 26th it combines in-person and real-life events for everyone to enjoy.\n\nIt all begins at a special time: 5:00 pm on July 12th PDT (all times UTC -7). Once the event begins, meditate at a circle in Aviary Village near the Friendship Constellation statue. That will transport you to a special version of Aviary Village which will be the center of the SkyFest party, with parades and decorations and a whole lot more. \n\nWhere gates to the usual areas of Sky would stand, three familiar portals will take you to special locations instead:\n・History of Sky Gallery (Isle of Dawn)\n・Art of Sky Gallery (Hidden Forest)\n・Developer Talk Stage (Eye of Eden)\n\nWhy start at 5:00 pm PDT? Because that’s the same time that the in-person SkyFest celebration begins in Tokyo, Japan! For two days, the in-person event will have talks and presentations about all things Sky. \n\nWe knew, though, that not everyone would be able to attend the in-person event—so that’s why we’re bringing some of that in-person gathering into the game! \n\nFrom July 12th through July 14th, you can watch special in-game livestreams of talks and more at SkyFest! \n\nJuly 12\n・7:00 pm - Guided Tour of Sky’s History with the devs (History Gallery)\nJoin us on a live tour through the History Gallery as we share stories and more about how Sky became what it is today!\n\n・8:00 pm - SkyFest 2024 Keynote with Jenova Chen (Developer Talk Stage)\nLet’s just say, you don’t want to miss this one…\n\n・11:00 pm - How We Got 10,000 Players into a Level (Developer Talk Stage)\nHere’s a peek at how our engineering team created the tech that helped us break a GUINNESS WORLD RECORDS™ title!\n\nJuly 13\n・6:00 pm - Design at Record-Breaking Scale in Sky: Children of the Light (Developer Talk Stage)\nIt’s okay, you can cry! Learn how the team designed the AURORA Concert to make it a memorable and moving experience.\n\n・7:00 pm - Guided Tour of Sky’s Art with the devs (Art Gallery)\nTake a tour through the Art Gallery as we talk about some of the art that played a key role in Sky’s development.\n\nJuly 14\n・00:00 am - Designing to Reduce Toxicity in Online Games (Developer Talk Stage)\nHow do you make a game that welcomes everybody, with a world that allows compassion and generosity to blossom?\n\n\nAnd there’s plenty more to see! \nEvery hour in these areas are other videos, screenings, and more. There’s even a Sky musician performance! (That’s July 14th at 1:00 am PDT by the way—hope you can be there. ❤︎) \n\nIf you miss the livestreams or videos during the opening weekend of SkyFest, don’t worry—the Developer Talk Stage is the place to catch them again when they replay during the rest of the event!\n\nIn between the visits to the galleries and stage, Aviary Village is absolutely party central. Catch an even bigger Aviary fireworks show, parades celebrating five years of Sky, and more—you never know what you might find if you search around the village!\n\nDon’t forget about event currency while you’re partying! Four star-shaped tokens can be found around the village each day. Use them to unlock some of this year’s new anniversary items!\n\nNew and returning anniversary cosmetics, props, and more can be purchased or unlocked with in-game currency from friendly Spirits in the Secret Area available in the Vault of Knowledge (which, by the way, is open to everyone for the event), or through the in-game shop.\n\nPhew, that was a lot for one message! And yes, that’s the condensed version. What can we say? We like throwing big parties!\n\nThe full in-game SkyFest celebration continues until 11:59 pm on July 26th. We can’t wait for you to join us!\n\n\n~thatgamecompany", + "headers" : { + "expires_at" : 1722063540, + "from" : "44e9f7e2-c9fb-4328-87d4-3544221856ce", + "has_attachments" : true, + "id" : "66919d2a610d74e457876227", + "received_at" : 1720818986, + "sent_at" : 1720818986, + "to" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "type" : "event" + }, + "properties" : { + "hasCurrencies" : false, + "hasLinks" : true, + "hasUnlocks" : false + }, + "subject" : "SkyFest: A Huge 5th Birthday Party for Everyone!" + } + } + ] + } + diff --git a/service/message/api/v1/service_message_api_v1_mark_received.json b/service/message/api/v1/service_message_api_v1_mark_received.json new file mode 100644 index 0000000..c891f5f --- /dev/null +++ b/service/message/api/v1/service_message_api_v1_mark_received.json @@ -0,0 +1,84 @@ +/* +POST /service/message/api/v1/mark_received HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: RjXwCmf +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 290 + + +*/ +//Request +{ + "messages" : [ + { + "id" : "66919d2a610d74e457876227" + }, + { + "id" : "66919d2a610d74e457876226" + }, + { + "id" : "66919d2a610d74e457876225" + }, + { + "id" : "66919d2a610d74e457876224" + } + ], + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:26 GMT +Content-Type: application/json; charset=utf-8 +Connection: keep-alive +Content-Length: 361 + + +*/ +//Response +{ + "messages" : [ + { + "payload" : { + "headers" : { + "id" : "66919d2a610d74e457876227", + "received_at" : 1720818986 + } + } + }, + { + "payload" : { + "headers" : { + "id" : "66919d2a610d74e457876226", + "received_at" : 1720818986 + } + } + }, + { + "payload" : { + "headers" : { + "id" : "66919d2a610d74e457876225", + "received_at" : 1720818986 + } + } + }, + { + "payload" : { + "headers" : { + "id" : "66919d2a610d74e457876224", + "received_at" : 1720818986 + } + } + } + ], + "status" : "OK" + } + diff --git a/service/message/api/v1/service_message_api_v1_mark_seen.json b/service/message/api/v1/service_message_api_v1_mark_seen.json new file mode 100644 index 0000000..771b325 --- /dev/null +++ b/service/message/api/v1/service_message_api_v1_mark_seen.json @@ -0,0 +1,52 @@ +/* +POST /service/message/api/v1/mark_seen HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: DlvveJi +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 2477345666 +Content-Length: 188 + + +*/ +//Request +{ + "messages" : [ + { + "id" : "66919d2a610d74e457876227" + } + ], + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:30:37 GMT +Content-Type: application/json; charset=utf-8 +Connection: keep-alive +Content-Length: 108 + + +*/ +//Response +{ + "messages" : [ + { + "payload" : { + "headers" : { + "id" : "66919d2a610d74e457876227", + "seen_at" : 1720819837 + } + } + } + ], + "status" : "OK" + } + diff --git a/service/message/api/v2/service_message_api_v2_get_all.json b/service/message/api/v2/service_message_api_v2_get_all.json new file mode 100644 index 0000000..8575fea --- /dev/null +++ b/service/message/api/v2/service_message_api_v2_get_all.json @@ -0,0 +1,114 @@ +/* +POST /service/message/api/v2/get_all HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: j2Nzbqj +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 156 + + +*/ +//Request +{ + "max_count" : 32, + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:26 GMT +Content-Type: application/json; charset=utf-8 +Connection: keep-alive +Content-Length: 1431 + + +*/ +//Response +{ + "messages" : [ + { + "payload" : { + "headers" : { + "expires_at" : 1722063540, + "from" : "44e9f7e2-c9fb-4328-87d4-3544221856ce", + "has_attachments" : true, + "id" : "66919d2a610d74e457876227", + "sent_at" : 1720818986, + "to" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "type" : "event" + }, + "properties" : { + "hasCurrencies" : false, + "hasLinks" : true, + "hasUnlocks" : false + }, + "subject" : "SkyFest: A Huge 5th Birthday Party for Everyone!" + } + }, + { + "payload" : { + "headers" : { + "expires_at" : 1724309940, + "from" : "44e9f7e2-c9fb-4328-87d4-3544221856ce", + "has_attachments" : true, + "id" : "66919d2a610d74e457876226", + "sent_at" : 1720818986, + "to" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "type" : "update" + }, + "properties" : { + "hasCurrencies" : false, + "hasLinks" : true, + "hasUnlocks" : false + }, + "subject" : "New Update: 0.26.0!" + } + }, + { + "payload" : { + "headers" : { + "expires_at" : 1723273140, + "from" : "44e9f7e2-c9fb-4328-87d4-3544221856ce", + "has_attachments" : true, + "id" : "66919d2a610d74e457876225", + "sent_at" : 1720818986, + "to" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "type" : "misc" + }, + "properties" : { + "hasCurrencies" : false, + "hasLinks" : true, + "hasUnlocks" : false + }, + "subject" : "Linking Accounts to Save Your Game Progress" + } + }, + { + "payload" : { + "headers" : { + "expires_at" : 1723445940, + "from" : "44e9f7e2-c9fb-4328-87d4-3544221856ce", + "has_attachments" : true, + "id" : "66919d2a610d74e457876224", + "sent_at" : 1720818986, + "to" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "type" : "misc" + }, + "properties" : { + "hasCurrencies" : false, + "hasLinks" : true, + "hasUnlocks" : false + }, + "subject" : "The Sky Web Store Has Opened!" + } + } + ], + "status" : "OK" + } diff --git a/service/relationship/api/v1/free_gifts/service_relationship_api_v1_free_gifts_claim.json b/service/relationship/api/v1/free_gifts/service_relationship_api_v1_free_gifts_claim.json new file mode 100644 index 0000000..9a462f8 --- /dev/null +++ b/service/relationship/api/v1/free_gifts/service_relationship_api_v1_free_gifts_claim.json @@ -0,0 +1,44 @@ +/* +POST /service/relationship/api/v1/free_gifts/claim HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (HP ENVY x360 Convertible 13-ay1xxx; win 10.0.22631; en) +X-Session-ID: 1be93222-7934-ec11-810d-c85acf455968 +Content-Type: application/json +trace-id: HKQ2sbw +user-id: 7bcff223-37a6-4856-a7ba-d23845079b3c +session: 2b393ebf9b28bb875b8a9146ba554a66 +x-sky-level-id: 1509719447 +Content-Length: 212 + +*/ +//Request +{ + "from_id" : "d4a641b9-cdc1-49b6-9cd5-f63abc35740c", + "gift_id" : 13198905963, + "session" : "2b393ebf9b28bb875b8a9146ba554a66", + "user" : "7bcff223-37a6-4856-a7ba-d23845079b3c", + "user_id" : "7bcff223-37a6-4856-a7ba-d23845079b3c" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Sun, 14 Jul 2024 13:12:36 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 213 + +*/ +//Response +{ + "delete_claimed_free_gift" : 13198905963, + "get_buffs" : [], + "get_buffs_sign" : "56326f04d295593b791366257a2b07ef8dec36e3ea66d48613488e155932297f", + "result" : "ok", + "set_app_badge_number" : 4, + "update_currency" : { + "heart_wax" : 95 + } + } + diff --git a/service/relationship/api/v1/free_gifts/service_relationship_api_v1_free_gifts_get_pending.json b/service/relationship/api/v1/free_gifts/service_relationship_api_v1_free_gifts_get_pending.json new file mode 100644 index 0000000..c6063d9 --- /dev/null +++ b/service/relationship/api/v1/free_gifts/service_relationship_api_v1_free_gifts_get_pending.json @@ -0,0 +1,36 @@ +/* +POST /service/relationship/api/v1/free_gifts/get_pending HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: Xi +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:23 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 52 + + +*/ +//Response +{ + "set_recvd_free_gifts" : [], + "set_sent_free_gifts" : [] + } diff --git a/service/relationship/api/v1/free_gifts/service_relationship_api_v1_free_gifts_send.json b/service/relationship/api/v1/free_gifts/service_relationship_api_v1_free_gifts_send.json new file mode 100644 index 0000000..b1db3ae --- /dev/null +++ b/service/relationship/api/v1/free_gifts/service_relationship_api_v1_free_gifts_send.json @@ -0,0 +1,44 @@ +/* +POST /service/relationship/api/v1/free_gifts/send HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (HP ENVY x360 Convertible 13-ay1xxx; win 10.0.22631; en) +X-Session-ID: 1be93222-7934-ec11-810d-c85acf455968 +Content-Type: application/json +trace-id: lYZKbyz +user-id: 7bcff223-37a6-4856-a7ba-d23845079b3c +session: 2b393ebf9b28bb875b8a9146ba554a66 +x-sky-level-id: 1509719447 +Content-Length: 218 + +*/ +//Request +{ + "gift_type" : "gift_heart_wax", + "session" : "2b393ebf9b28bb875b8a9146ba554a66", + "target" : "d4a641b9-cdc1-49b6-9cd5-f63abc35740c", + "user" : "7bcff223-37a6-4856-a7ba-d23845079b3c", + "user_id" : "7bcff223-37a6-4856-a7ba-d23845079b3c" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Sun, 14 Jul 2024 13:12:40 GMT +Content-Type: application/json +Connection: keep-alive +Content-Length: 179 + +*/ +//Response +{ + "result" : "ok", + "sent_free_gift" : { + "currency_count" : 0, + "currency_type" : "", + "gift_id" : 13206332062, + "recvd" : false, + "to_id" : "d4a641b9-cdc1-49b6-9cd5-f63abc35740c", + "type" : "gift_heart_wax" + } + } + diff --git a/service/relationship/api/v1/service_relationship_api_v1_get_follow.json b/service/relationship/api/v1/service_relationship_api_v1_get_follow.json new file mode 100644 index 0000000..4709b84 --- /dev/null +++ b/service/relationship/api/v1/service_relationship_api_v1_get_follow.json @@ -0,0 +1,36 @@ +/* +POST /service/relationship/api/v1/get_follow HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: f +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 1509719447 +Content-Length: 190 + + +*/ +//Request +{ + "creator" : "372eb5a1-83a4-4f8b-8b3a-e6f0d852c9a5", + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:18:57 GMT +Content-Type: application/json; charset=utf-8 +Connection: keep-alive +Content-Length: 16 + + +*/ +//Response +{ + "result" : null + } diff --git a/service/relationship/api/v1/service_relationship_api_v1_get_follower_count.json b/service/relationship/api/v1/service_relationship_api_v1_get_follower_count.json new file mode 100644 index 0000000..9bdd4ee --- /dev/null +++ b/service/relationship/api/v1/service_relationship_api_v1_get_follower_count.json @@ -0,0 +1,37 @@ +/* +POST /service/relationship/api/v1/get_follower_count HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: pv1e2Im +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "530281c9-f3bd-4c75-9f5f-6fc8c33336e0" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:28 GMT +Content-Type: application/json; charset=utf-8 +Connection: keep-alive +Content-Length: 12 + + +*/ +//Response +{ + "count" : 1101 + } + diff --git a/service/social-feed/api/v1/service_social-feed_api_v1_get_by_ids.json b/service/social-feed/api/v1/service_social-feed_api_v1_get_by_ids.json new file mode 100644 index 0000000..9c8b560 --- /dev/null +++ b/service/social-feed/api/v1/service_social-feed_api_v1_get_by_ids.json @@ -0,0 +1,72 @@ +/* +POST /service/social-feed/api/v1/get_by_ids HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: LFaV9jw +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 1509719447 +Content-Length: 311 + + +*/ +//Request +{ + "author_id" : "5b913eb2-1f05-4777-8665-59f8bbb94361", + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "sharer_id" : "0f7b8a78-1835-4336-aae4-13779dcdb747", + "social_feed_ids" : [ "1fe50726-1a07-460f-bf0b-a9204ef5b057:b7a71262" ], + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:18:57 GMT +Content-Type: application/json; charset=utf-8 +Connection: keep-alive +Content-Length: 741 + + +*/ +//Response +{ + "feeds" : [ + { + "comments_enabled" : true, + "create_at" : 1720423209245, + "expire_at" : 1720768809000, + "extra_data" : { + "chunk_count" : 0, + "ori" : "(0,0.374,0,0.928)", + "pos" : "(67.228,0.791,450.124)", + "prompt_used" : "", + "resource_id" : "", + "scale" : "(1,1,1)", + "sub_type" : 0 + }, + "message" : "쉬다가세요 ", + "pool_name" : "Dawn", + "pool_type" : "SharedSpaceCandle", + "reactions" : { + "is_poisoned" : false, + "total_comment_count" : 2, + "total_hide_count" : 0, + "total_like_count" : 12, + "total_like_reward_message_id" : 0, + "total_report_count" : 0, + "total_reported_comment_count" : 0, + "total_super_like_count" : 0 + }, + "social_feed_id" : "1fe50726-1a07-460f-bf0b-a9204ef5b057:77c5915b", + "state" : "normal", + "tags" : null, + "user_id" : "5b913eb2-1f05-4777-8665-59f8bbb94361" + } + ], + "result" : "ok" + } + diff --git a/service/social-feed/api/v1/service_social-feed_api_v1_get_reactions.json b/service/social-feed/api/v1/service_social-feed_api_v1_get_reactions.json new file mode 100644 index 0000000..3909073 --- /dev/null +++ b/service/social-feed/api/v1/service_social-feed_api_v1_get_reactions.json @@ -0,0 +1,48 @@ +/* +POST /service/social-feed/api/v1/get_reactions HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: iM25VMj +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 1509719447 +Content-Length: 248 + + +*/ +//Request +{ + "author_id" : "c4525e64-564c-4813-b224-c9f472cd7c32", + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "social_feed_id" : "24f80d32-c825-4af1-a131-2e9ffbd93c98", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:34 GMT +Content-Type: application/json; charset=utf-8 +Connection: keep-alive +Content-Length: 241 + + +*/ +//Response +{ + "reactions" : { + "is_poisoned" : false, + "total_comment_count" : 3, + "total_hide_count" : 0, + "total_like_count" : 29, + "total_like_reward_message_id" : 0, + "total_report_count" : 0, + "total_reported_comment_count" : 0, + "total_super_like_count" : 0 + }, + "user_reactions" : null + } + diff --git a/service/social-feed/api/v1/service_social-feed_api_v1_get_user_feeds.json b/service/social-feed/api/v1/service_social-feed_api_v1_get_user_feeds.json new file mode 100644 index 0000000..1e3de91 --- /dev/null +++ b/service/social-feed/api/v1/service_social-feed_api_v1_get_user_feeds.json @@ -0,0 +1,41 @@ +/* +POST /service/social-feed/api/v1/get_user_feeds HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: FyVy1WB +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 1509719447 +Content-Length: 238 + + +*/ +//Request +{ + "batch_size" : 1, + "pool_name" : "CandleSpaceEnd", //levelname + "pool_type" : "RecordingCandle", //type MessageBoat/SharedSpaceCandle etc + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "skip" : 0, + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:32 GMT +Content-Type: application/json; charset=utf-8 +Connection: keep-alive +Content-Length: 13 + + +*/ +//Response +{ + "feeds" : [] + } + diff --git a/service/social-feed/api/v2/service_social-feed_api_v2_get_curated_feeds.json b/service/social-feed/api/v2/service_social-feed_api_v2_get_curated_feeds.json new file mode 100644 index 0000000..8affe3c --- /dev/null +++ b/service/social-feed/api/v2/service_social-feed_api_v2_get_curated_feeds.json @@ -0,0 +1,483 @@ +/* +POST /service/social-feed/api/v2/get_curated_feeds HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: fxY +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 1509719447 +Content-Length: 517 + + +*/ +//Request +{ + "amounts_returned" : { + "inner_ring" : { + "exact_amount" : true, + "followed" : 12, + "friends" : 12, + "local" : 0, + "public" : 12 + }, + "outer_ring" : { + "exact_amount" : false, + "followed" : 0, + "friends" : 0, + "local" : 0, + "public" : 0 + } + }, + "get_full_documents" : true, + "page" : 0, + "random_seed" : 19916000, + "search_area" : { + "coordinates" : "(117,195,-443)", + "inner_radius" : 14, + "level_id" : "Prairie_ButterflyFields", + "outer_radius" : 0, + "pool_name" : "Prairie_ButterflyFields", + "pool_type" : "SharedSpaceCandle", + "vertical_radius" : 24 + }, + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:33 GMT +Content-Type: application/json; charset=utf-8 +Connection: keep-alive +Content-Length: 9976 + + +*/ +//Response +{ + "inner_ring" : { + "followed" : null, + "friends" : null, + "local" : null, + "public" : [ + { + "comments_enabled" : true, + "create_at" : "2024-07-08T09:03:16.976Z", + "expire_at" : "2024-07-12T09:03:16Z", + "extra_data" : { + "chunk_count" : 0, + "ori" : "(0,0.998,0,0.063)", + "pos" : "(107.533,195.599,-434.401)", + "prompt_used" : "", + "resource_id" : "", + "scale" : "(1,1,1)", + "sub_type" : 0 + }, + "followed" : false, + "friend" : false, + "local_creation" : false, + "message" : "ウーみー突然だけど氷タンフル作った?(┛'-')┛=❄❄❄", + "pool_name" : "Prairie_ButterflyFields", + "pool_type" : "SharedSpaceCandle", + "reactions" : { + "is_poisoned" : false, + "total_comment_count" : 1, + "total_hide_count" : 0, + "total_like_count" : 7, + "total_like_reward_message_id" : 0, + "total_report_count" : 0, + "total_reported_comment_count" : 0, + "total_super_like_count" : 0 + }, + "social_feed_id" : "9ab57953-9a04-462c-9b8d-214530405332:d4709301", + "state" : "normal", + "tags" : null, + "user_id" : "6f9a3b0e-7879-4abc-b3b5-c466964f2d91" + }, + { + "comments_enabled" : true, + "create_at" : "2024-07-07T09:38:31.598Z", + "expire_at" : "2024-07-11T09:38:31Z", + "extra_data" : { + "chunk_count" : 0, + "ori" : "(0,0.011,0,1)", + "pos" : "(109.168,195.595,-439.562)", + "prompt_used" : "", + "resource_id" : "", + "scale" : "(1,1,1)", + "sub_type" : 0 + }, + "followed" : false, + "friend" : false, + "local_creation" : false, + "message" : "Skyはじめました!ハートが必要なんです!お願いします!アスレチック作りました!", + "pool_name" : "Prairie_ButterflyFields", + "pool_type" : "SharedSpaceCandle", + "reactions" : { + "is_poisoned" : false, + "total_comment_count" : 1, + "total_hide_count" : 0, + "total_like_count" : 30, + "total_like_reward_message_id" : 0, + "total_report_count" : 0, + "total_reported_comment_count" : 0, + "total_super_like_count" : 1 + }, + "social_feed_id" : "7daa3227-fbb1-47af-ba6e-ca13d5884c16:b24b5d29", + "state" : "normal", + "tags" : null, + "user_id" : "c5893e92-08b1-411b-9319-44de530b5d8b" + }, + { + "comments_enabled" : true, + "create_at" : "2024-07-08T12:06:07.024Z", + "expire_at" : "2024-07-12T12:06:07Z", + "extra_data" : { + "chunk_count" : 0, + "ori" : "(0,0.949,0,-0.315)", + "pos" : "(105.849,195.502,-440.785)", + "prompt_used" : "", + "resource_id" : "", + "scale" : "(1,1,1)", + "sub_type" : 0 + }, + "followed" : false, + "friend" : false, + "local_creation" : false, + "message" : "❤️", + "pool_name" : "Prairie_ButterflyFields", + "pool_type" : "SharedSpaceCandle", + "reactions" : { + "is_poisoned" : false, + "total_comment_count" : 4, + "total_hide_count" : 0, + "total_like_count" : 60, + "total_like_reward_message_id" : 0, + "total_report_count" : 0, + "total_reported_comment_count" : 0, + "total_super_like_count" : 1 + }, + "social_feed_id" : "7d486b00-1979-4534-baf0-46a94e1879f7:115e14ad", + "state" : "normal", + "tags" : null, + "user_id" : "056c33dd-36a8-4321-a9da-3bf349db3c49" + }, + { + "comments_enabled" : true, + "create_at" : "2024-07-06T10:43:06.908Z", + "expire_at" : "2024-07-10T10:43:06Z", + "extra_data" : { + "chunk_count" : 0, + "ori" : "(0,0.947,0,0.322)", + "pos" : "(108.21,195.527,-439.373)", + "prompt_used" : "", + "resource_id" : "", + "scale" : "(1,1,1)", + "sub_type" : 0 + }, + "followed" : false, + "friend" : false, + "local_creation" : false, + "message" : "浮いている椅子の上に椅子があります", + "pool_name" : "Prairie_ButterflyFields", + "pool_type" : "SharedSpaceCandle", + "reactions" : { + "is_poisoned" : false, + "total_comment_count" : 5, + "total_hide_count" : 0, + "total_like_count" : 27, + "total_like_reward_message_id" : 0, + "total_report_count" : 0, + "total_reported_comment_count" : 0, + "total_super_like_count" : 0 + }, + "social_feed_id" : "5c316a27-2296-414d-b455-5829d40f851d:42fd778e", + "state" : "normal", + "tags" : null, + "user_id" : "82b8eee8-1d9b-4fe4-a8a6-d191ecade02c" + }, + { + "comments_enabled" : true, + "create_at" : "2024-07-12T05:53:21.447Z", + "expire_at" : "2024-07-16T05:53:21Z", + "extra_data" : { + "chunk_count" : 0, + "ori" : "(0,0.888,0,0.461)", + "pos" : "(113.024,195.756,-441.775)", + "prompt_used" : "", + "resource_id" : "", + "scale" : "(1,1,1)", + "sub_type" : 0 + }, + "followed" : false, + "friend" : false, + "local_creation" : false, + "message" : "Sillones(?", + "pool_name" : "Prairie_ButterflyFields", + "pool_type" : "SharedSpaceCandle", + "reactions" : { + "is_poisoned" : false, + "total_comment_count" : 0, + "total_hide_count" : 0, + "total_like_count" : 2, + "total_like_reward_message_id" : 0, + "total_report_count" : 0, + "total_reported_comment_count" : 0, + "total_super_like_count" : 0 + }, + "social_feed_id" : "58fb172e-d3eb-4992-9cd0-c9a13c71e3ce:a3c6a208", + "state" : "normal", + "tags" : null, + "user_id" : "163a635d-9a28-40cf-ab60-f55091de9600" + }, + { + "comments_enabled" : true, + "create_at" : "2024-07-10T22:17:44.462Z", + "expire_at" : "2024-07-14T22:17:44Z", + "extra_data" : { + "chunk_count" : 0, + "ori" : "(0,0.2,0,0.98)", + "pos" : "(107.922,195.64,-434.247)", + "prompt_used" : "", + "resource_id" : "", + "scale" : "(1,1,1)", + "sub_type" : 0 + }, + "followed" : false, + "friend" : false, + "local_creation" : false, + "message" : "Place to chat and get to know people😊❤️", + "pool_name" : "Prairie_ButterflyFields", + "pool_type" : "SharedSpaceCandle", + "reactions" : { + "is_poisoned" : false, + "total_comment_count" : 1, + "total_hide_count" : 0, + "total_like_count" : 8, + "total_like_reward_message_id" : 0, + "total_report_count" : 0, + "total_reported_comment_count" : 0, + "total_super_like_count" : 1 + }, + "social_feed_id" : "553ee388-0614-4916-8256-22d631b7f5f8:1bb0e456", + "state" : "normal", + "tags" : null, + "user_id" : "d9e33c85-ba52-4651-a607-d4aafbb0c749" + }, + { + "comments_enabled" : true, + "create_at" : "2024-07-06T05:21:08.836Z", + "expire_at" : "2024-07-10T05:21:08Z", + "extra_data" : { + "chunk_count" : 0, + "ori" : "(0,0.003,0,1)", + "pos" : "(123.894,195.693,-440.98)", + "prompt_used" : "", + "resource_id" : "", + "scale" : "(1,1,1)", + "sub_type" : 0 + }, + "followed" : false, + "friend" : false, + "local_creation" : false, + "message" : "You're here! I'm so proud of you! <3", + "pool_name" : "Prairie_ButterflyFields", + "pool_type" : "SharedSpaceCandle", + "reactions" : { + "is_poisoned" : false, + "total_comment_count" : 2, + "total_hide_count" : 0, + "total_like_count" : 8, + "total_like_reward_message_id" : 0, + "total_report_count" : 0, + "total_reported_comment_count" : 0, + "total_super_like_count" : 0 + }, + "social_feed_id" : "6dd9142b-fd58-4f36-88ca-31d272fcc709:4c9cc26b", + "state" : "normal", + "tags" : null, + "user_id" : "85176de6-9241-4656-91c7-e76d169b03eb" + }, + { + "comments_enabled" : true, + "create_at" : "2024-07-12T06:19:33.503Z", + "expire_at" : "2024-07-16T06:19:33Z", + "extra_data" : { + "chunk_count" : 0, + "ori" : "(0,0.959,0,0.282)", + "pos" : "(108.653,195.487,-441.452)", + "prompt_used" : "", + "resource_id" : "", + "scale" : "(1,1,1)", + "sub_type" : 0 + }, + "followed" : false, + "friend" : false, + "local_creation" : false, + "message" : "座布団", + "pool_name" : "Prairie_ButterflyFields", + "pool_type" : "SharedSpaceCandle", + "reactions" : { + "is_poisoned" : false, + "total_comment_count" : 4, + "total_hide_count" : 0, + "total_like_count" : 9, + "total_like_reward_message_id" : 0, + "total_report_count" : 0, + "total_reported_comment_count" : 0, + "total_super_like_count" : 1 + }, + "social_feed_id" : "c9441461-912b-4b41-8207-f088ced8a3e8:c79f90b1", + "state" : "normal", + "tags" : null, + "user_id" : "d1fc77c3-49ab-48c4-a227-9115f157c350" + }, + { + "comments_enabled" : true, + "create_at" : "2024-07-09T12:44:15.95Z", + "expire_at" : "2024-07-13T12:44:15Z", + "extra_data" : { + "chunk_count" : 0, + "ori" : "(0,0.864,0,0.504)", + "pos" : "(107.793,195.606,-437.018)", + "prompt_used" : "", + "resource_id" : "", + "scale" : "(1,1,1)", + "sub_type" : 0 + }, + "followed" : false, + "friend" : false, + "local_creation" : false, + "message" : "Make somoe noise!", + "pool_name" : "Prairie_ButterflyFields", + "pool_type" : "SharedSpaceCandle", + "reactions" : { + "is_poisoned" : false, + "total_comment_count" : 5, + "total_hide_count" : 0, + "total_like_count" : 58, + "total_like_reward_message_id" : 0, + "total_report_count" : 0, + "total_reported_comment_count" : 0, + "total_super_like_count" : 0 + }, + "social_feed_id" : "a7bdb368-c8ad-4cdd-a233-4ffb21a790a6:b966a107", + "state" : "normal", + "tags" : null, + "user_id" : "a2011269-431b-422b-ad54-9877d7d7fd0a" + }, + { + "comments_enabled" : true, + "create_at" : "2024-07-06T14:47:43.991Z", + "expire_at" : "2024-07-10T14:47:43Z", + "extra_data" : { + "chunk_count" : 0, + "ori" : "(0,0.983,0,-0.185)", + "pos" : "(120.38,195.954,-444.586)", + "prompt_used" : "", + "resource_id" : "", + "scale" : "(1,1,1)", + "sub_type" : 0 + }, + "followed" : false, + "friend" : false, + "local_creation" : false, + "message" : "🍵🌟", + "pool_name" : "Prairie_ButterflyFields", + "pool_type" : "SharedSpaceCandle", + "reactions" : { + "is_poisoned" : false, + "total_comment_count" : 0, + "total_hide_count" : 0, + "total_like_count" : 3, + "total_like_reward_message_id" : 0, + "total_report_count" : 0, + "total_reported_comment_count" : 0, + "total_super_like_count" : 0 + }, + "social_feed_id" : "83acc419-b5be-43ce-9010-f54e0b7860c6:ed8f87db", + "state" : "normal", + "tags" : null, + "user_id" : "dbd17646-97a6-46c9-ac0e-60b39ed635ba" + }, + { + "comments_enabled" : true, + "create_at" : "2024-07-11T14:23:53.828Z", + "expire_at" : "2024-07-15T14:23:53Z", + "extra_data" : { + "chunk_count" : 0, + "ori" : "(0,-0.048,-0,0.999)", + "pos" : "(108.195,195.694,-435.468)", + "prompt_used" : "", + "resource_id" : "", + "scale" : "(1,1,1)", + "sub_type" : 0 + }, + "followed" : false, + "friend" : false, + "local_creation" : false, + "message" : " Picnic", + "pool_name" : "Prairie_ButterflyFields", + "pool_type" : "SharedSpaceCandle", + "reactions" : { + "is_poisoned" : false, + "total_comment_count" : 1, + "total_hide_count" : 0, + "total_like_count" : 7, + "total_like_reward_message_id" : 0, + "total_report_count" : 0, + "total_reported_comment_count" : 0, + "total_super_like_count" : 0 + }, + "social_feed_id" : "b659cf92-b5c5-420e-a055-d05727d37b46:6ac16db0", + "state" : "normal", + "tags" : null, + "user_id" : "14cfecbe-306b-472e-b50a-5ca66ce1e1c0" + }, + { + "comments_enabled" : true, + "create_at" : "2024-07-07T14:15:42.107Z", + "expire_at" : "2024-07-11T14:15:42Z", + "extra_data" : { + "chunk_count" : 0, + "ori" : "(0,0.98,0,-0.201)", + "pos" : "(106.666,195.537,-435.247)", + "prompt_used" : "", + "resource_id" : "", + "scale" : "(1,1,1)", + "sub_type" : 0 + }, + "followed" : false, + "friend" : false, + "local_creation" : false, + "message" : "( ◜𖥦◝ )", + "pool_name" : "Prairie_ButterflyFields", + "pool_type" : "SharedSpaceCandle", + "reactions" : { + "is_poisoned" : false, + "total_comment_count" : 2, + "total_hide_count" : 0, + "total_like_count" : 34, + "total_like_reward_message_id" : 0, + "total_report_count" : 0, + "total_reported_comment_count" : 0, + "total_super_like_count" : 0 + }, + "social_feed_id" : "c9727291-2b65-441c-bcd3-fb80ab6ef1d1:3b3a73f0", + "state" : "normal", + "tags" : null, + "user_id" : "a67b0977-2479-460f-bd2d-361a5c259eef" + } + ], + "total_available_results" : 128, + "total_followed" : 0, + "total_friends" : 0 + }, + "outer_ring" : null + } + diff --git a/service/stage/api/v1/service_stage_api_v1_get.json b/service/stage/api/v1/service_stage_api_v1_get.json new file mode 100644 index 0000000..f114752 --- /dev/null +++ b/service/stage/api/v1/service_stage_api_v1_get.json @@ -0,0 +1,121 @@ +/* +POST /service/stage/api/v1/get HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: 3gxcl6B +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 2477345666 +Content-Length: 265 + + +*/ +//Request +{ + "level_id" : "Prairie_ButterflyFields", + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "stage_id" : "Prairie_ButterflyFields_CNDL", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "505cb082-b715-4e8d-8346-f53fabc9c565" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:29:59 GMT +Content-Type: text/plain; charset=utf-8 +Connection: keep-alive +Content-Length: 23 + + +*/ +//Response +{ + "level_id" : "Prairie_ButterflyFields", + "props" : [ + { + "name" : "CharSkyKid_Prop_RugMediumArgyle", + "ori" : "(0.034,0.196,0.045,0.979)", + "pos" : "(-2.233,-0.102,-0.318)", + "scale" : "(1,1,1)", + "type" : "unlock", + "userDataBool" : false, + "version" : 0 + }, + { + "name" : "CharSkyKid_Prop_PillowXmas", + "ori" : "(0.042,0.002,0.038,0.998)", + "pos" : "(-2.233,-0.079,0.182)", + "scale" : "(1,1,1)", + "type" : "unlock", + "userDataBool" : false, + "version" : 0 + }, + { + "name" : "CharSkyKid_Prop_PillowXmas", + "ori" : "(0.054,-0.381,0.019,0.923)", + "pos" : "(-3.233,-0.126,-0.152)", + "scale" : "(1,1,1)", + "type" : "unlock", + "userDataBool" : false, + "version" : 0 + }, + { + "name" : "CharSkyKid_Prop_AP11Rose_01", + "ori" : "(0.03,0.287,0.048,0.956)", + "pos" : "(-2.896,-0.148,0.405)", + "scale" : "(1,1,1)", + "type" : "unlock", + "userDataBool" : false, + "version" : 0 + }, + { + "name" : "CharSkyKid_Prop_IslandUmbrella_01", + "ori" : "(0.043,-0.012,0.037,0.998)", + "pos" : "(-3.122,-0.219,1.032)", + "scale" : "(1,1,1)", + "type" : "unlock", + "userDataBool" : false, + "version" : 0 + }, + { + "name" : "CharSkyKid_Prop_AP17Chimes", + "ori" : "(0,0.934,0,0.358)", + "pos" : "(-3.522,1.381,1.524)", + "scale" : "(1,1,1)", + "type" : "unlock", + "userDataBool" : false, + "version" : 0 + }, + { + "name" : "CharSkyKid_Prop_Balloon_01", + "ori" : "(0.035,0.447,0.042,0.893)", + "pos" : "(-0.568,0.064,-0.016)", + "scale" : "(1,1,1)", + "type" : "unlock", + "userDataBool" : false, + "version" : 0 + }, + { + "name" : "CharSkyKid_Prop_AP11Fox_01", + "ori" : "(-0.03,0.938,0.084,-0.336)", + "pos" : "(-2.28,0.052,0.054)", + "scale" : "(1,1,1)", + "type" : "unlock", + "userDataBool" : false, + "version" : 0 + } + ], + "sequence" : 1, + "stage_id" : "Prairie_ButterflyFields_CNDL", + "status" : "OK", + "user_id" : "505cb082-b715-4e8d-8346-f53fabc9c565" + } + + + +/* +{"status":"no result"} //as Content-Type: text/plain +*/ diff --git a/service/status/api/v1/service_status_api_v1_add_unlock.json b/service/status/api/v1/service_status_api_v1_add_unlock.json new file mode 100644 index 0000000..3595197 --- /dev/null +++ b/service/status/api/v1/service_status_api_v1_add_unlock.json @@ -0,0 +1,45 @@ +/* +POST /service/status/api/v1/add_unlock HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: t1IvrKT +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 1649439303 +Content-Length: 180 + + +*/ +//Request +{ + "ack" : false, + "name" : "FirstSpiritGained", + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:22:38 GMT +Content-Type: application/json; charset=utf-8 +Connection: keep-alive +Content-Length: 114 + + +*/ +//Response +{ + "result" : "ok", + "update_status_unlocks" : [ + { + "ack" : false, + "name" : "FirstSpiritGained", + "type" : "level", + "unlocked_at" : 0 + } + ] + } diff --git a/service/status/api/v1/service_status_api_v1_delete_unlock.json b/service/status/api/v1/service_status_api_v1_delete_unlock.json new file mode 100644 index 0000000..6a112b0 --- /dev/null +++ b/service/status/api/v1/service_status_api_v1_delete_unlock.json @@ -0,0 +1,37 @@ +/* +POST /service/status/api/v1/delete_unlock HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: mTkFcBG +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 263580627 +Content-Length: 173 + + +*/ +//Request +{ + "name" : "XXDepositingQueuednight", + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 22:02:17 GMT +Content-Type: application/json; charset=utf-8 +Connection: keep-alive +Content-Length: 67 + + +*/ +//Response +{ + "delete_status_unlocks" : [ "XXDepositingQueuednight" ], + "result" : "ok" +} diff --git a/service/status/api/v1/service_status_api_v1_get_unlocks.json b/service/status/api/v1/service_status_api_v1_get_unlocks.json new file mode 100644 index 0000000..7bab223 --- /dev/null +++ b/service/status/api/v1/service_status_api_v1_get_unlocks.json @@ -0,0 +1,241 @@ +/* +POST /service/status/api/v1/get_unlocks HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: 5ajPecH +user-id: 28696b5b-3fd0-4b47-bfe0-bdfab9328214 +session: c96c4ac19fd8ead1e884e4a852a7e933 +x-sky-level-id: 3526133726 +Content-Length: 141 + + +*/ +//Request +{ + "session" : "c96c4ac19fd8ead1e884e4a852a7e933", + "user" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "user_id" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214" + } + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:22 GMT +Content-Type: application/json; charset=utf-8 +Connection: keep-alive +Content-Length: 2953 + + +*/ +//Response +{ + "status_unlocks" : [ + { + "ack" : true, + "name" : "AP22GuideUnhusked", + "type" : "level", + "unlocked_at" : 1717266234 + }, + { + "ack" : false, + "name" : "AP22Unlock", + "type" : "level", + "unlocked_at" : 1717266146 + }, + { + "ack" : false, + "name" : "AP22Unlock_AviaryIntro", + "type" : "level", + "unlocked_at" : 1717266146 + }, + { + "ack" : false, + "name" : "AP22Unlock_CS", + "type" : "level", + "unlocked_at" : 1717266147 + }, + { + "ack" : true, + "name" : "AviaryVillage_found", + "type" : "level", + "unlocked_at" : 1717266061 + }, + { + "ack" : false, + "name" : "DayStatueForm", + "type" : "level", + "unlocked_at" : 1717265030 + }, + { + "ack" : false, + "name" : "DuskStatueForm", + "type" : "level", + "unlocked_at" : 1717265034 + }, + { + "ack" : true, + "name" : "FinishedIntro", + "type" : "level", + "unlocked_at" : 1717264612 + }, + { + "ack" : false, + "name" : "LearnedResume", + "type" : "level", + "unlocked_at" : 1717267155 + }, + { + "ack" : false, + "name" : "MainstreetDawnIntro", + "type" : "level", + "unlocked_at" : 1717266385 + }, + { + "ack" : false, + "name" : "MainstreetFinishedOnboarding", + "type" : "level", + "unlocked_at" : 1717266113 + }, + { + "ack" : true, + "name" : "MainstreetPortalGuidance", + "type" : "level", + "unlocked_at" : 1717267130 + }, + { + "ack" : false, + "name" : "NightStatueForm", + "type" : "level", + "unlocked_at" : 1717265035 + }, + { + "ack" : true, + "name" : "OnboardedInMainstreet", + "type" : "level", + "unlocked_at" : 1717264466 + }, + { + "ack" : true, + "name" : "PlayedFlyingIntro", + "type" : "level", + "unlocked_at" : 1717264611 + }, + { + "ack" : false, + "name" : "RainStatueForm", + "type" : "level", + "unlocked_at" : 1717265031 + }, + { + "ack" : true, + "name" : "StormGateDawn", + "type" : "level", + "unlocked_at" : 1717267648 + }, + { + "ack" : false, + "name" : "StormStatueForm", + "type" : "level", + "unlocked_at" : 1717265037 + }, + { + "ack" : false, + "name" : "SunsetStatueForm", + "type" : "level", + "unlocked_at" : 1717265032 + }, + { + "ack" : true, + "name" : "ap06unlock_ap20_fetch_01_claimFx", + "type" : "level", + "unlocked_at" : 1717265536 + }, + { + "ack" : false, + "name" : "ap06unlock_ap20_fetch_01_quest_done", + "type" : "level", + "unlocked_at" : 1717264978 + }, + { + "ack" : false, + "name" : "ap06unlock_ap20_fetch_01_quest_started", + "type" : "level", + "unlocked_at" : 1717264834 + }, + { + "ack" : true, + "name" : "ap06unlock_ap20_fetch_03_claimFx", + "type" : "level", + "unlocked_at" : 1717265800 + }, + { + "ack" : false, + "name" : "ap06unlock_ap20_fetch_03_quest_done", + "type" : "level", + "unlocked_at" : 1717265792 + }, + { + "ack" : false, + "name" : "ap06unlock_ap20_fetch_03_quest_started", + "type" : "level", + "unlocked_at" : 1717265578 + }, + { + "ack" : false, + "name" : "ap06unlock_ap20_fetch_04_quest_started", + "type" : "level", + "unlocked_at" : 1717265908 + }, + { + "ack" : false, + "name" : "first_loaded_CandleSpace", + "type" : "level", + "unlocked_at" : 1717264465 + }, + { + "ack" : false, + "name" : "first_loaded_Dawn", + "type" : "level", + "unlocked_at" : 1717266382 + }, + { + "ack" : false, + "name" : "first_loaded_MainStreet", + "type" : "level", + "unlocked_at" : 1717264610 + }, + { + "ack" : false, + "name" : "first_loaded_MainStreetFlyingIntro", + "type" : "level", + "unlocked_at" : 1717264467 + }, + { + "ack" : false, + "name" : "first_loaded_MainStreet_ShopOutfits", + "type" : "level", + "unlocked_at" : 1717264931 + }, + { + "ack" : false, + "name" : "first_loaded_MainStreet_ShopProps", + "type" : "level", + "unlocked_at" : 1717266204 + }, + { + "ack" : true, + "name" : "mainstreetRevealedMural", + "type" : "level", + "unlocked_at" : 1717266058 + }, + { + "ack" : false, + "name" : "tutorial_shop", + "type" : "level", + "unlocked_at" : 1717265038 + } + ] + } + diff --git a/starwatch/auth/api/v1/starwatch_auth_api_v1_auth.json b/starwatch/auth/api/v1/starwatch_auth_api_v1_auth.json new file mode 100644 index 0000000..edcd6e0 --- /dev/null +++ b/starwatch/auth/api/v1/starwatch_auth_api_v1_auth.json @@ -0,0 +1,84 @@ +/* +POST /starwatch/auth/api/v1/auth HTTP/1.1 +Host: live.radiance.thatgamecompany.com +User-Agent: Sky-Live-com.tgc.sky.win/0.26.1.275000 (MS-7D25; win 10.0.19045; en) +X-Session-ID: 34fcfe6b-b8c8-ae17-af8c-d8bbc1910e73 +Content-Type: application/json +trace-id: x6VklXm +x-sky-level-id: 3526133726 +Content-Length: 411 + + +*/ +//Request +{ + "apiKey" : "d6d0db2f-0dec-42cd-bda8-736139858367", + "appKey" : "8fc3fa4c-4ab9-4ef3-98cb-4c73647a5991", + "claimedSkyId" : "28696b5b-3fd0-4b47-bfe0-bdfab9328214", + "deviceId" : "iexwgv3rjfbdo4bsjnhxiqtnofdgswtqhflte2rlmrufcwdrhb5e66sygbtda4tomfdgu4q-", + "gameversion" : "0.26.1", + "osVersion" : "10.0.19045", + "platform" : "win", + "preferredLanguage" : "en", + "preferredSupportedLanguage" : "en", + "sessionToken" : "c96c4ac19fd8ead1e884e4a852a7e933" +} + + +/* +HTTP/1.1 200 OK +Server: nginx/1.14.2 +Date: Fri, 12 Jul 2024 21:16:09 GMT +Content-Type: application/json; charset=utf-8 +Connection: keep-alive +X-Powered-By: Express +Access-Control-Allow-Origin: * +ETag: W/"8ea-u/awk5WPNx7JBgjGBJpwyYnDjng" +Via: 1.1 google +Alt-Svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000 +Content-Length: 2282 + + +*/ +//Response +{ + "acls" : { + "publish" : [ + "sky/live/device/iexwgv3rjfbdo4bsjnhxiqtnofdgswtqhflte2rlmrufcwdrhb5e66sygbtda4tomfdgu4q-/user/28696b5b-3fd0-4b47-bfe0-bdfab9328214/event/+", + "sky/live/device/iexwgv3rjfbdo4bsjnhxiqtnofdgswtqhflte2rlmrufcwdrhb5e66sygbtda4tomfdgu4q-/user/28696b5b-3fd0-4b47-bfe0-bdfab9328214/remote/prompt" + ], + "subscribe" : [ + "sky/live/device/iexwgv3rjfbdo4bsjnhxiqtnofdgswtqhflte2rlmrufcwdrhb5e66sygbtda4tomfdgu4q-/user/28696b5b-3fd0-4b47-bfe0-bdfab9328214/remote/submit" + ] + }, + "expiresSeconds" : 86400, + "isJwt" : true, + "mqtt" : { + "brokerUrl" : "stream.starwatch.ai", + "clientId" : "sky-live-game-5Zr6W5vUCqMLwBkfEbhsSY", + "password" : "eyJhbGciOiJIUzI1NiJ9.eyJjbGllbnRfaWQiOiJza3ktbGl2ZS1nYW1lLTVacjZXNXZVQ3FNTHdCa2ZFYmhzU1kiLCJ1c2VybmFtZSI6InVzZXI6OnNreS1saXZlLWdhbWUtNVpyNlc1dlVDcU1Md0JrZkViaHNTWSIsImFjbCI6eyJwdWIiOlsic2t5L2xpdmUvZGV2aWNlL2lleHdndjNyamZiZG80YnNqbmh4aXF0bm9mZGdzd3RxaGZsdGUycmxtcnVmY3dkcmhiNWU2NnN5Z2J0ZGE0dG9tZmRndTRxLS91c2VyLzI4Njk2YjViLTNmZDAtNGI0Ny1iZmUwLWJkZmFiOTMyODIxNC9ldmVudC8rIiwic2t5L2xpdmUvZGV2aWNlL2lleHdndjNyamZiZG80YnNqbmh4aXF0bm9mZGdzd3RxaGZsdGUycmxtcnVmY3dkcmhiNWU2NnN5Z2J0ZGE0dG9tZmRndTRxLS91c2VyLzI4Njk2YjViLTNmZDAtNGI0Ny1iZmUwLWJkZmFiOTMyODIxNC9yZW1vdGUvcHJvbXB0Il0sInN1YiI6WyJza3kvbGl2ZS9kZXZpY2UvaWV4d2d2M3JqZmJkbzRic2puaHhpcXRub2ZkZ3N3dHFoZmx0ZTJybG1ydWZjd2RyaGI1ZTY2c3lnYnRkYTR0b21mZGd1NHEtL3VzZXIvMjg2OTZiNWItM2ZkMC00YjQ3LWJmZTAtYmRmYWI5MzI4MjE0L3JlbW90ZS9zdWJtaXQiXX0sImlhdCI6MTcyMDgxODk2OSwiaXNzIjoic3ctYXV0aCIsImF1ZCI6InN3LWJyb2tlciIsImV4cCI6MTcyMDkwNTM2OSwianRpIjoidG1nUVpXQU5qaWY5SjY0eVB5OHlzdyJ9.PgBOL4xv3smioYigwhXlqMTkHReFVdwp77HxCnAOZpk", + "username" : "user::sky-live-game-5Zr6W5vUCqMLwBkfEbhsSY" + }, + "ownerId" : "sky::live::game::5Zr6W5vUCqMLwBkfEbhsSY", + "settings" : { + "blockedEvents" : [ + "account_resource_waiting", + "candle_accepted_cost", + "checkpoint", + "dayhm_manta_count_03", + "debug_trace", + "find_prev_game_request", + "match_joined", + "net_game_connect_attempt", + "net_game_move_timeout", + "sync_user_data", + "*_loaded", + "loaded_*", + "player_nearby", + "player_nearby_left" + ], + "enableEventPublishing" : true + }, + "starwatchSessionId" : "21b8b9b6-b80a-422c-98a3-9186548331a1" +} +